Shades of Blue Lagoon #0C5C77
Tints of Blue Lagoon #0C5C77
RGB
CMYK
RGB Variations
Color information
#0C5C77 (or 0x0C5C77) is known color: Blue Lagoon. HEX triplet: 0C, 5C and 77. RGB value is (12,92,119). Sum of RGB (Red+Green+Blue) = 12+92+119=223 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.38% from 223); Green value is 92 (36.33% from 255 or 41.26% from 223); Blue value is 119 (46.88% from 255 or 53.36% from 223); Max value from RGB is 119 - color contains mainly: blue. Hex color #0C5C77 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C5C77 is #F3A388. Grayscale: #464646. Windows color (decimal): -15967113 or 7822348. OLE color: 7822348.
HSL color Cylindrical-coordinate representation of color #0C5C77: hue angle of 195.14º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C5C77 is Cyan = 0.90, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 12 | 92 | 119 | - |
| CMYK | 0.90 | 0.23 | 0 | 0.53 |
| HSL | 195.14º | 0.82% | 0.26% | - |
| HSV(B) | 195.14º | 0.9% | 0.47% | - |
| XYZ | 7.31 | 9.06 | 18.82 | - |
| YUV | 71.16 | 155 | 85.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 92 | 119 | 0.90 | 0.23 | 0 | 0.53 | 195.14 | 0.82 | 0.26 |
| Hex | C | 5C | 77 | 5A | 17 | 0 | 35 | C3 | 52 | 1A |
| Octal | 14 | 134 | 167 | 132 | 27 | 0 | 65 | 303 | 122 | 32 |
| Binary | 1100 | 1011100 | 1110111 | 1011010 | 10111 | 0 | 110101 | 11000011 | 1010010 | 11010 |
Color Harmonies of #0C5C77
Complementary color
Monochromatic Colors of #0C5C77
Black with #0C5C77
Text Example
Text Example
White with #0C5C77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C5C77; }
p { color: rgb(12,92,119); }
H1.HeaderClassName
{
color: #0C5C77;
}
.AnyTagClassName
{
color: #0C5C77;
}
</style>
background-color css
<style>
a { background-color: #0C5C77; }
a { background-color: rgb(12,92,119); }
div.DivClassName
{
background-color: #0C5C77;
}
.BgClassName
{
background-color: #0C5C77;
}
</style>
border-color css
<style>
span { border-color: #0C5C77; }
span { border-color: rgb(12,92,119); }
td.TdClassName
{
border-color: #0C5C77;
}
.TagClassName
{
border-color: #0C5C77;
}
</style>