Html Css Color HEX #0C587E Dark Cerulean

📋 copy color: '#0C587E'

red 12 ◦ green 88 ◦ blue 126

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

Shades of Dark Cerulean #0C587E

Tints of Dark Cerulean #0C587E

RGB

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

 GREEN value IS 88 (34.77% from 255) = 38.94%

 BLUE value IS 126 (49.61% from 255) = 55.75%

R = 5.31%
G = 38.94%
B = 55.75%

CMYK

 C value IS 0.90

 M value IS 0.30

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#0C587E (or 0x0C587E) is known color: Dark Cerulean. HEX triplet: 0C, 58 and 7E. RGB value is (12,88,126). Sum of RGB (Red+Green+Blue) = 12+88+126=226 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.31% from 226); Green value is 88 (34.77% from 255 or 38.94% from 226); Blue value is 126 (49.61% from 255 or 55.75% from 226); Max value from RGB is 126 - color contains mainly: blue. Hex color #0C587E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C587E is #F3A781. Grayscale: #454545. Windows color (decimal): -15968130 or 8280076. OLE color: 8280076.

HSL color Cylindrical-coordinate representation of color #0C587E: hue angle of 200º degrees, saturation: 0.83, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C587E is Cyan = 0.90, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 12 88 126 -
CMYK 0.90 0.30 0 0.51
HSL 200º 0.83% 0.27% -
HSV(B) 200º 0.9% 0.49% -
XYZ 7.41 8.56 21 -
YUV 69.61 159.82 86.91 -
System Red Green Blue C M Y K H S L
Decimal 12 88 126 0.90 0.30 0 0.51 200 0.83 0.27
Hex C 58 7E 5A 1E 0 33 C8 53 1B
Octal 14 130 176 132 36 0 63 310 123 33
Binary 1100 1011000 1111110 1011010 11110 0 110011 11001000 1010011 11011

Color Harmonies of #0C587E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C587E

Black with #0C587E

Text Example


Text Example

White with #0C587E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,88,126); }

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

background-color css

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

 a { background-color: rgb(12,88,126); }

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

border-color css

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

 span { border-color: rgb(12,88,126); }

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