Shades of Blue Lagoon #0E5969
Tints of Blue Lagoon #0E5969
RGB
CMYK
RGB Variations
Color information
#0E5969 (or 0x0E5969) is known color: Blue Lagoon. HEX triplet: 0E, 59 and 69. RGB value is (14,89,105). Sum of RGB (Red+Green+Blue) = 14+89+105=208 (27% of max value = 765). Red value is 14 (5.86% from 255 or 6.73% from 208); Green value is 89 (35.16% from 255 or 42.79% from 208); Blue value is 105 (41.41% from 255 or 50.48% from 208); Max value from RGB is 105 - color contains mainly: blue. Hex color #0E5969 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E5969 is #F1A696. Grayscale: #444444. Windows color (decimal): -15836823 or 6904078. OLE color: 6904078.
HSL color Cylindrical-coordinate representation of color #0E5969: hue angle of 190.55º 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 #0E5969 is Cyan = 0.87, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 14 | 89 | 105 | - |
| CMYK | 0.87 | 0.15 | 0 | 0.59 |
| HSL | 190.55º | 0.76% | 0.23% | - |
| HSV(B) | 190.55º | 0.87% | 0.41% | - |
| XYZ | 6.3 | 8.26 | 14.63 | - |
| YUV | 68.4 | 148.65 | 89.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 89 | 105 | 0.87 | 0.15 | 0 | 0.59 | 190.55 | 0.76 | 0.23 |
| Hex | E | 59 | 69 | 57 | F | 0 | 3B | BF | 4C | 17 |
| Octal | 16 | 131 | 151 | 127 | 17 | 0 | 73 | 277 | 114 | 27 |
| Binary | 1110 | 1011001 | 1101001 | 1010111 | 1111 | 0 | 111011 | 10111111 | 1001100 | 10111 |
Color Harmonies of #0E5969
Complementary color
Monochromatic Colors of #0E5969
Black with #0E5969
Text Example
Text Example
White with #0E5969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E5969; }
p { color: rgb(14,89,105); }
H1.HeaderClassName
{
color: #0E5969;
}
.AnyTagClassName
{
color: #0E5969;
}
</style>
background-color css
<style>
a { background-color: #0E5969; }
a { background-color: rgb(14,89,105); }
div.DivClassName
{
background-color: #0E5969;
}
.BgClassName
{
background-color: #0E5969;
}
</style>
border-color css
<style>
span { border-color: #0E5969; }
span { border-color: rgb(14,89,105); }
td.TdClassName
{
border-color: #0E5969;
}
.TagClassName
{
border-color: #0E5969;
}
</style>