Shades of Blue Lagoon #0C5C71
Tints of Blue Lagoon #0C5C71
RGB
CMYK
RGB Variations
Color information
#0C5C71 (or 0x0C5C71) is known color: Blue Lagoon. HEX triplet: 0C, 5C and 71. RGB value is (12,92,113). Sum of RGB (Red+Green+Blue) = 12+92+113=217 (28% of max value = 765). Red value is 12 (5.08% from 255 or 5.53% from 217); Green value is 92 (36.33% from 255 or 42.40% from 217); Blue value is 113 (44.53% from 255 or 52.07% from 217); Max value from RGB is 113 - color contains mainly: blue. Hex color #0C5C71 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C5C71 is #F3A38E. Grayscale: #464646. Windows color (decimal): -15967119 or 7429132. OLE color: 7429132.
HSL color Cylindrical-coordinate representation of color #0C5C71: hue angle of 192.48º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0C5C71 is Cyan = 0.89, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 12 | 92 | 113 | - |
| CMYK | 0.89 | 0.19 | 0 | 0.56 |
| HSL | 192.48º | 0.81% | 0.25% | - |
| HSV(B) | 192.48º | 0.89% | 0.44% | - |
| XYZ | 6.96 | 8.92 | 16.98 | - |
| YUV | 70.47 | 152 | 86.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 92 | 113 | 0.89 | 0.19 | 0 | 0.56 | 192.48 | 0.81 | 0.25 |
| Hex | C | 5C | 71 | 59 | 13 | 0 | 38 | C0 | 51 | 19 |
| Octal | 14 | 134 | 161 | 131 | 23 | 0 | 70 | 300 | 121 | 31 |
| Binary | 1100 | 1011100 | 1110001 | 1011001 | 10011 | 0 | 111000 | 11000000 | 1010001 | 11001 |
Color Harmonies of #0C5C71
Complementary color
Monochromatic Colors of #0C5C71
Black with #0C5C71
Text Example
Text Example
White with #0C5C71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C5C71; }
p { color: rgb(12,92,113); }
H1.HeaderClassName
{
color: #0C5C71;
}
.AnyTagClassName
{
color: #0C5C71;
}
</style>
background-color css
<style>
a { background-color: #0C5C71; }
a { background-color: rgb(12,92,113); }
div.DivClassName
{
background-color: #0C5C71;
}
.BgClassName
{
background-color: #0C5C71;
}
</style>
border-color css
<style>
span { border-color: #0C5C71; }
span { border-color: rgb(12,92,113); }
td.TdClassName
{
border-color: #0C5C71;
}
.TagClassName
{
border-color: #0C5C71;
}
</style>