Shades of Blue Lagoon #0E5A74
Tints of Blue Lagoon #0E5A74
RGB
CMYK
RGB Variations
Color information
#0E5A74 (or 0x0E5A74) is known color: Blue Lagoon. HEX triplet: 0E, 5A and 74. RGB value is (14,90,116). Sum of RGB (Red+Green+Blue) = 14+90+116=220 (29% of max value = 765). Red value is 14 (5.86% from 255 or 6.36% from 220); Green value is 90 (35.55% from 255 or 40.91% from 220); Blue value is 116 (45.70% from 255 or 52.73% from 220); Max value from RGB is 116 - color contains mainly: blue. Hex color #0E5A74 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E5A74 is #F1A58B. Grayscale: #464646. Windows color (decimal): -15836556 or 7625230. OLE color: 7625230.
HSL color Cylindrical-coordinate representation of color #0E5A74: hue angle of 195.29º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0E5A74 is Cyan = 0.88, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 14 | 90 | 116 | - |
| CMYK | 0.88 | 0.22 | 0 | 0.55 |
| HSL | 195.29º | 0.78% | 0.25% | - |
| HSV(B) | 195.29º | 0.88% | 0.45% | - |
| XYZ | 6.99 | 8.67 | 17.83 | - |
| YUV | 70.24 | 153.82 | 87.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 90 | 116 | 0.88 | 0.22 | 0 | 0.55 | 195.29 | 0.78 | 0.25 |
| Hex | E | 5A | 74 | 58 | 16 | 0 | 37 | C3 | 4E | 19 |
| Octal | 16 | 132 | 164 | 130 | 26 | 0 | 67 | 303 | 116 | 31 |
| Binary | 1110 | 1011010 | 1110100 | 1011000 | 10110 | 0 | 110111 | 11000011 | 1001110 | 11001 |
Color Harmonies of #0E5A74
Complementary color
Monochromatic Colors of #0E5A74
Black with #0E5A74
Text Example
Text Example
White with #0E5A74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E5A74; }
p { color: rgb(14,90,116); }
H1.HeaderClassName
{
color: #0E5A74;
}
.AnyTagClassName
{
color: #0E5A74;
}
</style>
background-color css
<style>
a { background-color: #0E5A74; }
a { background-color: rgb(14,90,116); }
div.DivClassName
{
background-color: #0E5A74;
}
.BgClassName
{
background-color: #0E5A74;
}
</style>
border-color css
<style>
span { border-color: #0E5A74; }
span { border-color: rgb(14,90,116); }
td.TdClassName
{
border-color: #0E5A74;
}
.TagClassName
{
border-color: #0E5A74;
}
</style>