Shades of Blue Lagoon #0E6373
Tints of Blue Lagoon #0E6373
RGB
CMYK
RGB Variations
Color information
#0E6373 (or 0x0E6373) is known color: Blue Lagoon. HEX triplet: 0E, 63 and 73. RGB value is (14,99,115). Sum of RGB (Red+Green+Blue) = 14+99+115=228 (30% of max value = 765). Red value is 14 (5.86% from 255 or 6.14% from 228); Green value is 99 (39.06% from 255 or 43.42% from 228); Blue value is 115 (45.31% from 255 or 50.44% from 228); Max value from RGB is 115 - color contains mainly: blue. Hex color #0E6373 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E6373 is #F19C8C. Grayscale: #4B4B4B. Windows color (decimal): -15834253 or 7561998. OLE color: 7561998.
HSL color Cylindrical-coordinate representation of color #0E6373: hue angle of 189.5º 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 #0E6373 is Cyan = 0.88, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 14 | 99 | 115 | - |
| CMYK | 0.88 | 0.14 | 0 | 0.55 |
| HSL | 189.5º | 0.78% | 0.25% | - |
| HSV(B) | 189.5º | 0.88% | 0.45% | - |
| XYZ | 7.74 | 10.25 | 17.79 | - |
| YUV | 75.41 | 150.34 | 84.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 99 | 115 | 0.88 | 0.14 | 0 | 0.55 | 189.5 | 0.78 | 0.25 |
| Hex | E | 63 | 73 | 58 | E | 0 | 37 | BE | 4E | 19 |
| Octal | 16 | 143 | 163 | 130 | 16 | 0 | 67 | 276 | 116 | 31 |
| Binary | 1110 | 1100011 | 1110011 | 1011000 | 1110 | 0 | 110111 | 10111110 | 1001110 | 11001 |
Color Harmonies of #0E6373
Complementary color
Monochromatic Colors of #0E6373
Black with #0E6373
Text Example
Text Example
White with #0E6373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E6373; }
p { color: rgb(14,99,115); }
H1.HeaderClassName
{
color: #0E6373;
}
.AnyTagClassName
{
color: #0E6373;
}
</style>
background-color css
<style>
a { background-color: #0E6373; }
a { background-color: rgb(14,99,115); }
div.DivClassName
{
background-color: #0E6373;
}
.BgClassName
{
background-color: #0E6373;
}
</style>
border-color css
<style>
span { border-color: #0E6373; }
span { border-color: rgb(14,99,115); }
td.TdClassName
{
border-color: #0E6373;
}
.TagClassName
{
border-color: #0E6373;
}
</style>