Shades of Blue Lagoon #0B6373
Tints of Blue Lagoon #0B6373
RGB
CMYK
RGB Variations
Color information
#0B6373 (or 0x0B6373) is known color: Blue Lagoon. HEX triplet: 0B, 63 and 73. RGB value is (11,99,115). Sum of RGB (Red+Green+Blue) = 11+99+115=225 (29% of max value = 765). Red value is 11 (4.69% from 255 or 4.89% from 225); Green value is 99 (39.06% from 255 or 44% from 225); Blue value is 115 (45.31% from 255 or 51.11% from 225); Max value from RGB is 115 - color contains mainly: blue. Hex color #0B6373 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B6373 is #F49C8C. Grayscale: #4A4A4A. Windows color (decimal): -16030861 or 7561995. OLE color: 7561995.
HSL color Cylindrical-coordinate representation of color #0B6373: hue angle of 189.23º 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 #0B6373 is Cyan = 0.90, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 11 | 99 | 115 | - |
| CMYK | 0.90 | 0.14 | 0 | 0.55 |
| HSL | 189.23º | 0.83% | 0.25% | - |
| HSV(B) | 189.23º | 0.9% | 0.45% | - |
| XYZ | 7.69 | 10.23 | 17.79 | - |
| YUV | 74.51 | 150.85 | 82.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 99 | 115 | 0.90 | 0.14 | 0 | 0.55 | 189.23 | 0.83 | 0.25 |
| Hex | B | 63 | 73 | 5A | E | 0 | 37 | BD | 53 | 19 |
| Octal | 13 | 143 | 163 | 132 | 16 | 0 | 67 | 275 | 123 | 31 |
| Binary | 1011 | 1100011 | 1110011 | 1011010 | 1110 | 0 | 110111 | 10111101 | 1010011 | 11001 |
Color Harmonies of #0B6373
Complementary color
Monochromatic Colors of #0B6373
Black with #0B6373
Text Example
Text Example
White with #0B6373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B6373; }
p { color: rgb(11,99,115); }
H1.HeaderClassName
{
color: #0B6373;
}
.AnyTagClassName
{
color: #0B6373;
}
</style>
background-color css
<style>
a { background-color: #0B6373; }
a { background-color: rgb(11,99,115); }
div.DivClassName
{
background-color: #0B6373;
}
.BgClassName
{
background-color: #0B6373;
}
</style>
border-color css
<style>
span { border-color: #0B6373; }
span { border-color: rgb(11,99,115); }
td.TdClassName
{
border-color: #0B6373;
}
.TagClassName
{
border-color: #0B6373;
}
</style>