Shades of Blue Lagoon #0B5E73
Tints of Blue Lagoon #0B5E73
RGB
CMYK
RGB Variations
Color information
#0B5E73 (or 0x0B5E73) is known color: Blue Lagoon. HEX triplet: 0B, 5E and 73. RGB value is (11,94,115). Sum of RGB (Red+Green+Blue) = 11+94+115=220 (29% of max value = 765). Red value is 11 (4.69% from 255 or 5% from 220); Green value is 94 (37.11% from 255 or 42.73% from 220); Blue value is 115 (45.31% from 255 or 52.27% from 220); Max value from RGB is 115 - color contains mainly: blue. Hex color #0B5E73 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B5E73 is #F4A18C. Grayscale: #474747. Windows color (decimal): -16032141 or 7560715. OLE color: 7560715.
HSL color Cylindrical-coordinate representation of color #0B5E73: hue angle of 192.12º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0B5E73 is Cyan = 0.90, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 11 | 94 | 115 | - |
| CMYK | 0.90 | 0.18 | 0 | 0.55 |
| HSL | 192.12º | 0.83% | 0.25% | - |
| HSV(B) | 192.12º | 0.9% | 0.45% | - |
| XYZ | 7.24 | 9.31 | 17.64 | - |
| YUV | 71.58 | 152.5 | 84.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 94 | 115 | 0.90 | 0.18 | 0 | 0.55 | 192.12 | 0.83 | 0.25 |
| Hex | B | 5E | 73 | 5A | 12 | 0 | 37 | C0 | 53 | 19 |
| Octal | 13 | 136 | 163 | 132 | 22 | 0 | 67 | 300 | 123 | 31 |
| Binary | 1011 | 1011110 | 1110011 | 1011010 | 10010 | 0 | 110111 | 11000000 | 1010011 | 11001 |
Color Harmonies of #0B5E73
Complementary color
Monochromatic Colors of #0B5E73
Black with #0B5E73
Text Example
Text Example
White with #0B5E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B5E73; }
p { color: rgb(11,94,115); }
H1.HeaderClassName
{
color: #0B5E73;
}
.AnyTagClassName
{
color: #0B5E73;
}
</style>
background-color css
<style>
a { background-color: #0B5E73; }
a { background-color: rgb(11,94,115); }
div.DivClassName
{
background-color: #0B5E73;
}
.BgClassName
{
background-color: #0B5E73;
}
</style>
border-color css
<style>
span { border-color: #0B5E73; }
span { border-color: rgb(11,94,115); }
td.TdClassName
{
border-color: #0B5E73;
}
.TagClassName
{
border-color: #0B5E73;
}
</style>