Shades of Blue Lagoon #0F5168
Tints of Blue Lagoon #0F5168
RGB
CMYK
RGB Variations
Color information
#0F5168 (or 0x0F5168) is known color: Blue Lagoon. HEX triplet: 0F, 51 and 68. RGB value is (15,81,104). Sum of RGB (Red+Green+Blue) = 15+81+104=200 (26% of max value = 765). Red value is 15 (6.25% from 255 or 7.5% from 200); Green value is 81 (32.03% from 255 or 40.5% from 200); Blue value is 104 (41.02% from 255 or 52% from 200); Max value from RGB is 104 - color contains mainly: blue. Hex color #0F5168 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F5168 is #F0AE97. Grayscale: #3F3F3F. Windows color (decimal): -15773336 or 6836495. OLE color: 6836495.
HSL color Cylindrical-coordinate representation of color #0F5168: hue angle of 195.51º degrees, saturation: 0.75, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0F5168 is Cyan = 0.86, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 15 | 81 | 104 | - |
| CMYK | 0.86 | 0.22 | 0 | 0.59 |
| HSL | 195.51º | 0.75% | 0.23% | - |
| HSV(B) | 195.51º | 0.86% | 0.41% | - |
| XYZ | 5.64 | 6.99 | 14.15 | - |
| YUV | 63.89 | 150.63 | 93.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 81 | 104 | 0.86 | 0.22 | 0 | 0.59 | 195.51 | 0.75 | 0.23 |
| Hex | F | 51 | 68 | 56 | 16 | 0 | 3B | C4 | 4B | 17 |
| Octal | 17 | 121 | 150 | 126 | 26 | 0 | 73 | 304 | 113 | 27 |
| Binary | 1111 | 1010001 | 1101000 | 1010110 | 10110 | 0 | 111011 | 11000100 | 1001011 | 10111 |
Color Harmonies of #0F5168
Complementary color
Monochromatic Colors of #0F5168
Black with #0F5168
Text Example
Text Example
White with #0F5168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F5168; }
p { color: rgb(15,81,104); }
H1.HeaderClassName
{
color: #0F5168;
}
.AnyTagClassName
{
color: #0F5168;
}
</style>
background-color css
<style>
a { background-color: #0F5168; }
a { background-color: rgb(15,81,104); }
div.DivClassName
{
background-color: #0F5168;
}
.BgClassName
{
background-color: #0F5168;
}
</style>
border-color css
<style>
span { border-color: #0F5168; }
span { border-color: rgb(15,81,104); }
td.TdClassName
{
border-color: #0F5168;
}
.TagClassName
{
border-color: #0F5168;
}
</style>