Shades of Blue Lagoon #0F5971
Tints of Blue Lagoon #0F5971
RGB
CMYK
RGB Variations
Color information
#0F5971 (or 0x0F5971) is known color: Blue Lagoon. HEX triplet: 0F, 59 and 71. RGB value is (15,89,113). Sum of RGB (Red+Green+Blue) = 15+89+113=217 (28% of max value = 765). Red value is 15 (6.25% from 255 or 6.91% from 217); Green value is 89 (35.16% from 255 or 41.01% 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 #0F5971 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F5971 is #F0A68E. Grayscale: #454545. Windows color (decimal): -15771279 or 7428367. OLE color: 7428367.
HSL color Cylindrical-coordinate representation of color #0F5971: hue angle of 194.69º 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 #0F5971 is Cyan = 0.87, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 15 | 89 | 113 | - |
| CMYK | 0.87 | 0.21 | 0 | 0.56 |
| HSL | 194.69º | 0.77% | 0.25% | - |
| HSV(B) | 194.69º | 0.87% | 0.44% | - |
| XYZ | 6.75 | 8.44 | 16.9 | - |
| YUV | 69.61 | 152.48 | 89.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 89 | 113 | 0.87 | 0.21 | 0 | 0.56 | 194.69 | 0.77 | 0.25 |
| Hex | F | 59 | 71 | 57 | 15 | 0 | 38 | C3 | 4D | 19 |
| Octal | 17 | 131 | 161 | 127 | 25 | 0 | 70 | 303 | 115 | 31 |
| Binary | 1111 | 1011001 | 1110001 | 1010111 | 10101 | 0 | 111000 | 11000011 | 1001101 | 11001 |
Color Harmonies of #0F5971
Complementary color
Monochromatic Colors of #0F5971
Black with #0F5971
Text Example
Text Example
White with #0F5971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F5971; }
p { color: rgb(15,89,113); }
H1.HeaderClassName
{
color: #0F5971;
}
.AnyTagClassName
{
color: #0F5971;
}
</style>
background-color css
<style>
a { background-color: #0F5971; }
a { background-color: rgb(15,89,113); }
div.DivClassName
{
background-color: #0F5971;
}
.BgClassName
{
background-color: #0F5971;
}
</style>
border-color css
<style>
span { border-color: #0F5971; }
span { border-color: rgb(15,89,113); }
td.TdClassName
{
border-color: #0F5971;
}
.TagClassName
{
border-color: #0F5971;
}
</style>