#0C4ACA

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

Shades of Denim #0C4ACA

Tints of Denim #0C4ACA

Color information

#0C4ACA (or 0x0C4ACA) is unknown color: approx Denim. HEX triplet: 0C, 4A and CA. RGB value is (12,74,202). Sum of RGB (Red+Green+Blue) = 12+74+202=288 (38% of max value = 765). Red value is 12 (5.08% from 255 or 4.17% from 288); Green value is 74 (29.30% from 255 or 25.69% from 288); Blue value is 202 (79.30% from 255 or 70.14% from 288); Max value from RGB is 202 - color contains mainly: blue. Hex color #0C4ACA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0C4ACA is #F3B535. Grayscale: #454545. Windows color (decimal): -15971638 or 13257228. OLE color: 13257228.

HSL color Cylindrical-coordinate representation of color #0C4ACA: hue angle of 220.42º 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 #0C4ACA is Cyan = 0.94, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB1274202-
CMYK0.940.6300.21
HSL220.42º88.79%41.96%-
HSV(B)220.42º94.06%79.22%-
XYZ13.269.2456.96-
YUV70.05202.4686.59-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.17%
GREEN value IS 74 (29.30% from 255) = 25.69%
BLUE value IS 202 (79.30% from 255) = 70.14%
R=4.17%
G=25.69%
B=70.14%

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
Decimal12742020.940.6300.21220.4288.7941.96
HexC4ACA5E3F015dc592a
Octal141123121367702533413152
Binary11001001010110010101011110111111010101110111001011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C4ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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