Shades of Blue Lagoon #0F596F
Tints of Blue Lagoon #0F596F
RGB
CMYK
RGB Variations
Color information
#0F596F (or 0x0F596F) is known color: Blue Lagoon. HEX triplet: 0F, 59 and 6F. RGB value is (15,89,111). Sum of RGB (Red+Green+Blue) = 15+89+111=215 (28% of max value = 765). Red value is 15 (6.25% from 255 or 6.98% from 215); Green value is 89 (35.16% from 255 or 41.40% from 215); Blue value is 111 (43.75% from 255 or 51.63% from 215); Max value from RGB is 111 - color contains mainly: blue. Hex color #0F596F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F596F is #F0A690. Grayscale: #454545. Windows color (decimal): -15771281 or 7297295. OLE color: 7297295.
HSL color Cylindrical-coordinate representation of color #0F596F: hue angle of 193.75º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0F596F is Cyan = 0.86, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 15 | 89 | 111 | - |
| CMYK | 0.86 | 0.20 | 0 | 0.56 |
| HSL | 193.75º | 0.76% | 0.25% | - |
| HSV(B) | 193.75º | 0.86% | 0.44% | - |
| XYZ | 6.64 | 8.39 | 16.31 | - |
| YUV | 69.38 | 151.48 | 89.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 89 | 111 | 0.86 | 0.20 | 0 | 0.56 | 193.75 | 0.76 | 0.25 |
| Hex | F | 59 | 6F | 56 | 14 | 0 | 38 | C2 | 4C | 19 |
| Octal | 17 | 131 | 157 | 126 | 24 | 0 | 70 | 302 | 114 | 31 |
| Binary | 1111 | 1011001 | 1101111 | 1010110 | 10100 | 0 | 111000 | 11000010 | 1001100 | 11001 |
Color Harmonies of #0F596F
Complementary color
Monochromatic Colors of #0F596F
Black with #0F596F
Text Example
Text Example
White with #0F596F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F596F; }
p { color: rgb(15,89,111); }
H1.HeaderClassName
{
color: #0F596F;
}
.AnyTagClassName
{
color: #0F596F;
}
</style>
background-color css
<style>
a { background-color: #0F596F; }
a { background-color: rgb(15,89,111); }
div.DivClassName
{
background-color: #0F596F;
}
.BgClassName
{
background-color: #0F596F;
}
</style>
border-color css
<style>
span { border-color: #0F596F; }
span { border-color: rgb(15,89,111); }
td.TdClassName
{
border-color: #0F596F;
}
.TagClassName
{
border-color: #0F596F;
}
</style>