Shades of Blue Lagoon #0E516D
Tints of Blue Lagoon #0E516D
RGB
CMYK
RGB Variations
Color information
#0E516D (or 0x0E516D) is known color: Blue Lagoon. HEX triplet: 0E, 51 and 6D. RGB value is (14,81,109). Sum of RGB (Red+Green+Blue) = 14+81+109=204 (27% of max value = 765). Red value is 14 (5.86% from 255 or 6.86% from 204); Green value is 81 (32.03% from 255 or 39.71% from 204); Blue value is 109 (42.97% from 255 or 53.43% from 204); Max value from RGB is 109 - color contains mainly: blue. Hex color #0E516D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E516D is #F1AE92. Grayscale: #3F3F3F. Windows color (decimal): -15838867 or 7164174. OLE color: 7164174.
HSL color Cylindrical-coordinate representation of color #0E516D: hue angle of 197.68º degrees, saturation: 0.77, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0E516D is Cyan = 0.87, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 14 | 81 | 109 | - |
| CMYK | 0.87 | 0.26 | 0 | 0.57 |
| HSL | 197.68º | 0.77% | 0.24% | - |
| HSV(B) | 197.68º | 0.87% | 0.43% | - |
| XYZ | 5.88 | 7.08 | 15.52 | - |
| YUV | 64.16 | 153.3 | 92.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 81 | 109 | 0.87 | 0.26 | 0 | 0.57 | 197.68 | 0.77 | 0.24 |
| Hex | E | 51 | 6D | 57 | 1A | 0 | 39 | C6 | 4D | 18 |
| Octal | 16 | 121 | 155 | 127 | 32 | 0 | 71 | 306 | 115 | 30 |
| Binary | 1110 | 1010001 | 1101101 | 1010111 | 11010 | 0 | 111001 | 11000110 | 1001101 | 11000 |
Color Harmonies of #0E516D
Complementary color
Monochromatic Colors of #0E516D
Black with #0E516D
Text Example
Text Example
White with #0E516D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E516D; }
p { color: rgb(14,81,109); }
H1.HeaderClassName
{
color: #0E516D;
}
.AnyTagClassName
{
color: #0E516D;
}
</style>
background-color css
<style>
a { background-color: #0E516D; }
a { background-color: rgb(14,81,109); }
div.DivClassName
{
background-color: #0E516D;
}
.BgClassName
{
background-color: #0E516D;
}
</style>
border-color css
<style>
span { border-color: #0E516D; }
span { border-color: rgb(14,81,109); }
td.TdClassName
{
border-color: #0E516D;
}
.TagClassName
{
border-color: #0E516D;
}
</style>