Shades of Blue Lagoon #0F656E
Tints of Blue Lagoon #0F656E
RGB
CMYK
RGB Variations
Color information
#0F656E (or 0x0F656E) is known color: Blue Lagoon. HEX triplet: 0F, 65 and 6E. RGB value is (15,101,110). Sum of RGB (Red+Green+Blue) = 15+101+110=226 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.64% from 226); Green value is 101 (39.84% from 255 or 44.69% from 226); Blue value is 110 (43.36% from 255 or 48.67% from 226); Max value from RGB is 110 - color contains mainly: blue. Hex color #0F656E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F656E is #F09A91. Grayscale: #4C4C4C. Windows color (decimal): -15768210 or 7234831. OLE color: 7234831.
HSL color Cylindrical-coordinate representation of color #0F656E: hue angle of 185.68º 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 #0F656E is Cyan = 0.86, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 15 | 101 | 110 | - |
| CMYK | 0.86 | 0.08 | 0 | 0.57 |
| HSL | 185.68º | 0.76% | 0.25% | - |
| HSV(B) | 185.68º | 0.86% | 0.43% | - |
| XYZ | 7.67 | 10.53 | 16.38 | - |
| YUV | 76.31 | 147.01 | 84.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 101 | 110 | 0.86 | 0.08 | 0 | 0.57 | 185.68 | 0.76 | 0.25 |
| Hex | F | 65 | 6E | 56 | 8 | 0 | 39 | BA | 4C | 19 |
| Octal | 17 | 145 | 156 | 126 | 10 | 0 | 71 | 272 | 114 | 31 |
| Binary | 1111 | 1100101 | 1101110 | 1010110 | 1000 | 0 | 111001 | 10111010 | 1001100 | 11001 |
Color Harmonies of #0F656E
Complementary color
Monochromatic Colors of #0F656E
Black with #0F656E
Text Example
Text Example
White with #0F656E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F656E; }
p { color: rgb(15,101,110); }
H1.HeaderClassName
{
color: #0F656E;
}
.AnyTagClassName
{
color: #0F656E;
}
</style>
background-color css
<style>
a { background-color: #0F656E; }
a { background-color: rgb(15,101,110); }
div.DivClassName
{
background-color: #0F656E;
}
.BgClassName
{
background-color: #0F656E;
}
</style>
border-color css
<style>
span { border-color: #0F656E; }
span { border-color: rgb(15,101,110); }
td.TdClassName
{
border-color: #0F656E;
}
.TagClassName
{
border-color: #0F656E;
}
</style>