Shades of Blue Lagoon #0B5C70
Tints of Blue Lagoon #0B5C70
RGB
CMYK
RGB Variations
Color information
#0B5C70 (or 0x0B5C70) is known color: Blue Lagoon. HEX triplet: 0B, 5C and 70. RGB value is (11,92,112). Sum of RGB (Red+Green+Blue) = 11+92+112=215 (28% of max value = 765). Red value is 11 (4.69% from 255 or 5.12% from 215); Green value is 92 (36.33% from 255 or 42.79% from 215); Blue value is 112 (44.14% from 255 or 52.09% from 215); Max value from RGB is 112 - color contains mainly: blue. Hex color #0B5C70 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B5C70 is #F4A38F. Grayscale: #454545. Windows color (decimal): -16032656 or 7363595. OLE color: 7363595.
HSL color Cylindrical-coordinate representation of color #0B5C70: hue angle of 191.88º 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 #0B5C70 is Cyan = 0.90, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 11 | 92 | 112 | - |
| CMYK | 0.90 | 0.18 | 0 | 0.56 |
| HSL | 191.88º | 0.82% | 0.24% | - |
| HSV(B) | 191.88º | 0.9% | 0.44% | - |
| XYZ | 6.89 | 8.9 | 16.68 | - |
| YUV | 70.06 | 151.66 | 85.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 92 | 112 | 0.90 | 0.18 | 0 | 0.56 | 191.88 | 0.82 | 0.24 |
| Hex | B | 5C | 70 | 5A | 12 | 0 | 38 | C0 | 52 | 18 |
| Octal | 13 | 134 | 160 | 132 | 22 | 0 | 70 | 300 | 122 | 30 |
| Binary | 1011 | 1011100 | 1110000 | 1011010 | 10010 | 0 | 111000 | 11000000 | 1010010 | 11000 |
Color Harmonies of #0B5C70
Complementary color
Monochromatic Colors of #0B5C70
Black with #0B5C70
Text Example
Text Example
White with #0B5C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B5C70; }
p { color: rgb(11,92,112); }
H1.HeaderClassName
{
color: #0B5C70;
}
.AnyTagClassName
{
color: #0B5C70;
}
</style>
background-color css
<style>
a { background-color: #0B5C70; }
a { background-color: rgb(11,92,112); }
div.DivClassName
{
background-color: #0B5C70;
}
.BgClassName
{
background-color: #0B5C70;
}
</style>
border-color css
<style>
span { border-color: #0B5C70; }
span { border-color: rgb(11,92,112); }
td.TdClassName
{
border-color: #0B5C70;
}
.TagClassName
{
border-color: #0B5C70;
}
</style>