Html Css Color HEX #0C5872 Blue Lagoon

📋 copy color: '#0C5872'

red 12 ◦ green 88 ◦ blue 114

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

Shades of Blue Lagoon #0C5872

Tints of Blue Lagoon #0C5872

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 53.27%

R = 5.61%
G = 41.12%
B = 53.27%

CMYK

 C value IS 0.89

 M value IS 0.23

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#0C5872 (or 0x0C5872) is known color: Blue Lagoon. HEX triplet: 0C, 58 and 72. RGB value is (12,88,114). Sum of RGB (Red+Green+Blue) = 12+88+114=214 (28% of max value = 765). Red value is 12 (5.08% from 255 or 5.61% from 214); Green value is 88 (34.77% from 255 or 41.12% from 214); Blue value is 114 (44.92% from 255 or 53.27% from 214); Max value from RGB is 114 - color contains mainly: blue. Hex color #0C5872 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C5872 is #F3A78D. Grayscale: #444444. Windows color (decimal): -15968142 or 7493644. OLE color: 7493644.

HSL color Cylindrical-coordinate representation of color #0C5872: hue angle of 195.29º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0C5872 is Cyan = 0.89, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 12 88 114 -
CMYK 0.89 0.23 0 0.55
HSL 195.29º 0.81% 0.25% -
HSV(B) 195.29º 0.89% 0.45% -
XYZ 6.68 8.27 17.16 -
YUV 68.24 153.82 87.89 -
System Red Green Blue C M Y K H S L
Decimal 12 88 114 0.89 0.23 0 0.55 195.29 0.81 0.25
Hex C 58 72 59 17 0 37 C3 51 19
Octal 14 130 162 131 27 0 67 303 121 31
Binary 1100 1011000 1110010 1011001 10111 0 110111 11000011 1010001 11001

Color Harmonies of #0C5872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C5872

Black with #0C5872

Text Example


Text Example

White with #0C5872

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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