Shades of Blue Lagoon #0B566D
Tints of Blue Lagoon #0B566D
RGB
CMYK
RGB Variations
Color information
#0B566D (or 0x0B566D) is known color: Blue Lagoon. HEX triplet: 0B, 56 and 6D. RGB value is (11,86,109). Sum of RGB (Red+Green+Blue) = 11+86+109=206 (27% of max value = 765). Red value is 11 (4.69% from 255 or 5.34% from 206); Green value is 86 (33.98% from 255 or 41.75% from 206); Blue value is 109 (42.97% from 255 or 52.91% from 206); Max value from RGB is 109 - color contains mainly: blue. Hex color #0B566D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B566D is #F4A992. Grayscale: #424242. Windows color (decimal): -16034195 or 7165451. OLE color: 7165451.
HSL color Cylindrical-coordinate representation of color #0B566D: hue angle of 194.08º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0B566D is Cyan = 0.90, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 11 | 86 | 109 | - |
| CMYK | 0.90 | 0.21 | 0 | 0.57 |
| HSL | 194.08º | 0.82% | 0.24% | - |
| HSV(B) | 194.08º | 0.9% | 0.43% | - |
| XYZ | 6.23 | 7.83 | 15.65 | - |
| YUV | 66.2 | 152.15 | 88.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 86 | 109 | 0.90 | 0.21 | 0 | 0.57 | 194.08 | 0.82 | 0.24 |
| Hex | B | 56 | 6D | 5A | 15 | 0 | 39 | C2 | 52 | 18 |
| Octal | 13 | 126 | 155 | 132 | 25 | 0 | 71 | 302 | 122 | 30 |
| Binary | 1011 | 1010110 | 1101101 | 1011010 | 10101 | 0 | 111001 | 11000010 | 1010010 | 11000 |
Color Harmonies of #0B566D
Complementary color
Monochromatic Colors of #0B566D
Black with #0B566D
Text Example
Text Example
White with #0B566D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B566D; }
p { color: rgb(11,86,109); }
H1.HeaderClassName
{
color: #0B566D;
}
.AnyTagClassName
{
color: #0B566D;
}
</style>
background-color css
<style>
a { background-color: #0B566D; }
a { background-color: rgb(11,86,109); }
div.DivClassName
{
background-color: #0B566D;
}
.BgClassName
{
background-color: #0B566D;
}
</style>
border-color css
<style>
span { border-color: #0B566D; }
span { border-color: rgb(11,86,109); }
td.TdClassName
{
border-color: #0B566D;
}
.TagClassName
{
border-color: #0B566D;
}
</style>