Shades of Blue Lagoon #0B5667
Tints of Blue Lagoon #0B5667
RGB
CMYK
RGB Variations
Color information
#0B5667 (or 0x0B5667) is known color: Blue Lagoon. HEX triplet: 0B, 56 and 67. RGB value is (11,86,103). Sum of RGB (Red+Green+Blue) = 11+86+103=200 (26% of max value = 765). Red value is 11 (4.69% from 255 or 5.5% from 200); Green value is 86 (33.98% from 255 or 43% from 200); Blue value is 103 (40.62% from 255 or 51.5% from 200); Max value from RGB is 103 - color contains mainly: blue. Hex color #0B5667 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B5667 is #F4A998. Grayscale: #414141. Windows color (decimal): -16034201 or 6772235. OLE color: 6772235.
HSL color Cylindrical-coordinate representation of color #0B5667: hue angle of 191.09º 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 #0B5667 is Cyan = 0.89, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 11 | 86 | 103 | - |
| CMYK | 0.89 | 0.17 | 0 | 0.60 |
| HSL | 191.09º | 0.81% | 0.22% | - |
| HSV(B) | 191.09º | 0.89% | 0.4% | - |
| XYZ | 5.91 | 7.71 | 14.01 | - |
| YUV | 65.51 | 149.15 | 89.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 86 | 103 | 0.89 | 0.17 | 0 | 0.60 | 191.09 | 0.81 | 0.22 |
| Hex | B | 56 | 67 | 59 | 11 | 0 | 3C | BF | 51 | 16 |
| Octal | 13 | 126 | 147 | 131 | 21 | 0 | 74 | 277 | 121 | 26 |
| Binary | 1011 | 1010110 | 1100111 | 1011001 | 10001 | 0 | 111100 | 10111111 | 1010001 | 10110 |
Color Harmonies of #0B5667
Complementary color
Monochromatic Colors of #0B5667
Black with #0B5667
Text Example
Text Example
White with #0B5667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B5667; }
p { color: rgb(11,86,103); }
H1.HeaderClassName
{
color: #0B5667;
}
.AnyTagClassName
{
color: #0B5667;
}
</style>
background-color css
<style>
a { background-color: #0B5667; }
a { background-color: rgb(11,86,103); }
div.DivClassName
{
background-color: #0B5667;
}
.BgClassName
{
background-color: #0B5667;
}
</style>
border-color css
<style>
span { border-color: #0B5667; }
span { border-color: rgb(11,86,103); }
td.TdClassName
{
border-color: #0B5667;
}
.TagClassName
{
border-color: #0B5667;
}
</style>