Shades of Blue Lagoon #0F6875
Tints of Blue Lagoon #0F6875
RGB
CMYK
RGB Variations
Color information
#0F6875 (or 0x0F6875) is known color: Blue Lagoon. HEX triplet: 0F, 68 and 75. RGB value is (15,104,117). Sum of RGB (Red+Green+Blue) = 15+104+117=236 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.36% from 236); Green value is 104 (41.02% from 255 or 44.07% from 236); Blue value is 117 (46.09% from 255 or 49.58% from 236); Max value from RGB is 117 - color contains mainly: blue. Hex color #0F6875 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F6875 is #F0978A. Grayscale: #4E4E4E. Windows color (decimal): -15767435 or 7694351. OLE color: 7694351.
HSL color Cylindrical-coordinate representation of color #0F6875: hue angle of 187.65º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0F6875 is Cyan = 0.87, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 15 | 104 | 117 | - |
| CMYK | 0.87 | 0.11 | 0 | 0.54 |
| HSL | 187.65º | 0.77% | 0.26% | - |
| HSV(B) | 187.65º | 0.87% | 0.46% | - |
| XYZ | 8.36 | 11.29 | 18.57 | - |
| YUV | 78.87 | 149.51 | 82.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 104 | 117 | 0.87 | 0.11 | 0 | 0.54 | 187.65 | 0.77 | 0.26 |
| Hex | F | 68 | 75 | 57 | B | 0 | 36 | BC | 4D | 1A |
| Octal | 17 | 150 | 165 | 127 | 13 | 0 | 66 | 274 | 115 | 32 |
| Binary | 1111 | 1101000 | 1110101 | 1010111 | 1011 | 0 | 110110 | 10111100 | 1001101 | 11010 |
Color Harmonies of #0F6875
Complementary color
Monochromatic Colors of #0F6875
Black with #0F6875
Text Example
Text Example
White with #0F6875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F6875; }
p { color: rgb(15,104,117); }
H1.HeaderClassName
{
color: #0F6875;
}
.AnyTagClassName
{
color: #0F6875;
}
</style>
background-color css
<style>
a { background-color: #0F6875; }
a { background-color: rgb(15,104,117); }
div.DivClassName
{
background-color: #0F6875;
}
.BgClassName
{
background-color: #0F6875;
}
</style>
border-color css
<style>
span { border-color: #0F6875; }
span { border-color: rgb(15,104,117); }
td.TdClassName
{
border-color: #0F6875;
}
.TagClassName
{
border-color: #0F6875;
}
</style>