Shades of Blue Lagoon #0B6370
Tints of Blue Lagoon #0B6370
RGB
CMYK
RGB Variations
Color information
#0B6370 (or 0x0B6370) is known color: Blue Lagoon. HEX triplet: 0B, 63 and 70. RGB value is (11,99,112). Sum of RGB (Red+Green+Blue) = 11+99+112=222 (29% of max value = 765). Red value is 11 (4.69% from 255 or 4.95% from 222); Green value is 99 (39.06% from 255 or 44.59% from 222); Blue value is 112 (44.14% from 255 or 50.45% from 222); Max value from RGB is 112 - color contains mainly: blue. Hex color #0B6370 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B6370 is #F49C8F. Grayscale: #4A4A4A. Windows color (decimal): -16030864 or 7365387. OLE color: 7365387.
HSL color Cylindrical-coordinate representation of color #0B6370: hue angle of 187.72º 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 #0B6370 is Cyan = 0.90, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 11 | 99 | 112 | - |
| CMYK | 0.90 | 0.12 | 0 | 0.56 |
| HSL | 187.72º | 0.82% | 0.24% | - |
| HSV(B) | 187.72º | 0.9% | 0.44% | - |
| XYZ | 7.52 | 10.16 | 16.89 | - |
| YUV | 74.17 | 149.35 | 82.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 99 | 112 | 0.90 | 0.12 | 0 | 0.56 | 187.72 | 0.82 | 0.24 |
| Hex | B | 63 | 70 | 5A | C | 0 | 38 | BC | 52 | 18 |
| Octal | 13 | 143 | 160 | 132 | 14 | 0 | 70 | 274 | 122 | 30 |
| Binary | 1011 | 1100011 | 1110000 | 1011010 | 1100 | 0 | 111000 | 10111100 | 1010010 | 11000 |
Color Harmonies of #0B6370
Complementary color
Monochromatic Colors of #0B6370
Black with #0B6370
Text Example
Text Example
White with #0B6370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B6370; }
p { color: rgb(11,99,112); }
H1.HeaderClassName
{
color: #0B6370;
}
.AnyTagClassName
{
color: #0B6370;
}
</style>
background-color css
<style>
a { background-color: #0B6370; }
a { background-color: rgb(11,99,112); }
div.DivClassName
{
background-color: #0B6370;
}
.BgClassName
{
background-color: #0B6370;
}
</style>
border-color css
<style>
span { border-color: #0B6370; }
span { border-color: rgb(11,99,112); }
td.TdClassName
{
border-color: #0B6370;
}
.TagClassName
{
border-color: #0B6370;
}
</style>