Shades of Blue Lagoon #0B666E
Tints of Blue Lagoon #0B666E
RGB
CMYK
RGB Variations
Color information
#0B666E (or 0x0B666E) is known color: Blue Lagoon. HEX triplet: 0B, 66 and 6E. RGB value is (11,102,110). Sum of RGB (Red+Green+Blue) = 11+102+110=223 (29% of max value = 765). Red value is 11 (4.69% from 255 or 4.93% from 223); Green value is 102 (40.23% from 255 or 45.74% from 223); Blue value is 110 (43.36% from 255 or 49.33% from 223); Max value from RGB is 110 - color contains mainly: blue. Hex color #0B666E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B666E is #F49991. Grayscale: #4B4B4B. Windows color (decimal): -16030098 or 7235083. OLE color: 7235083.
HSL color Cylindrical-coordinate representation of color #0B666E: hue angle of 184.85º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0B666E is Cyan = 0.9, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 11 | 102 | 110 | - |
| CMYK | 0.9 | 0.07 | 0 | 0.57 |
| HSL | 184.85º | 0.82% | 0.24% | - |
| HSV(B) | 184.85º | 0.9% | 0.43% | - |
| XYZ | 7.7 | 10.7 | 16.41 | - |
| YUV | 75.7 | 147.35 | 81.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 102 | 110 | 0.9 | 0.07 | 0 | 0.57 | 184.85 | 0.82 | 0.24 |
| Hex | B | 66 | 6E | 5A | 7 | 0 | 39 | B9 | 52 | 18 |
| Octal | 13 | 146 | 156 | 132 | 7 | 0 | 71 | 271 | 122 | 30 |
| Binary | 1011 | 1100110 | 1101110 | 1011010 | 111 | 0 | 111001 | 10111001 | 1010010 | 11000 |
Color Harmonies of #0B666E
Complementary color
Monochromatic Colors of #0B666E
Black with #0B666E
Text Example
Text Example
White with #0B666E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B666E; }
p { color: rgb(11,102,110); }
H1.HeaderClassName
{
color: #0B666E;
}
.AnyTagClassName
{
color: #0B666E;
}
</style>
background-color css
<style>
a { background-color: #0B666E; }
a { background-color: rgb(11,102,110); }
div.DivClassName
{
background-color: #0B666E;
}
.BgClassName
{
background-color: #0B666E;
}
</style>
border-color css
<style>
span { border-color: #0B666E; }
span { border-color: rgb(11,102,110); }
td.TdClassName
{
border-color: #0B666E;
}
.TagClassName
{
border-color: #0B666E;
}
</style>