Shades of Blue Lagoon #0F556D
Tints of Blue Lagoon #0F556D
RGB
CMYK
RGB Variations
Color information
#0F556D (or 0x0F556D) is known color: Blue Lagoon. HEX triplet: 0F, 55 and 6D. RGB value is (15,85,109). Sum of RGB (Red+Green+Blue) = 15+85+109=209 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.18% from 209); Green value is 85 (33.59% from 255 or 40.67% from 209); Blue value is 109 (42.97% from 255 or 52.15% from 209); Max value from RGB is 109 - color contains mainly: blue. Hex color #0F556D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F556D is #F0AA92. Grayscale: #424242. Windows color (decimal): -15772307 or 7165199. OLE color: 7165199.
HSL color Cylindrical-coordinate representation of color #0F556D: hue angle of 195.32º degrees, saturation: 0.76, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0F556D is Cyan = 0.86, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 15 | 85 | 109 | - |
| CMYK | 0.86 | 0.22 | 0 | 0.57 |
| HSL | 195.32º | 0.76% | 0.24% | - |
| HSV(B) | 195.32º | 0.86% | 0.43% | - |
| XYZ | 6.21 | 7.7 | 15.63 | - |
| YUV | 66.81 | 151.81 | 91.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 85 | 109 | 0.86 | 0.22 | 0 | 0.57 | 195.32 | 0.76 | 0.24 |
| Hex | F | 55 | 6D | 56 | 16 | 0 | 39 | C3 | 4C | 18 |
| Octal | 17 | 125 | 155 | 126 | 26 | 0 | 71 | 303 | 114 | 30 |
| Binary | 1111 | 1010101 | 1101101 | 1010110 | 10110 | 0 | 111001 | 11000011 | 1001100 | 11000 |
Color Harmonies of #0F556D
Complementary color
Monochromatic Colors of #0F556D
Black with #0F556D
Text Example
Text Example
White with #0F556D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F556D; }
p { color: rgb(15,85,109); }
H1.HeaderClassName
{
color: #0F556D;
}
.AnyTagClassName
{
color: #0F556D;
}
</style>
background-color css
<style>
a { background-color: #0F556D; }
a { background-color: rgb(15,85,109); }
div.DivClassName
{
background-color: #0F556D;
}
.BgClassName
{
background-color: #0F556D;
}
</style>
border-color css
<style>
span { border-color: #0F556D; }
span { border-color: rgb(15,85,109); }
td.TdClassName
{
border-color: #0F556D;
}
.TagClassName
{
border-color: #0F556D;
}
</style>