Shades of Blue Lagoon #0B6E7C
Tints of Blue Lagoon #0B6E7C
RGB
CMYK
RGB Variations
Color information
#0B6E7C (or 0x0B6E7C) is known color: Blue Lagoon. HEX triplet: 0B, 6E and 7C. RGB value is (11,110,124). Sum of RGB (Red+Green+Blue) = 11+110+124=245 (32% of max value = 765). Red value is 11 (4.69% from 255 or 4.49% from 245); Green value is 110 (43.36% from 255 or 44.90% from 245); Blue value is 124 (48.83% from 255 or 50.61% from 245); Max value from RGB is 124 - color contains mainly: blue. Hex color #0B6E7C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B6E7C is #F49183. Grayscale: #515151. Windows color (decimal): -16028036 or 8154635. OLE color: 8154635.
HSL color Cylindrical-coordinate representation of color #0B6E7C: hue angle of 187.43º degrees, saturation: 0.84, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B6E7C is Cyan = 0.91, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 11 | 110 | 124 | - |
| CMYK | 0.91 | 0.11 | 0 | 0.51 |
| HSL | 187.43º | 0.84% | 0.26% | - |
| HSV(B) | 187.43º | 0.91% | 0.49% | - |
| XYZ | 9.35 | 12.68 | 21.02 | - |
| YUV | 82 | 151.7 | 77.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 110 | 124 | 0.91 | 0.11 | 0 | 0.51 | 187.43 | 0.84 | 0.26 |
| Hex | B | 6E | 7C | 5B | B | 0 | 33 | BB | 54 | 1A |
| Octal | 13 | 156 | 174 | 133 | 13 | 0 | 63 | 273 | 124 | 32 |
| Binary | 1011 | 1101110 | 1111100 | 1011011 | 1011 | 0 | 110011 | 10111011 | 1010100 | 11010 |
Color Harmonies of #0B6E7C
Complementary color
Monochromatic Colors of #0B6E7C
Black with #0B6E7C
Text Example
Text Example
White with #0B6E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B6E7C; }
p { color: rgb(11,110,124); }
H1.HeaderClassName
{
color: #0B6E7C;
}
.AnyTagClassName
{
color: #0B6E7C;
}
</style>
background-color css
<style>
a { background-color: #0B6E7C; }
a { background-color: rgb(11,110,124); }
div.DivClassName
{
background-color: #0B6E7C;
}
.BgClassName
{
background-color: #0B6E7C;
}
</style>
border-color css
<style>
span { border-color: #0B6E7C; }
span { border-color: rgb(11,110,124); }
td.TdClassName
{
border-color: #0B6E7C;
}
.TagClassName
{
border-color: #0B6E7C;
}
</style>