#0C5271

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

Shades of Dark Cerulean #0C5271

Tints of Dark Cerulean #0C5271

Color information

#0C5271 (or 0x0C5271) is unknown color: approx Dark Cerulean. HEX triplet: 0C, 52 and 71. RGB value is (12,82,113). Sum of RGB (Red+Green+Blue) = 12+82+113=207 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.80% from 207); Green value is 82 (32.42% from 255 or 39.61% from 207); Blue value is 113 (44.53% from 255 or 54.59% from 207); Max value from RGB is 113 - color contains mainly: blue. Hex color #0C5271 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C5271 is #F3AD8E. Grayscale: #404040. Windows color (decimal): -15969679 or 7426572. OLE color: 7426572.

HSL color Cylindrical-coordinate representation of color #0C5271: hue angle of 198.42º 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 #0C5271 is Cyan = 0.89, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB1282113-
CMYK0.890.2700.56
HSL198.42º80.8%24.51%-
HSV(B)198.42º89.38%44.31%-
XYZ6.157.3116.71-
YUV64.6155.3190.48-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.80%
GREEN value IS 82 (32.42% from 255) = 39.61%
BLUE value IS 113 (44.53% from 255) = 54.59%
R=5.80%
G=39.61%
B=54.59%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal12821130.890.2700.56198.4280.824.51
HexC5271591B038c65119
Octal141221611313307030612131
Binary110010100101110001101100111011011100011000110101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C5271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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