#0C4ACE

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

Shades of Denim #0C4ACE

Tints of Denim #0C4ACE

Color information

#0C4ACE (or 0x0C4ACE) is unknown color: approx Denim. HEX triplet: 0C, 4A and CE. RGB value is (12,74,206). Sum of RGB (Red+Green+Blue) = 12+74+206=292 (38% of max value = 765). Red value is 12 (5.08% from 255 or 4.11% from 292); Green value is 74 (29.30% from 255 or 25.34% from 292); Blue value is 206 (80.86% from 255 or 70.55% from 292); Max value from RGB is 206 - color contains mainly: blue. Hex color #0C4ACE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0C4ACE is #F3B531. Grayscale: #454545. Windows color (decimal): -15971634 or 13519372. OLE color: 13519372.

HSL color Cylindrical-coordinate representation of color #0C4ACE: hue angle of 220.82º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C4ACE is Cyan = 0.94, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB1274206-
CMYK0.940.6400.19
HSL220.82º88.99%42.75%-
HSV(B)220.82º94.17%80.78%-
XYZ13.749.4359.49-
YUV70.51204.4686.27-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.11%
GREEN value IS 74 (29.30% from 255) = 25.34%
BLUE value IS 206 (80.86% from 255) = 70.55%
R=4.11%
G=25.34%
B=70.55%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal12742060.940.6400.19220.8288.9942.75
HexC4ACE5E40013dd592b
Octal1411231613610002333513153
Binary110010010101100111010111101000000010011110111011011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C4ACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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