Shades of Blue Lagoon #0B656B
Tints of Blue Lagoon #0B656B
RGB
CMYK
RGB Variations
Color information
#0B656B (or 0x0B656B) is known color: Blue Lagoon. HEX triplet: 0B, 65 and 6B. RGB value is (11,101,107). Sum of RGB (Red+Green+Blue) = 11+101+107=219 (29% of max value = 765). Red value is 11 (4.69% from 255 or 5.02% from 219); Green value is 101 (39.84% from 255 or 46.12% from 219); Blue value is 107 (42.19% from 255 or 48.86% from 219); Max value from RGB is 107 - color contains mainly: blue. Hex color #0B656B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B656B is #F49A94. Grayscale: #4A4A4A. Windows color (decimal): -16030357 or 7038219. OLE color: 7038219.
HSL color Cylindrical-coordinate representation of color #0B656B: hue angle of 183.75º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0B656B is Cyan = 0.90, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 11 | 101 | 107 | - |
| CMYK | 0.90 | 0.06 | 0 | 0.58 |
| HSL | 183.75º | 0.81% | 0.23% | - |
| HSV(B) | 183.75º | 0.9% | 0.42% | - |
| XYZ | 7.45 | 10.44 | 15.53 | - |
| YUV | 74.77 | 146.18 | 82.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 101 | 107 | 0.90 | 0.06 | 0 | 0.58 | 183.75 | 0.81 | 0.23 |
| Hex | B | 65 | 6B | 5A | 6 | 0 | 3A | B8 | 51 | 17 |
| Octal | 13 | 145 | 153 | 132 | 6 | 0 | 72 | 270 | 121 | 27 |
| Binary | 1011 | 1100101 | 1101011 | 1011010 | 110 | 0 | 111010 | 10111000 | 1010001 | 10111 |
Color Harmonies of #0B656B
Complementary color
Monochromatic Colors of #0B656B
Black with #0B656B
Text Example
Text Example
White with #0B656B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B656B; }
p { color: rgb(11,101,107); }
H1.HeaderClassName
{
color: #0B656B;
}
.AnyTagClassName
{
color: #0B656B;
}
</style>
background-color css
<style>
a { background-color: #0B656B; }
a { background-color: rgb(11,101,107); }
div.DivClassName
{
background-color: #0B656B;
}
.BgClassName
{
background-color: #0B656B;
}
</style>
border-color css
<style>
span { border-color: #0B656B; }
span { border-color: rgb(11,101,107); }
td.TdClassName
{
border-color: #0B656B;
}
.TagClassName
{
border-color: #0B656B;
}
</style>