Shades of Blue Lagoon #0E5771
Tints of Blue Lagoon #0E5771
RGB
CMYK
RGB Variations
Color information
#0E5771 (or 0x0E5771) is known color: Blue Lagoon. HEX triplet: 0E, 57 and 71. RGB value is (14,87,113). Sum of RGB (Red+Green+Blue) = 14+87+113=214 (28% of max value = 765). Red value is 14 (5.86% from 255 or 6.54% from 214); Green value is 87 (34.38% from 255 or 40.65% from 214); Blue value is 113 (44.53% from 255 or 52.80% from 214); Max value from RGB is 113 - color contains mainly: blue. Hex color #0E5771 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E5771 is #F1A88E. Grayscale: #434343. Windows color (decimal): -15837327 or 7427854. OLE color: 7427854.
HSL color Cylindrical-coordinate representation of color #0E5771: hue angle of 195.76º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0E5771 is Cyan = 0.88, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 14 | 87 | 113 | - |
| CMYK | 0.88 | 0.23 | 0 | 0.56 |
| HSL | 195.76º | 0.78% | 0.25% | - |
| HSV(B) | 195.76º | 0.88% | 0.44% | - |
| XYZ | 6.57 | 8.1 | 16.84 | - |
| YUV | 68.14 | 153.32 | 89.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 87 | 113 | 0.88 | 0.23 | 0 | 0.56 | 195.76 | 0.78 | 0.25 |
| Hex | E | 57 | 71 | 58 | 17 | 0 | 38 | C4 | 4E | 19 |
| Octal | 16 | 127 | 161 | 130 | 27 | 0 | 70 | 304 | 116 | 31 |
| Binary | 1110 | 1010111 | 1110001 | 1011000 | 10111 | 0 | 111000 | 11000100 | 1001110 | 11001 |
Color Harmonies of #0E5771
Complementary color
Monochromatic Colors of #0E5771
Black with #0E5771
Text Example
Text Example
White with #0E5771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E5771; }
p { color: rgb(14,87,113); }
H1.HeaderClassName
{
color: #0E5771;
}
.AnyTagClassName
{
color: #0E5771;
}
</style>
background-color css
<style>
a { background-color: #0E5771; }
a { background-color: rgb(14,87,113); }
div.DivClassName
{
background-color: #0E5771;
}
.BgClassName
{
background-color: #0E5771;
}
</style>
border-color css
<style>
span { border-color: #0E5771; }
span { border-color: rgb(14,87,113); }
td.TdClassName
{
border-color: #0E5771;
}
.TagClassName
{
border-color: #0E5771;
}
</style>