Shades of Blue Lagoon #0B5A70
Tints of Blue Lagoon #0B5A70
RGB
CMYK
RGB Variations
Color information
#0B5A70 (or 0x0B5A70) is known color: Blue Lagoon. HEX triplet: 0B, 5A and 70. RGB value is (11,90,112). Sum of RGB (Red+Green+Blue) = 11+90+112=213 (28% of max value = 765). Red value is 11 (4.69% from 255 or 5.16% from 213); Green value is 90 (35.55% from 255 or 42.25% from 213); Blue value is 112 (44.14% from 255 or 52.58% from 213); Max value from RGB is 112 - color contains mainly: blue. Hex color #0B5A70 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B5A70 is #F4A58F. Grayscale: #444444. Windows color (decimal): -16033168 or 7363083. OLE color: 7363083.
HSL color Cylindrical-coordinate representation of color #0B5A70: hue angle of 193.07º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0B5A70 is Cyan = 0.90, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 11 | 90 | 112 | - |
| CMYK | 0.90 | 0.20 | 0 | 0.56 |
| HSL | 193.07º | 0.82% | 0.24% | - |
| HSV(B) | 193.07º | 0.9% | 0.44% | - |
| XYZ | 6.72 | 8.55 | 16.63 | - |
| YUV | 68.89 | 152.33 | 86.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 90 | 112 | 0.90 | 0.20 | 0 | 0.56 | 193.07 | 0.82 | 0.24 |
| Hex | B | 5A | 70 | 5A | 14 | 0 | 38 | C1 | 52 | 18 |
| Octal | 13 | 132 | 160 | 132 | 24 | 0 | 70 | 301 | 122 | 30 |
| Binary | 1011 | 1011010 | 1110000 | 1011010 | 10100 | 0 | 111000 | 11000001 | 1010010 | 11000 |
Color Harmonies of #0B5A70
Complementary color
Monochromatic Colors of #0B5A70
Black with #0B5A70
Text Example
Text Example
White with #0B5A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B5A70; }
p { color: rgb(11,90,112); }
H1.HeaderClassName
{
color: #0B5A70;
}
.AnyTagClassName
{
color: #0B5A70;
}
</style>
background-color css
<style>
a { background-color: #0B5A70; }
a { background-color: rgb(11,90,112); }
div.DivClassName
{
background-color: #0B5A70;
}
.BgClassName
{
background-color: #0B5A70;
}
</style>
border-color css
<style>
span { border-color: #0B5A70; }
span { border-color: rgb(11,90,112); }
td.TdClassName
{
border-color: #0B5A70;
}
.TagClassName
{
border-color: #0B5A70;
}
</style>