Shades of Blue Lagoon #0E5E69
Tints of Blue Lagoon #0E5E69
RGB
CMYK
RGB Variations
Color information
#0E5E69 (or 0x0E5E69) is known color: Blue Lagoon. HEX triplet: 0E, 5E and 69. RGB value is (14,94,105). Sum of RGB (Red+Green+Blue) = 14+94+105=213 (28% of max value = 765). Red value is 14 (5.86% from 255 or 6.57% from 213); Green value is 94 (37.11% from 255 or 44.13% from 213); Blue value is 105 (41.41% from 255 or 49.30% from 213); Max value from RGB is 105 - color contains mainly: blue. Hex color #0E5E69 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E5E69 is #F1A196. Grayscale: #474747. Windows color (decimal): -15835543 or 6905358. OLE color: 6905358.
HSL color Cylindrical-coordinate representation of color #0E5E69: hue angle of 187.25º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0E5E69 is Cyan = 0.87, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 14 | 94 | 105 | - |
| CMYK | 0.87 | 0.10 | 0 | 0.59 |
| HSL | 187.25º | 0.76% | 0.23% | - |
| HSV(B) | 187.25º | 0.87% | 0.41% | - |
| XYZ | 6.73 | 9.12 | 14.77 | - |
| YUV | 71.33 | 147 | 87.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 94 | 105 | 0.87 | 0.10 | 0 | 0.59 | 187.25 | 0.76 | 0.23 |
| Hex | E | 5E | 69 | 57 | A | 0 | 3B | BB | 4C | 17 |
| Octal | 16 | 136 | 151 | 127 | 12 | 0 | 73 | 273 | 114 | 27 |
| Binary | 1110 | 1011110 | 1101001 | 1010111 | 1010 | 0 | 111011 | 10111011 | 1001100 | 10111 |
Color Harmonies of #0E5E69
Complementary color
Monochromatic Colors of #0E5E69
Black with #0E5E69
Text Example
Text Example
White with #0E5E69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E5E69; }
p { color: rgb(14,94,105); }
H1.HeaderClassName
{
color: #0E5E69;
}
.AnyTagClassName
{
color: #0E5E69;
}
</style>
background-color css
<style>
a { background-color: #0E5E69; }
a { background-color: rgb(14,94,105); }
div.DivClassName
{
background-color: #0E5E69;
}
.BgClassName
{
background-color: #0E5E69;
}
</style>
border-color css
<style>
span { border-color: #0E5E69; }
span { border-color: rgb(14,94,105); }
td.TdClassName
{
border-color: #0E5E69;
}
.TagClassName
{
border-color: #0E5E69;
}
</style>