Shades of Blue Lagoon #0B5668
Tints of Blue Lagoon #0B5668
RGB
CMYK
RGB Variations
Color information
#0B5668 (or 0x0B5668) is known color: Blue Lagoon. HEX triplet: 0B, 56 and 68. RGB value is (11,86,104). Sum of RGB (Red+Green+Blue) = 11+86+104=201 (26% of max value = 765). Red value is 11 (4.69% from 255 or 5.47% from 201); Green value is 86 (33.98% from 255 or 42.79% from 201); Blue value is 104 (41.02% from 255 or 51.74% from 201); Max value from RGB is 104 - color contains mainly: blue. Hex color #0B5668 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B5668 is #F4A997. Grayscale: #414141. Windows color (decimal): -16034200 or 6837771. OLE color: 6837771.
HSL color Cylindrical-coordinate representation of color #0B5668: hue angle of 191.61º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0B5668 is Cyan = 0.89, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 11 | 86 | 104 | - |
| CMYK | 0.89 | 0.17 | 0 | 0.59 |
| HSL | 191.61º | 0.81% | 0.23% | - |
| HSV(B) | 191.61º | 0.89% | 0.41% | - |
| XYZ | 5.96 | 7.73 | 14.27 | - |
| YUV | 65.63 | 149.65 | 89.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 86 | 104 | 0.89 | 0.17 | 0 | 0.59 | 191.61 | 0.81 | 0.23 |
| Hex | B | 56 | 68 | 59 | 11 | 0 | 3B | C0 | 51 | 17 |
| Octal | 13 | 126 | 150 | 131 | 21 | 0 | 73 | 300 | 121 | 27 |
| Binary | 1011 | 1010110 | 1101000 | 1011001 | 10001 | 0 | 111011 | 11000000 | 1010001 | 10111 |
Color Harmonies of #0B5668
Complementary color
Monochromatic Colors of #0B5668
Black with #0B5668
Text Example
Text Example
White with #0B5668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B5668; }
p { color: rgb(11,86,104); }
H1.HeaderClassName
{
color: #0B5668;
}
.AnyTagClassName
{
color: #0B5668;
}
</style>
background-color css
<style>
a { background-color: #0B5668; }
a { background-color: rgb(11,86,104); }
div.DivClassName
{
background-color: #0B5668;
}
.BgClassName
{
background-color: #0B5668;
}
</style>
border-color css
<style>
span { border-color: #0B5668; }
span { border-color: rgb(11,86,104); }
td.TdClassName
{
border-color: #0B5668;
}
.TagClassName
{
border-color: #0B5668;
}
</style>