Shades of Blue Lagoon #0F556B
Tints of Blue Lagoon #0F556B
RGB
CMYK
RGB Variations
Color information
#0F556B (or 0x0F556B) is known color: Blue Lagoon. HEX triplet: 0F, 55 and 6B. RGB value is (15,85,107). Sum of RGB (Red+Green+Blue) = 15+85+107=207 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.25% from 207); Green value is 85 (33.59% from 255 or 41.06% from 207); Blue value is 107 (42.19% from 255 or 51.69% from 207); Max value from RGB is 107 - color contains mainly: blue. Hex color #0F556B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F556B is #F0AA94. Grayscale: #424242. Windows color (decimal): -15772309 or 7034127. OLE color: 7034127.
HSL color Cylindrical-coordinate representation of color #0F556B: hue angle of 194.35º 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 #0F556B is Cyan = 0.86, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 15 | 85 | 107 | - |
| CMYK | 0.86 | 0.21 | 0 | 0.58 |
| HSL | 194.35º | 0.75% | 0.24% | - |
| HSV(B) | 194.35º | 0.86% | 0.42% | - |
| XYZ | 6.1 | 7.66 | 15.07 | - |
| YUV | 66.58 | 150.81 | 91.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 85 | 107 | 0.86 | 0.21 | 0 | 0.58 | 194.35 | 0.75 | 0.24 |
| Hex | F | 55 | 6B | 56 | 15 | 0 | 3A | C2 | 4B | 18 |
| Octal | 17 | 125 | 153 | 126 | 25 | 0 | 72 | 302 | 113 | 30 |
| Binary | 1111 | 1010101 | 1101011 | 1010110 | 10101 | 0 | 111010 | 11000010 | 1001011 | 11000 |
Color Harmonies of #0F556B
Complementary color
Monochromatic Colors of #0F556B
Black with #0F556B
Text Example
Text Example
White with #0F556B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F556B; }
p { color: rgb(15,85,107); }
H1.HeaderClassName
{
color: #0F556B;
}
.AnyTagClassName
{
color: #0F556B;
}
</style>
background-color css
<style>
a { background-color: #0F556B; }
a { background-color: rgb(15,85,107); }
div.DivClassName
{
background-color: #0F556B;
}
.BgClassName
{
background-color: #0F556B;
}
</style>
border-color css
<style>
span { border-color: #0F556B; }
span { border-color: rgb(15,85,107); }
td.TdClassName
{
border-color: #0F556B;
}
.TagClassName
{
border-color: #0F556B;
}
</style>