Html Css Color HEX #0C5180 Dark Cerulean

📋 copy color: '#0C5180'

red 12 ◦ green 81 ◦ blue 128

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

Shades of Dark Cerulean #0C5180

Tints of Dark Cerulean #0C5180

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 57.92%

R = 5.43%
G = 36.65%
B = 57.92%

CMYK

 C value IS 0.91

 M value IS 0.37

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#0C5180 (or 0x0C5180) is known color: Dark Cerulean. HEX triplet: 0C, 51 and 80. RGB value is (12,81,128). Sum of RGB (Red+Green+Blue) = 12+81+128=221 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.43% from 221); Green value is 81 (32.03% from 255 or 36.65% from 221); Blue value is 128 (50.39% from 255 or 57.92% from 221); Max value from RGB is 128 - color contains mainly: blue. Hex color #0C5180 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C5180 is #F3AE7F. Grayscale: #414141. Windows color (decimal): -15969920 or 8409356. OLE color: 8409356.

HSL color Cylindrical-coordinate representation of color #0C5180: hue angle of 204.31º degrees, saturation: 0.83, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C5180 is Cyan = 0.91, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 12 81 128 -
CMYK 0.91 0.37 0 0.50
HSL 204.31º 0.83% 0.27% -
HSV(B) 204.31º 0.91% 0.5% -
XYZ 6.99 7.52 21.51 -
YUV 65.73 163.14 89.68 -
System Red Green Blue C M Y K H S L
Decimal 12 81 128 0.91 0.37 0 0.50 204.31 0.83 0.27
Hex C 51 80 5B 25 0 32 CC 53 1B
Octal 14 121 200 133 45 0 62 314 123 33
Binary 1100 1010001 10000000 1011011 100101 0 110010 11001100 1010011 11011

Color Harmonies of #0C5180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C5180

Black with #0C5180

Text Example


Text Example

White with #0C5180

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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