Shades of Blue Lagoon #0E5F70
Tints of Blue Lagoon #0E5F70
RGB
CMYK
RGB Variations
Color information
#0E5F70 (or 0x0E5F70) is known color: Blue Lagoon. HEX triplet: 0E, 5F and 70. RGB value is (14,95,112). Sum of RGB (Red+Green+Blue) = 14+95+112=221 (29% of max value = 765). Red value is 14 (5.86% from 255 or 6.33% from 221); Green value is 95 (37.5% from 255 or 42.99% from 221); Blue value is 112 (44.14% from 255 or 50.68% from 221); Max value from RGB is 112 - color contains mainly: blue. Hex color #0E5F70 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E5F70 is #F1A08F. Grayscale: #484848. Windows color (decimal): -15835280 or 7364366. OLE color: 7364366.
HSL color Cylindrical-coordinate representation of color #0E5F70: hue angle of 190.41º 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 #0E5F70 is Cyan = 0.88, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 14 | 95 | 112 | - |
| CMYK | 0.88 | 0.15 | 0 | 0.56 |
| HSL | 190.41º | 0.78% | 0.25% | - |
| HSV(B) | 190.41º | 0.88% | 0.44% | - |
| XYZ | 7.2 | 9.45 | 16.77 | - |
| YUV | 72.72 | 150.16 | 86.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 95 | 112 | 0.88 | 0.15 | 0 | 0.56 | 190.41 | 0.78 | 0.25 |
| Hex | E | 5F | 70 | 58 | F | 0 | 38 | BE | 4E | 19 |
| Octal | 16 | 137 | 160 | 130 | 17 | 0 | 70 | 276 | 116 | 31 |
| Binary | 1110 | 1011111 | 1110000 | 1011000 | 1111 | 0 | 111000 | 10111110 | 1001110 | 11001 |
Color Harmonies of #0E5F70
Complementary color
Monochromatic Colors of #0E5F70
Black with #0E5F70
Text Example
Text Example
White with #0E5F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E5F70; }
p { color: rgb(14,95,112); }
H1.HeaderClassName
{
color: #0E5F70;
}
.AnyTagClassName
{
color: #0E5F70;
}
</style>
background-color css
<style>
a { background-color: #0E5F70; }
a { background-color: rgb(14,95,112); }
div.DivClassName
{
background-color: #0E5F70;
}
.BgClassName
{
background-color: #0E5F70;
}
</style>
border-color css
<style>
span { border-color: #0E5F70; }
span { border-color: rgb(14,95,112); }
td.TdClassName
{
border-color: #0E5F70;
}
.TagClassName
{
border-color: #0E5F70;
}
</style>