Shades of Blue Lagoon #0B566A
Tints of Blue Lagoon #0B566A
RGB
CMYK
RGB Variations
Color information
#0B566A (or 0x0B566A) is known color: Blue Lagoon. HEX triplet: 0B, 56 and 6A. RGB value is (11,86,106). Sum of RGB (Red+Green+Blue) = 11+86+106=203 (26% of max value = 765). Red value is 11 (4.69% from 255 or 5.42% from 203); Green value is 86 (33.98% from 255 or 42.36% from 203); Blue value is 106 (41.80% from 255 or 52.22% from 203); Max value from RGB is 106 - color contains mainly: blue. Hex color #0B566A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B566A is #F4A995. Grayscale: #414141. Windows color (decimal): -16034198 or 6968843. OLE color: 6968843.
HSL color Cylindrical-coordinate representation of color #0B566A: hue angle of 192.63º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0B566A is Cyan = 0.90, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 11 | 86 | 106 | - |
| CMYK | 0.90 | 0.19 | 0 | 0.58 |
| HSL | 192.63º | 0.81% | 0.23% | - |
| HSV(B) | 192.63º | 0.9% | 0.42% | - |
| XYZ | 6.07 | 7.77 | 14.82 | - |
| YUV | 65.86 | 150.65 | 88.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 86 | 106 | 0.90 | 0.19 | 0 | 0.58 | 192.63 | 0.81 | 0.23 |
| Hex | B | 56 | 6A | 5A | 13 | 0 | 3A | C1 | 51 | 17 |
| Octal | 13 | 126 | 152 | 132 | 23 | 0 | 72 | 301 | 121 | 27 |
| Binary | 1011 | 1010110 | 1101010 | 1011010 | 10011 | 0 | 111010 | 11000001 | 1010001 | 10111 |
Color Harmonies of #0B566A
Complementary color
Monochromatic Colors of #0B566A
Black with #0B566A
Text Example
Text Example
White with #0B566A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B566A; }
p { color: rgb(11,86,106); }
H1.HeaderClassName
{
color: #0B566A;
}
.AnyTagClassName
{
color: #0B566A;
}
</style>
background-color css
<style>
a { background-color: #0B566A; }
a { background-color: rgb(11,86,106); }
div.DivClassName
{
background-color: #0B566A;
}
.BgClassName
{
background-color: #0B566A;
}
</style>
border-color css
<style>
span { border-color: #0B566A; }
span { border-color: rgb(11,86,106); }
td.TdClassName
{
border-color: #0B566A;
}
.TagClassName
{
border-color: #0B566A;
}
</style>