Html Css Color HEX #0C5170 Dark Cerulean

📋 copy color: '#0C5170'

red 12 ◦ green 81 ◦ blue 112

#0C5170
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Cerulean #0C5170

Tints of Dark Cerulean #0C5170

RGB

 RED value IS 12 (5.08% from 255) = 5.85%

 GREEN value IS 81 (32.03% from 255) = 39.51%

 BLUE value IS 112 (44.14% from 255) = 54.63%

R = 5.85%
G = 39.51%
B = 54.63%

CMYK

 C value IS 0.89

 M value IS 0.28

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#0C5170 (or 0x0C5170) is known color: Dark Cerulean. HEX triplet: 0C, 51 and 70. RGB value is (12,81,112). Sum of RGB (Red+Green+Blue) = 12+81+112=205 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.85% from 205); Green value is 81 (32.03% from 255 or 39.51% from 205); Blue value is 112 (44.14% from 255 or 54.63% from 205); Max value from RGB is 112 - color contains mainly: blue. Hex color #0C5170 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C5170 is #F3AE8F. Grayscale: #3F3F3F. Windows color (decimal): -15969936 or 7360780. OLE color: 7360780.

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

Color convert

RGB 12 81 112 -
CMYK 0.89 0.28 0 0.56
HSL 198.6º 0.81% 0.24% -
HSV(B) 198.6º 0.89% 0.44% -
XYZ 6.02 7.13 16.39 -
YUV 63.9 155.14 90.98 -
System Red Green Blue C M Y K H S L
Decimal 12 81 112 0.89 0.28 0 0.56 198.6 0.81 0.24
Hex C 51 70 59 1C 0 38 C7 51 18
Octal 14 121 160 131 34 0 70 307 121 30
Binary 1100 1010001 1110000 1011001 11100 0 111000 11000111 1010001 11000

Color Harmonies of #0C5170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C5170

Black with #0C5170

Text Example


Text Example

White with #0C5170

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0C5170;
 }
 .AnyTagClassName
 {
   color: #0C5170;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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