Shades of Blue Lagoon #0E6570
Tints of Blue Lagoon #0E6570
RGB
CMYK
RGB Variations
Color information
#0E6570 (or 0x0E6570) is known color: Blue Lagoon. HEX triplet: 0E, 65 and 70. RGB value is (14,101,112). Sum of RGB (Red+Green+Blue) = 14+101+112=227 (30% of max value = 765). Red value is 14 (5.86% from 255 or 6.17% from 227); Green value is 101 (39.84% from 255 or 44.49% from 227); Blue value is 112 (44.14% from 255 or 49.34% from 227); Max value from RGB is 112 - color contains mainly: blue. Hex color #0E6570 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E6570 is #F19A8F. Grayscale: #4C4C4C. Windows color (decimal): -15833744 or 7365902. OLE color: 7365902.
HSL color Cylindrical-coordinate representation of color #0E6570: hue angle of 186.73º 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 #0E6570 is Cyan = 0.88, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 14 | 101 | 112 | - |
| CMYK | 0.88 | 0.10 | 0 | 0.56 |
| HSL | 186.73º | 0.78% | 0.25% | - |
| HSV(B) | 186.73º | 0.88% | 0.44% | - |
| XYZ | 7.76 | 10.57 | 16.96 | - |
| YUV | 76.24 | 148.18 | 83.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 101 | 112 | 0.88 | 0.10 | 0 | 0.56 | 186.73 | 0.78 | 0.25 |
| Hex | E | 65 | 70 | 58 | A | 0 | 38 | BB | 4E | 19 |
| Octal | 16 | 145 | 160 | 130 | 12 | 0 | 70 | 273 | 116 | 31 |
| Binary | 1110 | 1100101 | 1110000 | 1011000 | 1010 | 0 | 111000 | 10111011 | 1001110 | 11001 |
Color Harmonies of #0E6570
Complementary color
Monochromatic Colors of #0E6570
Black with #0E6570
Text Example
Text Example
White with #0E6570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E6570; }
p { color: rgb(14,101,112); }
H1.HeaderClassName
{
color: #0E6570;
}
.AnyTagClassName
{
color: #0E6570;
}
</style>
background-color css
<style>
a { background-color: #0E6570; }
a { background-color: rgb(14,101,112); }
div.DivClassName
{
background-color: #0E6570;
}
.BgClassName
{
background-color: #0E6570;
}
</style>
border-color css
<style>
span { border-color: #0E6570; }
span { border-color: rgb(14,101,112); }
td.TdClassName
{
border-color: #0E6570;
}
.TagClassName
{
border-color: #0E6570;
}
</style>