Shades of Blue Lagoon #0F656F
Tints of Blue Lagoon #0F656F
RGB
CMYK
RGB Variations
Color information
#0F656F (or 0x0F656F) is known color: Blue Lagoon. HEX triplet: 0F, 65 and 6F. RGB value is (15,101,111). Sum of RGB (Red+Green+Blue) = 15+101+111=227 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.61% from 227); Green value is 101 (39.84% from 255 or 44.49% from 227); Blue value is 111 (43.75% from 255 or 48.90% from 227); Max value from RGB is 111 - color contains mainly: blue. Hex color #0F656F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F656F is #F09A90. Grayscale: #4C4C4C. Windows color (decimal): -15768209 or 7300367. OLE color: 7300367.
HSL color Cylindrical-coordinate representation of color #0F656F: hue angle of 186.25º 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 #0F656F is Cyan = 0.86, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 15 | 101 | 111 | - |
| CMYK | 0.86 | 0.09 | 0 | 0.56 |
| HSL | 186.25º | 0.76% | 0.25% | - |
| HSV(B) | 186.25º | 0.86% | 0.44% | - |
| XYZ | 7.72 | 10.56 | 16.67 | - |
| YUV | 76.43 | 147.51 | 84.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 101 | 111 | 0.86 | 0.09 | 0 | 0.56 | 186.25 | 0.76 | 0.25 |
| Hex | F | 65 | 6F | 56 | 9 | 0 | 38 | BA | 4C | 19 |
| Octal | 17 | 145 | 157 | 126 | 11 | 0 | 70 | 272 | 114 | 31 |
| Binary | 1111 | 1100101 | 1101111 | 1010110 | 1001 | 0 | 111000 | 10111010 | 1001100 | 11001 |
Color Harmonies of #0F656F
Complementary color
Monochromatic Colors of #0F656F
Black with #0F656F
Text Example
Text Example
White with #0F656F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F656F; }
p { color: rgb(15,101,111); }
H1.HeaderClassName
{
color: #0F656F;
}
.AnyTagClassName
{
color: #0F656F;
}
</style>
background-color css
<style>
a { background-color: #0F656F; }
a { background-color: rgb(15,101,111); }
div.DivClassName
{
background-color: #0F656F;
}
.BgClassName
{
background-color: #0F656F;
}
</style>
border-color css
<style>
span { border-color: #0F656F; }
span { border-color: rgb(15,101,111); }
td.TdClassName
{
border-color: #0F656F;
}
.TagClassName
{
border-color: #0F656F;
}
</style>