#0C518B

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

Shades of Dark Cerulean #0C518B

Tints of Dark Cerulean #0C518B

Color information

#0C518B (or 0x0C518B) is unknown color: approx Dark Cerulean. HEX triplet: 0C, 51 and 8B. RGB value is (12,81,139). Sum of RGB (Red+Green+Blue) = 12+81+139=232 (30% of max value = 765). Red value is 12 (5.08% from 255 or 5.17% from 232); Green value is 81 (32.03% from 255 or 34.91% from 232); Blue value is 139 (54.69% from 255 or 59.91% from 232); Max value from RGB is 139 - color contains mainly: blue. Hex color #0C518B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C518B is #F3AE74. Grayscale: #424242. Windows color (decimal): -15969909 or 9130252. OLE color: 9130252.

HSL color Cylindrical-coordinate representation of color #0C518B: hue angle of 207.4º 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 #0C518B is Cyan = 0.91, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB1281139-
CMYK0.910.4200.45
HSL207.4º84.11%29.61%-
HSV(B)207.4º91.37%54.51%-
XYZ7.757.8325.53-
YUV66.98168.6488.78-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.17%
GREEN value IS 81 (32.03% from 255) = 34.91%
BLUE value IS 139 (54.69% from 255) = 59.91%
R=5.17%
G=34.91%
B=59.91%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal12811390.910.4200.45207.484.1129.61
HexC518B5B2A02Dcf541e
Octal141212131335205531712436
Binary11001010001100010111011011101010010110111001111101010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C518B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,81,139); }

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

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

 a { background-color: rgb(12,81,139); }

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

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

 span { border-color: rgb(12,81,139); }

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