Shades of Blue Lagoon #0F6872
Tints of Blue Lagoon #0F6872
RGB
CMYK
RGB Variations
Color information
#0F6872 (or 0x0F6872) is known color: Blue Lagoon. HEX triplet: 0F, 68 and 72. RGB value is (15,104,114). Sum of RGB (Red+Green+Blue) = 15+104+114=233 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.44% from 233); Green value is 104 (41.02% from 255 or 44.64% from 233); Blue value is 114 (44.92% from 255 or 48.93% from 233); Max value from RGB is 114 - color contains mainly: blue. Hex color #0F6872 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F6872 is #F0978D. Grayscale: #4E4E4E. Windows color (decimal): -15767438 or 7497743. OLE color: 7497743.
HSL color Cylindrical-coordinate representation of color #0F6872: hue angle of 186.06º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0F6872 is Cyan = 0.87, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 15 | 104 | 114 | - |
| CMYK | 0.87 | 0.09 | 0 | 0.55 |
| HSL | 186.06º | 0.77% | 0.25% | - |
| HSV(B) | 186.06º | 0.87% | 0.45% | - |
| XYZ | 8.18 | 11.22 | 17.65 | - |
| YUV | 78.53 | 148.01 | 82.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 104 | 114 | 0.87 | 0.09 | 0 | 0.55 | 186.06 | 0.77 | 0.25 |
| Hex | F | 68 | 72 | 57 | 9 | 0 | 37 | BA | 4D | 19 |
| Octal | 17 | 150 | 162 | 127 | 11 | 0 | 67 | 272 | 115 | 31 |
| Binary | 1111 | 1101000 | 1110010 | 1010111 | 1001 | 0 | 110111 | 10111010 | 1001101 | 11001 |
Color Harmonies of #0F6872
Complementary color
Monochromatic Colors of #0F6872
Black with #0F6872
Text Example
Text Example
White with #0F6872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F6872; }
p { color: rgb(15,104,114); }
H1.HeaderClassName
{
color: #0F6872;
}
.AnyTagClassName
{
color: #0F6872;
}
</style>
background-color css
<style>
a { background-color: #0F6872; }
a { background-color: rgb(15,104,114); }
div.DivClassName
{
background-color: #0F6872;
}
.BgClassName
{
background-color: #0F6872;
}
</style>
border-color css
<style>
span { border-color: #0F6872; }
span { border-color: rgb(15,104,114); }
td.TdClassName
{
border-color: #0F6872;
}
.TagClassName
{
border-color: #0F6872;
}
</style>