#0C4271

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

Shades of Dark Cerulean #0C4271

Tints of Dark Cerulean #0C4271

Color information

#0C4271 (or 0x0C4271) is unknown color: approx Dark Cerulean. HEX triplet: 0C, 42 and 71. RGB value is (12,66,113). Sum of RGB (Red+Green+Blue) = 12+66+113=191 (25% of max value = 765). Red value is 12 (5.08% from 255 or 6.28% from 191); Green value is 66 (26.17% from 255 or 34.55% from 191); Blue value is 113 (44.53% from 255 or 59.16% from 191); Max value from RGB is 113 - color contains mainly: blue. Hex color #0C4271 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C4271 is #F3BD8E. Grayscale: #363636. Windows color (decimal): -15973775 or 7422476. OLE color: 7422476.

HSL color Cylindrical-coordinate representation of color #0C4271: hue angle of 207.92º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0C4271 is Cyan = 0.89, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB1266113-
CMYK0.890.4200.56
HSL207.92º80.8%24.51%-
HSV(B)207.92º89.38%44.31%-
XYZ5.085.1716.35-
YUV55.21160.6197.18-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 6.28%
GREEN value IS 66 (26.17% from 255) = 34.55%
BLUE value IS 113 (44.53% from 255) = 59.16%
R=6.28%
G=34.55%
B=59.16%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal12661130.890.4200.56207.9280.824.51
HexC4271592A038d05119
Octal141021611315207032012131
Binary1100100001011100011011001101010011100011010000101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C4271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,66,113); }

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

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

 a { background-color: rgb(12,66,113); }

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

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

 span { border-color: rgb(12,66,113); }

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