Shades of Blue Lagoon #0E6572
Tints of Blue Lagoon #0E6572
RGB
CMYK
RGB Variations
Color information
#0E6572 (or 0x0E6572) is known color: Blue Lagoon. HEX triplet: 0E, 65 and 72. RGB value is (14,101,114). Sum of RGB (Red+Green+Blue) = 14+101+114=229 (30% of max value = 765). Red value is 14 (5.86% from 255 or 6.11% from 229); Green value is 101 (39.84% from 255 or 44.10% from 229); Blue value is 114 (44.92% from 255 or 49.78% from 229); Max value from RGB is 114 - color contains mainly: blue. Hex color #0E6572 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E6572 is #F19A8D. Grayscale: #4C4C4C. Windows color (decimal): -15833742 or 7496974. OLE color: 7496974.
HSL color Cylindrical-coordinate representation of color #0E6572: hue angle of 187.8º 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 #0E6572 is Cyan = 0.88, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 14 | 101 | 114 | - |
| CMYK | 0.88 | 0.11 | 0 | 0.55 |
| HSL | 187.8º | 0.78% | 0.25% | - |
| HSV(B) | 187.8º | 0.88% | 0.45% | - |
| XYZ | 7.87 | 10.62 | 17.55 | - |
| YUV | 76.47 | 149.18 | 83.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 101 | 114 | 0.88 | 0.11 | 0 | 0.55 | 187.8 | 0.78 | 0.25 |
| Hex | E | 65 | 72 | 58 | B | 0 | 37 | BC | 4E | 19 |
| Octal | 16 | 145 | 162 | 130 | 13 | 0 | 67 | 274 | 116 | 31 |
| Binary | 1110 | 1100101 | 1110010 | 1011000 | 1011 | 0 | 110111 | 10111100 | 1001110 | 11001 |
Color Harmonies of #0E6572
Complementary color
Monochromatic Colors of #0E6572
Black with #0E6572
Text Example
Text Example
White with #0E6572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E6572; }
p { color: rgb(14,101,114); }
H1.HeaderClassName
{
color: #0E6572;
}
.AnyTagClassName
{
color: #0E6572;
}
</style>
background-color css
<style>
a { background-color: #0E6572; }
a { background-color: rgb(14,101,114); }
div.DivClassName
{
background-color: #0E6572;
}
.BgClassName
{
background-color: #0E6572;
}
</style>
border-color css
<style>
span { border-color: #0E6572; }
span { border-color: rgb(14,101,114); }
td.TdClassName
{
border-color: #0E6572;
}
.TagClassName
{
border-color: #0E6572;
}
</style>