Shades of Blue Lagoon #0F5E71
Tints of Blue Lagoon #0F5E71
RGB
CMYK
RGB Variations
Color information
#0F5E71 (or 0x0F5E71) is known color: Blue Lagoon. HEX triplet: 0F, 5E and 71. RGB value is (15,94,113). Sum of RGB (Red+Green+Blue) = 15+94+113=222 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.76% from 222); Green value is 94 (37.11% from 255 or 42.34% from 222); Blue value is 113 (44.53% from 255 or 50.90% from 222); Max value from RGB is 113 - color contains mainly: blue. Hex color #0F5E71 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F5E71 is #F0A18E. Grayscale: #484848. Windows color (decimal): -15769999 or 7429647. OLE color: 7429647.
HSL color Cylindrical-coordinate representation of color #0F5E71: hue angle of 191.63º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0F5E71 is Cyan = 0.87, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 15 | 94 | 113 | - |
| CMYK | 0.87 | 0.17 | 0 | 0.56 |
| HSL | 191.63º | 0.77% | 0.25% | - |
| HSV(B) | 191.63º | 0.87% | 0.44% | - |
| XYZ | 7.18 | 9.3 | 17.04 | - |
| YUV | 72.55 | 150.83 | 86.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 94 | 113 | 0.87 | 0.17 | 0 | 0.56 | 191.63 | 0.77 | 0.25 |
| Hex | F | 5E | 71 | 57 | 11 | 0 | 38 | C0 | 4D | 19 |
| Octal | 17 | 136 | 161 | 127 | 21 | 0 | 70 | 300 | 115 | 31 |
| Binary | 1111 | 1011110 | 1110001 | 1010111 | 10001 | 0 | 111000 | 11000000 | 1001101 | 11001 |
Color Harmonies of #0F5E71
Complementary color
Monochromatic Colors of #0F5E71
Black with #0F5E71
Text Example
Text Example
White with #0F5E71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F5E71; }
p { color: rgb(15,94,113); }
H1.HeaderClassName
{
color: #0F5E71;
}
.AnyTagClassName
{
color: #0F5E71;
}
</style>
background-color css
<style>
a { background-color: #0F5E71; }
a { background-color: rgb(15,94,113); }
div.DivClassName
{
background-color: #0F5E71;
}
.BgClassName
{
background-color: #0F5E71;
}
</style>
border-color css
<style>
span { border-color: #0F5E71; }
span { border-color: rgb(15,94,113); }
td.TdClassName
{
border-color: #0F5E71;
}
.TagClassName
{
border-color: #0F5E71;
}
</style>