Shades of Blue Lagoon #0F516B
Tints of Blue Lagoon #0F516B
RGB
CMYK
RGB Variations
Color information
#0F516B (or 0x0F516B) is known color: Blue Lagoon. HEX triplet: 0F, 51 and 6B. RGB value is (15,81,107). Sum of RGB (Red+Green+Blue) = 15+81+107=203 (26% of max value = 765). Red value is 15 (6.25% from 255 or 7.39% from 203); Green value is 81 (32.03% from 255 or 39.90% from 203); Blue value is 107 (42.19% from 255 or 52.71% from 203); Max value from RGB is 107 - color contains mainly: blue. Hex color #0F516B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F516B is #F0AE94. Grayscale: #404040. Windows color (decimal): -15773333 or 7033103. OLE color: 7033103.
HSL color Cylindrical-coordinate representation of color #0F516B: hue angle of 196.96º degrees, saturation: 0.75, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0F516B is Cyan = 0.86, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 15 | 81 | 107 | - |
| CMYK | 0.86 | 0.24 | 0 | 0.58 |
| HSL | 196.96º | 0.75% | 0.24% | - |
| HSV(B) | 196.96º | 0.86% | 0.42% | - |
| XYZ | 5.79 | 7.05 | 14.96 | - |
| YUV | 64.23 | 152.13 | 92.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 81 | 107 | 0.86 | 0.24 | 0 | 0.58 | 196.96 | 0.75 | 0.24 |
| Hex | F | 51 | 6B | 56 | 18 | 0 | 3A | C5 | 4B | 18 |
| Octal | 17 | 121 | 153 | 126 | 30 | 0 | 72 | 305 | 113 | 30 |
| Binary | 1111 | 1010001 | 1101011 | 1010110 | 11000 | 0 | 111010 | 11000101 | 1001011 | 11000 |
Color Harmonies of #0F516B
Complementary color
Monochromatic Colors of #0F516B
Black with #0F516B
Text Example
Text Example
White with #0F516B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F516B; }
p { color: rgb(15,81,107); }
H1.HeaderClassName
{
color: #0F516B;
}
.AnyTagClassName
{
color: #0F516B;
}
</style>
background-color css
<style>
a { background-color: #0F516B; }
a { background-color: rgb(15,81,107); }
div.DivClassName
{
background-color: #0F516B;
}
.BgClassName
{
background-color: #0F516B;
}
</style>
border-color css
<style>
span { border-color: #0F516B; }
span { border-color: rgb(15,81,107); }
td.TdClassName
{
border-color: #0F516B;
}
.TagClassName
{
border-color: #0F516B;
}
</style>