Shades of Blue Lagoon #0B5D6F
Tints of Blue Lagoon #0B5D6F
RGB
CMYK
RGB Variations
Color information
#0B5D6F (or 0x0B5D6F) is known color: Blue Lagoon. HEX triplet: 0B, 5D and 6F. RGB value is (11,93,111). Sum of RGB (Red+Green+Blue) = 11+93+111=215 (28% of max value = 765). Red value is 11 (4.69% from 255 or 5.12% from 215); Green value is 93 (36.72% from 255 or 43.26% from 215); Blue value is 111 (43.75% from 255 or 51.63% from 215); Max value from RGB is 111 - color contains mainly: blue. Hex color #0B5D6F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B5D6F is #F4A290. Grayscale: #464646. Windows color (decimal): -16032401 or 7298315. OLE color: 7298315.
HSL color Cylindrical-coordinate representation of color #0B5D6F: hue angle of 190.8º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0B5D6F is Cyan = 0.90, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 11 | 93 | 111 | - |
| CMYK | 0.90 | 0.16 | 0 | 0.56 |
| HSL | 190.8º | 0.82% | 0.24% | - |
| HSV(B) | 190.8º | 0.9% | 0.44% | - |
| XYZ | 6.92 | 9.05 | 16.42 | - |
| YUV | 70.53 | 150.83 | 85.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 93 | 111 | 0.90 | 0.16 | 0 | 0.56 | 190.8 | 0.82 | 0.24 |
| Hex | B | 5D | 6F | 5A | 10 | 0 | 38 | BF | 52 | 18 |
| Octal | 13 | 135 | 157 | 132 | 20 | 0 | 70 | 277 | 122 | 30 |
| Binary | 1011 | 1011101 | 1101111 | 1011010 | 10000 | 0 | 111000 | 10111111 | 1010010 | 11000 |
Color Harmonies of #0B5D6F
Complementary color
Monochromatic Colors of #0B5D6F
Black with #0B5D6F
Text Example
Text Example
White with #0B5D6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B5D6F; }
p { color: rgb(11,93,111); }
H1.HeaderClassName
{
color: #0B5D6F;
}
.AnyTagClassName
{
color: #0B5D6F;
}
</style>
background-color css
<style>
a { background-color: #0B5D6F; }
a { background-color: rgb(11,93,111); }
div.DivClassName
{
background-color: #0B5D6F;
}
.BgClassName
{
background-color: #0B5D6F;
}
</style>
border-color css
<style>
span { border-color: #0B5D6F; }
span { border-color: rgb(11,93,111); }
td.TdClassName
{
border-color: #0B5D6F;
}
.TagClassName
{
border-color: #0B5D6F;
}
</style>