Shades of Blue Lagoon #0E5E6C
Tints of Blue Lagoon #0E5E6C
RGB
CMYK
RGB Variations
Color information
#0E5E6C (or 0x0E5E6C) is known color: Blue Lagoon. HEX triplet: 0E, 5E and 6C. RGB value is (14,94,108). Sum of RGB (Red+Green+Blue) = 14+94+108=216 (28% of max value = 765). Red value is 14 (5.86% from 255 or 6.48% from 216); Green value is 94 (37.11% from 255 or 43.52% from 216); Blue value is 108 (42.58% from 255 or 50% from 216); Max value from RGB is 108 - color contains mainly: blue. Hex color #0E5E6C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E5E6C is #F1A193. Grayscale: #474747. Windows color (decimal): -15835540 or 7101966. OLE color: 7101966.
HSL color Cylindrical-coordinate representation of color #0E5E6C: hue angle of 188.94º 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 #0E5E6C is Cyan = 0.87, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 14 | 94 | 108 | - |
| CMYK | 0.87 | 0.13 | 0 | 0.58 |
| HSL | 188.94º | 0.77% | 0.24% | - |
| HSV(B) | 188.94º | 0.87% | 0.42% | - |
| XYZ | 6.89 | 9.18 | 15.6 | - |
| YUV | 71.68 | 148.5 | 86.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 94 | 108 | 0.87 | 0.13 | 0 | 0.58 | 188.94 | 0.77 | 0.24 |
| Hex | E | 5E | 6C | 57 | D | 0 | 3A | BD | 4D | 18 |
| Octal | 16 | 136 | 154 | 127 | 15 | 0 | 72 | 275 | 115 | 30 |
| Binary | 1110 | 1011110 | 1101100 | 1010111 | 1101 | 0 | 111010 | 10111101 | 1001101 | 11000 |
Color Harmonies of #0E5E6C
Complementary color
Monochromatic Colors of #0E5E6C
Black with #0E5E6C
Text Example
Text Example
White with #0E5E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E5E6C; }
p { color: rgb(14,94,108); }
H1.HeaderClassName
{
color: #0E5E6C;
}
.AnyTagClassName
{
color: #0E5E6C;
}
</style>
background-color css
<style>
a { background-color: #0E5E6C; }
a { background-color: rgb(14,94,108); }
div.DivClassName
{
background-color: #0E5E6C;
}
.BgClassName
{
background-color: #0E5E6C;
}
</style>
border-color css
<style>
span { border-color: #0E5E6C; }
span { border-color: rgb(14,94,108); }
td.TdClassName
{
border-color: #0E5E6C;
}
.TagClassName
{
border-color: #0E5E6C;
}
</style>