Html Css Color HEX #0C558B Dark Cerulean

📋 copy color: '#0C558B'

red 12 ◦ green 85 ◦ blue 139

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

Shades of Dark Cerulean #0C558B

Tints of Dark Cerulean #0C558B

RGB

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

 GREEN value IS 85 (33.59% from 255) = 36.02%

 BLUE value IS 139 (54.69% from 255) = 58.9%

R = 5.08%
G = 36.02%
B = 58.9%

CMYK

 C value IS 0.91

 M value IS 0.39

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#0C558B (or 0x0C558B) is known color: Dark Cerulean. HEX triplet: 0C, 55 and 8B. RGB value is (12,85,139). Sum of RGB (Red+Green+Blue) = 12+85+139=236 (31% of max value = 765). Red value is 12 (5.08% from 255 or 5.08% from 236); Green value is 85 (33.59% from 255 or 36.02% from 236); Blue value is 139 (54.69% from 255 or 58.90% from 236); Max value from RGB is 139 - color contains mainly: blue. Hex color #0C558B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C558B is #F3AA74. Grayscale: #454545. Windows color (decimal): -15968885 or 9131276. OLE color: 9131276.

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

Color convert

RGB 12 85 139 -
CMYK 0.91 0.39 0 0.45
HSL 205.51º 0.84% 0.3% -
HSV(B) 205.51º 0.91% 0.55% -
XYZ 8.06 8.44 25.63 -
YUV 69.33 167.32 87.11 -
System Red Green Blue C M Y K H S L
Decimal 12 85 139 0.91 0.39 0 0.45 205.51 0.84 0.3
Hex C 55 8B 5B 27 0 2D CE 54 1E
Octal 14 125 213 133 47 0 55 316 124 36
Binary 1100 1010101 10001011 1011011 100111 0 101101 11001110 1010100 11110

Color Harmonies of #0C558B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C558B

Black with #0C558B

Text Example


Text Example

White with #0C558B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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