Shades of Blue Lagoon #0F566D
Tints of Blue Lagoon #0F566D
RGB
CMYK
RGB Variations
Color information
#0F566D (or 0x0F566D) is known color: Blue Lagoon. HEX triplet: 0F, 56 and 6D. RGB value is (15,86,109). Sum of RGB (Red+Green+Blue) = 15+86+109=210 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.14% from 210); Green value is 86 (33.98% from 255 or 40.95% from 210); Blue value is 109 (42.97% from 255 or 51.90% from 210); Max value from RGB is 109 - color contains mainly: blue. Hex color #0F566D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F566D is #F0A992. Grayscale: #434343. Windows color (decimal): -15772051 or 7165455. OLE color: 7165455.
HSL color Cylindrical-coordinate representation of color #0F566D: hue angle of 194.68º degrees, saturation: 0.76, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0F566D is Cyan = 0.86, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 15 | 86 | 109 | - |
| CMYK | 0.86 | 0.21 | 0 | 0.57 |
| HSL | 194.68º | 0.76% | 0.24% | - |
| HSV(B) | 194.68º | 0.86% | 0.43% | - |
| XYZ | 6.29 | 7.86 | 15.65 | - |
| YUV | 67.39 | 151.48 | 90.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 86 | 109 | 0.86 | 0.21 | 0 | 0.57 | 194.68 | 0.76 | 0.24 |
| Hex | F | 56 | 6D | 56 | 15 | 0 | 39 | C3 | 4C | 18 |
| Octal | 17 | 126 | 155 | 126 | 25 | 0 | 71 | 303 | 114 | 30 |
| Binary | 1111 | 1010110 | 1101101 | 1010110 | 10101 | 0 | 111001 | 11000011 | 1001100 | 11000 |
Color Harmonies of #0F566D
Complementary color
Monochromatic Colors of #0F566D
Black with #0F566D
Text Example
Text Example
White with #0F566D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F566D; }
p { color: rgb(15,86,109); }
H1.HeaderClassName
{
color: #0F566D;
}
.AnyTagClassName
{
color: #0F566D;
}
</style>
background-color css
<style>
a { background-color: #0F566D; }
a { background-color: rgb(15,86,109); }
div.DivClassName
{
background-color: #0F566D;
}
.BgClassName
{
background-color: #0F566D;
}
</style>
border-color css
<style>
span { border-color: #0F566D; }
span { border-color: rgb(15,86,109); }
td.TdClassName
{
border-color: #0F566D;
}
.TagClassName
{
border-color: #0F566D;
}
</style>