Shades of Blue Lagoon #0B5E6C
Tints of Blue Lagoon #0B5E6C
RGB
CMYK
RGB Variations
Color information
#0B5E6C (or 0x0B5E6C) is known color: Blue Lagoon. HEX triplet: 0B, 5E and 6C. RGB value is (11,94,108). Sum of RGB (Red+Green+Blue) = 11+94+108=213 (28% of max value = 765). Red value is 11 (4.69% from 255 or 5.16% from 213); Green value is 94 (37.11% from 255 or 44.13% from 213); Blue value is 108 (42.58% from 255 or 50.70% from 213); Max value from RGB is 108 - color contains mainly: blue. Hex color #0B5E6C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B5E6C is #F4A193. Grayscale: #464646. Windows color (decimal): -16032148 or 7101963. OLE color: 7101963.
HSL color Cylindrical-coordinate representation of color #0B5E6C: hue angle of 188.66º degrees, saturation: 0.82, 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 #0B5E6C is Cyan = 0.90, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 11 | 94 | 108 | - |
| CMYK | 0.90 | 0.13 | 0 | 0.58 |
| HSL | 188.66º | 0.82% | 0.23% | - |
| HSV(B) | 188.66º | 0.9% | 0.42% | - |
| XYZ | 6.85 | 9.16 | 15.59 | - |
| YUV | 70.78 | 149 | 85.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 94 | 108 | 0.90 | 0.13 | 0 | 0.58 | 188.66 | 0.82 | 0.23 |
| Hex | B | 5E | 6C | 5A | D | 0 | 3A | BD | 52 | 17 |
| Octal | 13 | 136 | 154 | 132 | 15 | 0 | 72 | 275 | 122 | 27 |
| Binary | 1011 | 1011110 | 1101100 | 1011010 | 1101 | 0 | 111010 | 10111101 | 1010010 | 10111 |
Color Harmonies of #0B5E6C
Complementary color
Monochromatic Colors of #0B5E6C
Black with #0B5E6C
Text Example
Text Example
White with #0B5E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B5E6C; }
p { color: rgb(11,94,108); }
H1.HeaderClassName
{
color: #0B5E6C;
}
.AnyTagClassName
{
color: #0B5E6C;
}
</style>
background-color css
<style>
a { background-color: #0B5E6C; }
a { background-color: rgb(11,94,108); }
div.DivClassName
{
background-color: #0B5E6C;
}
.BgClassName
{
background-color: #0B5E6C;
}
</style>
border-color css
<style>
span { border-color: #0B5E6C; }
span { border-color: rgb(11,94,108); }
td.TdClassName
{
border-color: #0B5E6C;
}
.TagClassName
{
border-color: #0B5E6C;
}
</style>