Shades of Blue Lagoon #0B576C
Tints of Blue Lagoon #0B576C
RGB
CMYK
RGB Variations
Color information
#0B576C (or 0x0B576C) is known color: Blue Lagoon. HEX triplet: 0B, 57 and 6C. RGB value is (11,87,108). Sum of RGB (Red+Green+Blue) = 11+87+108=206 (27% of max value = 765). Red value is 11 (4.69% from 255 or 5.34% from 206); Green value is 87 (34.38% from 255 or 42.23% from 206); Blue value is 108 (42.58% from 255 or 52.43% from 206); Max value from RGB is 108 - color contains mainly: blue. Hex color #0B576C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B576C is #F4A893. Grayscale: #424242. Windows color (decimal): -16033940 or 7100171. OLE color: 7100171.
HSL color Cylindrical-coordinate representation of color #0B576C: hue angle of 192.99º degrees, saturation: 0.82, 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 #0B576C is Cyan = 0.90, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 11 | 87 | 108 | - |
| CMYK | 0.90 | 0.19 | 0 | 0.58 |
| HSL | 192.99º | 0.82% | 0.23% | - |
| HSV(B) | 192.99º | 0.9% | 0.42% | - |
| XYZ | 6.25 | 7.97 | 15.4 | - |
| YUV | 66.67 | 151.32 | 88.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 87 | 108 | 0.90 | 0.19 | 0 | 0.58 | 192.99 | 0.82 | 0.23 |
| Hex | B | 57 | 6C | 5A | 13 | 0 | 3A | C1 | 52 | 17 |
| Octal | 13 | 127 | 154 | 132 | 23 | 0 | 72 | 301 | 122 | 27 |
| Binary | 1011 | 1010111 | 1101100 | 1011010 | 10011 | 0 | 111010 | 11000001 | 1010010 | 10111 |
Color Harmonies of #0B576C
Complementary color
Monochromatic Colors of #0B576C
Black with #0B576C
Text Example
Text Example
White with #0B576C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B576C; }
p { color: rgb(11,87,108); }
H1.HeaderClassName
{
color: #0B576C;
}
.AnyTagClassName
{
color: #0B576C;
}
</style>
background-color css
<style>
a { background-color: #0B576C; }
a { background-color: rgb(11,87,108); }
div.DivClassName
{
background-color: #0B576C;
}
.BgClassName
{
background-color: #0B576C;
}
</style>
border-color css
<style>
span { border-color: #0B576C; }
span { border-color: rgb(11,87,108); }
td.TdClassName
{
border-color: #0B576C;
}
.TagClassName
{
border-color: #0B576C;
}
</style>