Shades of Blue Lagoon #0B5568
Tints of Blue Lagoon #0B5568
RGB
CMYK
RGB Variations
Color information
#0B5568 (or 0x0B5568) is known color: Blue Lagoon. HEX triplet: 0B, 55 and 68. RGB value is (11,85,104). Sum of RGB (Red+Green+Blue) = 11+85+104=200 (26% of max value = 765). Red value is 11 (4.69% from 255 or 5.5% from 200); Green value is 85 (33.59% from 255 or 42.5% from 200); Blue value is 104 (41.02% from 255 or 52% from 200); Max value from RGB is 104 - color contains mainly: blue. Hex color #0B5568 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B5568 is #F4AA97. Grayscale: #404040. Windows color (decimal): -16034456 or 6837515. OLE color: 6837515.
HSL color Cylindrical-coordinate representation of color #0B5568: hue angle of 192.26º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0B5568 is Cyan = 0.89, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 11 | 85 | 104 | - |
| CMYK | 0.89 | 0.18 | 0 | 0.59 |
| HSL | 192.26º | 0.81% | 0.23% | - |
| HSV(B) | 192.26º | 0.89% | 0.41% | - |
| XYZ | 5.89 | 7.57 | 14.25 | - |
| YUV | 65.04 | 149.98 | 89.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 85 | 104 | 0.89 | 0.18 | 0 | 0.59 | 192.26 | 0.81 | 0.23 |
| Hex | B | 55 | 68 | 59 | 12 | 0 | 3B | C0 | 51 | 17 |
| Octal | 13 | 125 | 150 | 131 | 22 | 0 | 73 | 300 | 121 | 27 |
| Binary | 1011 | 1010101 | 1101000 | 1011001 | 10010 | 0 | 111011 | 11000000 | 1010001 | 10111 |
Color Harmonies of #0B5568
Complementary color
Monochromatic Colors of #0B5568
Black with #0B5568
Text Example
Text Example
White with #0B5568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B5568; }
p { color: rgb(11,85,104); }
H1.HeaderClassName
{
color: #0B5568;
}
.AnyTagClassName
{
color: #0B5568;
}
</style>
background-color css
<style>
a { background-color: #0B5568; }
a { background-color: rgb(11,85,104); }
div.DivClassName
{
background-color: #0B5568;
}
.BgClassName
{
background-color: #0B5568;
}
</style>
border-color css
<style>
span { border-color: #0B5568; }
span { border-color: rgb(11,85,104); }
td.TdClassName
{
border-color: #0B5568;
}
.TagClassName
{
border-color: #0B5568;
}
</style>