#0C5CAA

Color #0C5CAA Denim (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Denim #0C5CAA

Tints of Denim #0C5CAA

Color information

#0C5CAA (or 0x0C5CAA) is unknown color: approx Denim. HEX triplet: 0C, 5C and AA. RGB value is (12,92,170). Sum of RGB (Red+Green+Blue) = 12+92+170=274 (36% of max value = 765). Red value is 12 (5.08% from 255 or 4.38% from 274); Green value is 92 (36.33% from 255 or 33.58% from 274); Blue value is 170 (66.80% from 255 or 62.04% from 274); Max value from RGB is 170 - color contains mainly: blue. Hex color #0C5CAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C5CAA is #F3A355. Grayscale: #4C4C4C. Windows color (decimal): -15967062 or 11164684. OLE color: 11164684.

HSL color Cylindrical-coordinate representation of color #0C5CAA: hue angle of 209.62º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0C5CAA is Cyan = 0.93, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB1292170-
CMYK0.930.4600.33
HSL209.62º86.81%35.69%-
HSV(B)209.62º92.94%66.67%-
XYZ11.2310.6339.49-
YUV76.97180.581.66-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 12 (5.08% from 255) = 4.38%
GREEN value IS 92 (36.33% from 255) = 33.58%
BLUE value IS 170 (66.80% from 255) = 62.04%
R=4.38%
G=33.58%
B=62.04%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal12921700.930.4600.33209.6286.8135.69
HexC5CAA5D2E021d25724
Octal141342521355604132212744
Binary110010111001010101010111011011100100001110100101010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C5CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0C5CAA; }

 p { color: rgb(12,92,170); }

 H1.HeaderClassName
 {
   color: #0C5CAA;
 }
 .AnyTagClassName
 {
   color: #0C5CAA;
 }
</style>
background-color css

<style>
 a { background-color: #0C5CAA; }

 a { background-color: rgb(12,92,170); }

 div.DivClassName
 {
   background-color: #0C5CAA;
 }
 .BgClassName
 {
   background-color: #0C5CAA;
 }
</style>
border-color css

<style>
 span { border-color: #0C5CAA; }

 span { border-color: rgb(12,92,170); }

 td.TdClassName
 {
   border-color: #0C5CAA;
 }
 .TagClassName
 {
   border-color: #0C5CAA;
 }
</style>