Shades of Blue Lagoon #0B5563
Tints of Blue Lagoon #0B5563
RGB
CMYK
RGB Variations
Color information
#0B5563 (or 0x0B5563) is known color: Blue Lagoon. HEX triplet: 0B, 55 and 63. RGB value is (11,85,99). Sum of RGB (Red+Green+Blue) = 11+85+99=195 (25% of max value = 765). Red value is 11 (4.69% from 255 or 5.64% from 195); Green value is 85 (33.59% from 255 or 43.59% from 195); Blue value is 99 (39.06% from 255 or 50.77% from 195); Max value from RGB is 99 - color contains mainly: blue. Hex color #0B5563 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B5563 is #F4AA9C. Grayscale: #404040. Windows color (decimal): -16034461 or 6509835. OLE color: 6509835.
HSL color Cylindrical-coordinate representation of color #0B5563: hue angle of 189.55º degrees, saturation: 0.8, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0B5563 is Cyan = 0.89, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 11 | 85 | 99 | - |
| CMYK | 0.89 | 0.14 | 0 | 0.61 |
| HSL | 189.55º | 0.8% | 0.22% | - |
| HSV(B) | 189.55º | 0.89% | 0.39% | - |
| XYZ | 5.64 | 7.47 | 12.95 | - |
| YUV | 64.47 | 147.48 | 89.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 85 | 99 | 0.89 | 0.14 | 0 | 0.61 | 189.55 | 0.8 | 0.22 |
| Hex | B | 55 | 63 | 59 | E | 0 | 3D | BE | 50 | 16 |
| Octal | 13 | 125 | 143 | 131 | 16 | 0 | 75 | 276 | 120 | 26 |
| Binary | 1011 | 1010101 | 1100011 | 1011001 | 1110 | 0 | 111101 | 10111110 | 1010000 | 10110 |
Color Harmonies of #0B5563
Complementary color
Monochromatic Colors of #0B5563
Black with #0B5563
Text Example
Text Example
White with #0B5563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B5563; }
p { color: rgb(11,85,99); }
H1.HeaderClassName
{
color: #0B5563;
}
.AnyTagClassName
{
color: #0B5563;
}
</style>
background-color css
<style>
a { background-color: #0B5563; }
a { background-color: rgb(11,85,99); }
div.DivClassName
{
background-color: #0B5563;
}
.BgClassName
{
background-color: #0B5563;
}
</style>
border-color css
<style>
span { border-color: #0B5563; }
span { border-color: rgb(11,85,99); }
td.TdClassName
{
border-color: #0B5563;
}
.TagClassName
{
border-color: #0B5563;
}
</style>