Shades of Blue Lagoon #0B616A
Tints of Blue Lagoon #0B616A
RGB
CMYK
RGB Variations
Color information
#0B616A (or 0x0B616A) is known color: Blue Lagoon. HEX triplet: 0B, 61 and 6A. RGB value is (11,97,106). Sum of RGB (Red+Green+Blue) = 11+97+106=214 (28% of max value = 765). Red value is 11 (4.69% from 255 or 5.14% from 214); Green value is 97 (38.28% from 255 or 45.33% from 214); Blue value is 106 (41.80% from 255 or 49.53% from 214); Max value from RGB is 106 - color contains mainly: blue. Hex color #0B616A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B616A is #F49E95. Grayscale: #484848. Windows color (decimal): -16031382 or 6971659. OLE color: 6971659.
HSL color Cylindrical-coordinate representation of color #0B616A: hue angle of 185.68º 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 #0B616A is Cyan = 0.90, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 11 | 97 | 106 | - |
| CMYK | 0.90 | 0.08 | 0 | 0.58 |
| HSL | 185.68º | 0.81% | 0.23% | - |
| HSV(B) | 185.68º | 0.9% | 0.42% | - |
| XYZ | 7.01 | 9.66 | 15.13 | - |
| YUV | 72.31 | 147.01 | 84.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 97 | 106 | 0.90 | 0.08 | 0 | 0.58 | 185.68 | 0.81 | 0.23 |
| Hex | B | 61 | 6A | 5A | 8 | 0 | 3A | BA | 51 | 17 |
| Octal | 13 | 141 | 152 | 132 | 10 | 0 | 72 | 272 | 121 | 27 |
| Binary | 1011 | 1100001 | 1101010 | 1011010 | 1000 | 0 | 111010 | 10111010 | 1010001 | 10111 |
Color Harmonies of #0B616A
Complementary color
Monochromatic Colors of #0B616A
Black with #0B616A
Text Example
Text Example
White with #0B616A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B616A; }
p { color: rgb(11,97,106); }
H1.HeaderClassName
{
color: #0B616A;
}
.AnyTagClassName
{
color: #0B616A;
}
</style>
background-color css
<style>
a { background-color: #0B616A; }
a { background-color: rgb(11,97,106); }
div.DivClassName
{
background-color: #0B616A;
}
.BgClassName
{
background-color: #0B616A;
}
</style>
border-color css
<style>
span { border-color: #0B616A; }
span { border-color: rgb(11,97,106); }
td.TdClassName
{
border-color: #0B616A;
}
.TagClassName
{
border-color: #0B616A;
}
</style>