Shades of Blue Lagoon #0E576B
Tints of Blue Lagoon #0E576B
RGB
CMYK
RGB Variations
Color information
#0E576B (or 0x0E576B) is known color: Blue Lagoon. HEX triplet: 0E, 57 and 6B. RGB value is (14,87,107). Sum of RGB (Red+Green+Blue) = 14+87+107=208 (27% of max value = 765). Red value is 14 (5.86% from 255 or 6.73% from 208); Green value is 87 (34.38% from 255 or 41.83% from 208); Blue value is 107 (42.19% from 255 or 51.44% from 208); Max value from RGB is 107 - color contains mainly: blue. Hex color #0E576B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E576B is #F1A894. Grayscale: #434343. Windows color (decimal): -15837333 or 7034638. OLE color: 7034638.
HSL color Cylindrical-coordinate representation of color #0E576B: hue angle of 192.9º degrees, saturation: 0.77, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0E576B is Cyan = 0.87, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 14 | 87 | 107 | - |
| CMYK | 0.87 | 0.19 | 0 | 0.58 |
| HSL | 192.9º | 0.77% | 0.24% | - |
| HSV(B) | 192.9º | 0.87% | 0.42% | - |
| XYZ | 6.24 | 7.97 | 15.12 | - |
| YUV | 67.45 | 150.32 | 89.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 87 | 107 | 0.87 | 0.19 | 0 | 0.58 | 192.9 | 0.77 | 0.24 |
| Hex | E | 57 | 6B | 57 | 13 | 0 | 3A | C1 | 4D | 18 |
| Octal | 16 | 127 | 153 | 127 | 23 | 0 | 72 | 301 | 115 | 30 |
| Binary | 1110 | 1010111 | 1101011 | 1010111 | 10011 | 0 | 111010 | 11000001 | 1001101 | 11000 |
Color Harmonies of #0E576B
Complementary color
Monochromatic Colors of #0E576B
Black with #0E576B
Text Example
Text Example
White with #0E576B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E576B; }
p { color: rgb(14,87,107); }
H1.HeaderClassName
{
color: #0E576B;
}
.AnyTagClassName
{
color: #0E576B;
}
</style>
background-color css
<style>
a { background-color: #0E576B; }
a { background-color: rgb(14,87,107); }
div.DivClassName
{
background-color: #0E576B;
}
.BgClassName
{
background-color: #0E576B;
}
</style>
border-color css
<style>
span { border-color: #0E576B; }
span { border-color: rgb(14,87,107); }
td.TdClassName
{
border-color: #0E576B;
}
.TagClassName
{
border-color: #0E576B;
}
</style>