Shades of Blue Lagoon #0B5966
Tints of Blue Lagoon #0B5966
RGB
CMYK
RGB Variations
Color information
#0B5966 (or 0x0B5966) is known color: Blue Lagoon. HEX triplet: 0B, 59 and 66. RGB value is (11,89,102). Sum of RGB (Red+Green+Blue) = 11+89+102=202 (26% of max value = 765). Red value is 11 (4.69% from 255 or 5.45% from 202); Green value is 89 (35.16% from 255 or 44.06% from 202); Blue value is 102 (40.23% from 255 or 50.50% from 202); Max value from RGB is 102 - color contains mainly: blue. Hex color #0B5966 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B5966 is #F4A699. Grayscale: #434343. Windows color (decimal): -16033434 or 6707467. OLE color: 6707467.
HSL color Cylindrical-coordinate representation of color #0B5966: hue angle of 188.57º degrees, saturation: 0.81, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0B5966 is Cyan = 0.89, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 11 | 89 | 102 | - |
| CMYK | 0.89 | 0.13 | 0 | 0.6 |
| HSL | 188.57º | 0.81% | 0.22% | - |
| HSV(B) | 188.57º | 0.89% | 0.4% | - |
| XYZ | 6.11 | 8.18 | 13.83 | - |
| YUV | 67.16 | 147.66 | 87.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 89 | 102 | 0.89 | 0.13 | 0 | 0.6 | 188.57 | 0.81 | 0.22 |
| Hex | B | 59 | 66 | 59 | D | 0 | 3C | BD | 51 | 16 |
| Octal | 13 | 131 | 146 | 131 | 15 | 0 | 74 | 275 | 121 | 26 |
| Binary | 1011 | 1011001 | 1100110 | 1011001 | 1101 | 0 | 111100 | 10111101 | 1010001 | 10110 |
Color Harmonies of #0B5966
Complementary color
Monochromatic Colors of #0B5966
Black with #0B5966
Text Example
Text Example
White with #0B5966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B5966; }
p { color: rgb(11,89,102); }
H1.HeaderClassName
{
color: #0B5966;
}
.AnyTagClassName
{
color: #0B5966;
}
</style>
background-color css
<style>
a { background-color: #0B5966; }
a { background-color: rgb(11,89,102); }
div.DivClassName
{
background-color: #0B5966;
}
.BgClassName
{
background-color: #0B5966;
}
</style>
border-color css
<style>
span { border-color: #0B5966; }
span { border-color: rgb(11,89,102); }
td.TdClassName
{
border-color: #0B5966;
}
.TagClassName
{
border-color: #0B5966;
}
</style>