#0C4AC9

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

Shades of Denim #0C4AC9

Tints of Denim #0C4AC9

Color information

#0C4AC9 (or 0x0C4AC9) is unknown color: approx Denim. HEX triplet: 0C, 4A and C9. RGB value is (12,74,201). Sum of RGB (Red+Green+Blue) = 12+74+201=287 (38% of max value = 765). Red value is 12 (5.08% from 255 or 4.18% from 287); Green value is 74 (29.30% from 255 or 25.78% from 287); Blue value is 201 (78.91% from 255 or 70.03% from 287); Max value from RGB is 201 - color contains mainly: blue. Hex color #0C4AC9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0C4AC9 is #F3B536. Grayscale: #454545. Windows color (decimal): -15971639 or 13191692. OLE color: 13191692.

HSL color Cylindrical-coordinate representation of color #0C4AC9: hue angle of 220.32º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C4AC9 is Cyan = 0.94, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB1274201-
CMYK0.940.6300.21
HSL220.32º88.73%41.76%-
HSV(B)220.32º94.03%78.82%-
XYZ13.149.1956.34-
YUV69.94201.9686.67-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.18%
GREEN value IS 74 (29.30% from 255) = 25.78%
BLUE value IS 201 (78.91% from 255) = 70.03%
R=4.18%
G=25.78%
B=70.03%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal12742010.940.6300.21220.3288.7341.76
HexC4AC95E3F015dc592a
Octal141123111367702533413152
Binary11001001010110010011011110111111010101110111001011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C4AC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,74,201); }

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

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

 a { background-color: rgb(12,74,201); }

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

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

 span { border-color: rgb(12,74,201); }

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