#0C486F

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

Shades of Dark Cerulean #0C486F

Tints of Dark Cerulean #0C486F

Color information

#0C486F (or 0x0C486F) is unknown color: approx Dark Cerulean. HEX triplet: 0C, 48 and 6F. RGB value is (12,72,111). Sum of RGB (Red+Green+Blue) = 12+72+111=195 (25% of max value = 765). Red value is 12 (5.08% from 255 or 6.15% from 195); Green value is 72 (28.52% from 255 or 36.92% from 195); Blue value is 111 (43.75% from 255 or 56.92% from 195); Max value from RGB is 111 - color contains mainly: blue. Hex color #0C486F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C486F is #F3B790. Grayscale: #3A3A3A. Windows color (decimal): -15972241 or 7292940. OLE color: 7292940.

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

Color convert

RGB1272111-
CMYK0.890.3500.56
HSL203.64º80.49%24.12%-
HSV(B)203.64º89.19%43.53%-
XYZ5.345.8615.89-
YUV58.51157.6294.83-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 6.15%
GREEN value IS 72 (28.52% from 255) = 36.92%
BLUE value IS 111 (43.75% from 255) = 56.92%
R=6.15%
G=36.92%
B=56.92%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal12721110.890.3500.56203.6480.4924.12
HexC486F5923038cc5018
Octal141101571314307031412030
Binary1100100100011011111011001100011011100011001100101000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C486F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,72,111); }

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

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

 a { background-color: rgb(12,72,111); }

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

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

 span { border-color: rgb(12,72,111); }

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