Shades of Blue Lagoon #0C5B70
Tints of Blue Lagoon #0C5B70
RGB
CMYK
RGB Variations
Color information
#0C5B70 (or 0x0C5B70) is known color: Blue Lagoon. HEX triplet: 0C, 5B and 70. RGB value is (12,91,112). Sum of RGB (Red+Green+Blue) = 12+91+112=215 (28% of max value = 765). Red value is 12 (5.08% from 255 or 5.58% from 215); Green value is 91 (35.94% from 255 or 42.33% from 215); Blue value is 112 (44.14% from 255 or 52.09% from 215); Max value from RGB is 112 - color contains mainly: blue. Hex color #0C5B70 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C5B70 is #F3A48F. Grayscale: #454545. Windows color (decimal): -15967376 or 7363340. OLE color: 7363340.
HSL color Cylindrical-coordinate representation of color #0C5B70: hue angle of 192.6º degrees, saturation: 0.81, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0C5B70 is Cyan = 0.89, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 12 | 91 | 112 | - |
| CMYK | 0.89 | 0.19 | 0 | 0.56 |
| HSL | 192.6º | 0.81% | 0.24% | - |
| HSV(B) | 192.6º | 0.89% | 0.44% | - |
| XYZ | 6.82 | 8.73 | 16.66 | - |
| YUV | 69.77 | 151.83 | 86.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 91 | 112 | 0.89 | 0.19 | 0 | 0.56 | 192.6 | 0.81 | 0.24 |
| Hex | C | 5B | 70 | 59 | 13 | 0 | 38 | C1 | 51 | 18 |
| Octal | 14 | 133 | 160 | 131 | 23 | 0 | 70 | 301 | 121 | 30 |
| Binary | 1100 | 1011011 | 1110000 | 1011001 | 10011 | 0 | 111000 | 11000001 | 1010001 | 11000 |
Color Harmonies of #0C5B70
Complementary color
Monochromatic Colors of #0C5B70
Black with #0C5B70
Text Example
Text Example
White with #0C5B70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C5B70; }
p { color: rgb(12,91,112); }
H1.HeaderClassName
{
color: #0C5B70;
}
.AnyTagClassName
{
color: #0C5B70;
}
</style>
background-color css
<style>
a { background-color: #0C5B70; }
a { background-color: rgb(12,91,112); }
div.DivClassName
{
background-color: #0C5B70;
}
.BgClassName
{
background-color: #0C5B70;
}
</style>
border-color css
<style>
span { border-color: #0C5B70; }
span { border-color: rgb(12,91,112); }
td.TdClassName
{
border-color: #0C5B70;
}
.TagClassName
{
border-color: #0C5B70;
}
</style>