Shades of Blue Lagoon #0E516A
Tints of Blue Lagoon #0E516A
RGB
CMYK
RGB Variations
Color information
#0E516A (or 0x0E516A) is known color: Blue Lagoon. HEX triplet: 0E, 51 and 6A. RGB value is (14,81,106). Sum of RGB (Red+Green+Blue) = 14+81+106=201 (26% of max value = 765). Red value is 14 (5.86% from 255 or 6.97% from 201); Green value is 81 (32.03% from 255 or 40.30% from 201); Blue value is 106 (41.80% from 255 or 52.74% from 201); Max value from RGB is 106 - color contains mainly: blue. Hex color #0E516A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E516A is #F1AE95. Grayscale: #3F3F3F. Windows color (decimal): -15838870 or 6967566. OLE color: 6967566.
HSL color Cylindrical-coordinate representation of color #0E516A: hue angle of 196.3º degrees, saturation: 0.77, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0E516A is Cyan = 0.87, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 14 | 81 | 106 | - |
| CMYK | 0.87 | 0.24 | 0 | 0.58 |
| HSL | 196.3º | 0.77% | 0.24% | - |
| HSV(B) | 196.3º | 0.87% | 0.42% | - |
| XYZ | 5.73 | 7.02 | 14.69 | - |
| YUV | 63.82 | 151.8 | 92.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 81 | 106 | 0.87 | 0.24 | 0 | 0.58 | 196.3 | 0.77 | 0.24 |
| Hex | E | 51 | 6A | 57 | 18 | 0 | 3A | C4 | 4D | 18 |
| Octal | 16 | 121 | 152 | 127 | 30 | 0 | 72 | 304 | 115 | 30 |
| Binary | 1110 | 1010001 | 1101010 | 1010111 | 11000 | 0 | 111010 | 11000100 | 1001101 | 11000 |
Color Harmonies of #0E516A
Complementary color
Monochromatic Colors of #0E516A
Black with #0E516A
Text Example
Text Example
White with #0E516A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E516A; }
p { color: rgb(14,81,106); }
H1.HeaderClassName
{
color: #0E516A;
}
.AnyTagClassName
{
color: #0E516A;
}
</style>
background-color css
<style>
a { background-color: #0E516A; }
a { background-color: rgb(14,81,106); }
div.DivClassName
{
background-color: #0E516A;
}
.BgClassName
{
background-color: #0E516A;
}
</style>
border-color css
<style>
span { border-color: #0E516A; }
span { border-color: rgb(14,81,106); }
td.TdClassName
{
border-color: #0E516A;
}
.TagClassName
{
border-color: #0E516A;
}
</style>