Shades of Blue Lagoon #0B5E65
Tints of Blue Lagoon #0B5E65
RGB
CMYK
RGB Variations
Color information
#0B5E65 (or 0x0B5E65) is known color: Blue Lagoon. HEX triplet: 0B, 5E and 65. RGB value is (11,94,101). Sum of RGB (Red+Green+Blue) = 11+94+101=206 (27% of max value = 765). Red value is 11 (4.69% from 255 or 5.34% from 206); Green value is 94 (37.11% from 255 or 45.63% from 206); Blue value is 101 (39.84% from 255 or 49.03% from 206); Max value from RGB is 101 - color contains mainly: blue. Hex color #0B5E65 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B5E65 is #F4A19A. Grayscale: #454545. Windows color (decimal): -16032155 or 6643211. OLE color: 6643211.
HSL color Cylindrical-coordinate representation of color #0B5E65: hue angle of 184.67º degrees, saturation: 0.8, 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 #0B5E65 is Cyan = 0.89, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 11 | 94 | 101 | - |
| CMYK | 0.89 | 0.07 | 0 | 0.60 |
| HSL | 184.67º | 0.8% | 0.22% | - |
| HSV(B) | 184.67º | 0.89% | 0.4% | - |
| XYZ | 6.49 | 9.02 | 13.71 | - |
| YUV | 69.98 | 145.5 | 85.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 94 | 101 | 0.89 | 0.07 | 0 | 0.60 | 184.67 | 0.8 | 0.22 |
| Hex | B | 5E | 65 | 59 | 7 | 0 | 3C | B9 | 50 | 16 |
| Octal | 13 | 136 | 145 | 131 | 7 | 0 | 74 | 271 | 120 | 26 |
| Binary | 1011 | 1011110 | 1100101 | 1011001 | 111 | 0 | 111100 | 10111001 | 1010000 | 10110 |
Color Harmonies of #0B5E65
Complementary color
Monochromatic Colors of #0B5E65
Black with #0B5E65
Text Example
Text Example
White with #0B5E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B5E65; }
p { color: rgb(11,94,101); }
H1.HeaderClassName
{
color: #0B5E65;
}
.AnyTagClassName
{
color: #0B5E65;
}
</style>
background-color css
<style>
a { background-color: #0B5E65; }
a { background-color: rgb(11,94,101); }
div.DivClassName
{
background-color: #0B5E65;
}
.BgClassName
{
background-color: #0B5E65;
}
</style>
border-color css
<style>
span { border-color: #0B5E65; }
span { border-color: rgb(11,94,101); }
td.TdClassName
{
border-color: #0B5E65;
}
.TagClassName
{
border-color: #0B5E65;
}
</style>