Shades of Blue Lagoon #0F566E
Tints of Blue Lagoon #0F566E
RGB
CMYK
RGB Variations
Color information
#0F566E (or 0x0F566E) is known color: Blue Lagoon. HEX triplet: 0F, 56 and 6E. RGB value is (15,86,110). Sum of RGB (Red+Green+Blue) = 15+86+110=211 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.11% from 211); Green value is 86 (33.98% from 255 or 40.76% from 211); Blue value is 110 (43.36% from 255 or 52.13% from 211); Max value from RGB is 110 - color contains mainly: blue. Hex color #0F566E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F566E is #F0A991. Grayscale: #434343. Windows color (decimal): -15772050 or 7230991. OLE color: 7230991.
HSL color Cylindrical-coordinate representation of color #0F566E: hue angle of 195.16º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0F566E is Cyan = 0.86, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 15 | 86 | 110 | - |
| CMYK | 0.86 | 0.22 | 0 | 0.57 |
| HSL | 195.16º | 0.76% | 0.25% | - |
| HSV(B) | 195.16º | 0.86% | 0.43% | - |
| XYZ | 6.34 | 7.88 | 15.94 | - |
| YUV | 67.51 | 151.98 | 90.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 86 | 110 | 0.86 | 0.22 | 0 | 0.57 | 195.16 | 0.76 | 0.25 |
| Hex | F | 56 | 6E | 56 | 16 | 0 | 39 | C3 | 4C | 19 |
| Octal | 17 | 126 | 156 | 126 | 26 | 0 | 71 | 303 | 114 | 31 |
| Binary | 1111 | 1010110 | 1101110 | 1010110 | 10110 | 0 | 111001 | 11000011 | 1001100 | 11001 |
Color Harmonies of #0F566E
Complementary color
Monochromatic Colors of #0F566E
Black with #0F566E
Text Example
Text Example
White with #0F566E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F566E; }
p { color: rgb(15,86,110); }
H1.HeaderClassName
{
color: #0F566E;
}
.AnyTagClassName
{
color: #0F566E;
}
</style>
background-color css
<style>
a { background-color: #0F566E; }
a { background-color: rgb(15,86,110); }
div.DivClassName
{
background-color: #0F566E;
}
.BgClassName
{
background-color: #0F566E;
}
</style>
border-color css
<style>
span { border-color: #0F566E; }
span { border-color: rgb(15,86,110); }
td.TdClassName
{
border-color: #0F566E;
}
.TagClassName
{
border-color: #0F566E;
}
</style>