Html Css Color HEX #0C577D Dark Cerulean

📋 copy color: '#0C577D'

red 12 ◦ green 87 ◦ blue 125

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

Shades of Dark Cerulean #0C577D

Tints of Dark Cerulean #0C577D

RGB

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

 GREEN value IS 87 (34.38% from 255) = 38.84%

 BLUE value IS 125 (49.22% from 255) = 55.8%

R = 5.36%
G = 38.84%
B = 55.8%

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

#0C577D (or 0x0C577D) is known color: Dark Cerulean. HEX triplet: 0C, 57 and 7D. RGB value is (12,87,125). Sum of RGB (Red+Green+Blue) = 12+87+125=224 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.36% from 224); Green value is 87 (34.38% from 255 or 38.84% from 224); Blue value is 125 (49.22% from 255 or 55.80% from 224); Max value from RGB is 125 - color contains mainly: blue. Hex color #0C577D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C577D is #F3A882. Grayscale: #444444. Windows color (decimal): -15968387 or 8214284. OLE color: 8214284.

HSL color Cylindrical-coordinate representation of color #0C577D: hue angle of 200.18º degrees, saturation: 0.82, 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 #0C577D is Cyan = 0.90, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 12 87 125 -
CMYK 0.90 0.30 0 0.51
HSL 200.18º 0.82% 0.27% -
HSV(B) 200.18º 0.9% 0.49% -
XYZ 7.26 8.38 20.64 -
YUV 68.91 159.65 87.41 -
System Red Green Blue C M Y K H S L
Decimal 12 87 125 0.90 0.30 0 0.51 200.18 0.82 0.27
Hex C 57 7D 5A 1E 0 33 C8 52 1B
Octal 14 127 175 132 36 0 63 310 122 33
Binary 1100 1010111 1111101 1011010 11110 0 110011 11001000 1010010 11011

Color Harmonies of #0C577D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C577D

Black with #0C577D

Text Example


Text Example

White with #0C577D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,87,125); }

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

background-color css

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

 a { background-color: rgb(12,87,125); }

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

border-color css

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

 span { border-color: rgb(12,87,125); }

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