#0C528C

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

Shades of Dark Cerulean #0C528C

Tints of Dark Cerulean #0C528C

Color information

#0C528C (or 0x0C528C) is unknown color: approx Dark Cerulean. HEX triplet: 0C, 52 and 8C. RGB value is (12,82,140). Sum of RGB (Red+Green+Blue) = 12+82+140=234 (30% of max value = 765). Red value is 12 (5.08% from 255 or 5.13% from 234); Green value is 82 (32.42% from 255 or 35.04% from 234); Blue value is 140 (55.08% from 255 or 59.83% from 234); Max value from RGB is 140 - color contains mainly: blue. Hex color #0C528C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C528C is #F3AD73. Grayscale: #434343. Windows color (decimal): -15969652 or 9196044. OLE color: 9196044.

HSL color Cylindrical-coordinate representation of color #0C528C: hue angle of 207.19º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C528C is Cyan = 0.91, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB1282140-
CMYK0.910.4100.45
HSL207.19º84.21%29.8%-
HSV(B)207.19º91.43%54.9%-
XYZ7.98.0125.94-
YUV67.68168.8188.28-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.13%
GREEN value IS 82 (32.42% from 255) = 35.04%
BLUE value IS 140 (55.08% from 255) = 59.83%
R=5.13%
G=35.04%
B=59.83%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal12821400.910.4100.45207.1984.2129.8
HexC528C5B2902Dcf541e
Octal141222141335105531712436
Binary11001010010100011001011011101001010110111001111101010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C528C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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