Shades of Blue Lagoon #0E5B6D
Tints of Blue Lagoon #0E5B6D
RGB
CMYK
RGB Variations
Color information
#0E5B6D (or 0x0E5B6D) is known color: Blue Lagoon. HEX triplet: 0E, 5B and 6D. RGB value is (14,91,109). Sum of RGB (Red+Green+Blue) = 14+91+109=214 (28% of max value = 765). Red value is 14 (5.86% from 255 or 6.54% from 214); Green value is 91 (35.94% from 255 or 42.52% from 214); Blue value is 109 (42.97% from 255 or 50.93% from 214); Max value from RGB is 109 - color contains mainly: blue. Hex color #0E5B6D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E5B6D is #F1A492. Grayscale: #454545. Windows color (decimal): -15836307 or 7166734. OLE color: 7166734.
HSL color Cylindrical-coordinate representation of color #0E5B6D: hue angle of 191.37º 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 #0E5B6D is Cyan = 0.87, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 14 | 91 | 109 | - |
| CMYK | 0.87 | 0.17 | 0 | 0.57 |
| HSL | 191.37º | 0.77% | 0.24% | - |
| HSV(B) | 191.37º | 0.87% | 0.43% | - |
| XYZ | 6.68 | 8.68 | 15.79 | - |
| YUV | 70.03 | 149.99 | 88.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 91 | 109 | 0.87 | 0.17 | 0 | 0.57 | 191.37 | 0.77 | 0.24 |
| Hex | E | 5B | 6D | 57 | 11 | 0 | 39 | BF | 4D | 18 |
| Octal | 16 | 133 | 155 | 127 | 21 | 0 | 71 | 277 | 115 | 30 |
| Binary | 1110 | 1011011 | 1101101 | 1010111 | 10001 | 0 | 111001 | 10111111 | 1001101 | 11000 |
Color Harmonies of #0E5B6D
Complementary color
Monochromatic Colors of #0E5B6D
Black with #0E5B6D
Text Example
Text Example
White with #0E5B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E5B6D; }
p { color: rgb(14,91,109); }
H1.HeaderClassName
{
color: #0E5B6D;
}
.AnyTagClassName
{
color: #0E5B6D;
}
</style>
background-color css
<style>
a { background-color: #0E5B6D; }
a { background-color: rgb(14,91,109); }
div.DivClassName
{
background-color: #0E5B6D;
}
.BgClassName
{
background-color: #0E5B6D;
}
</style>
border-color css
<style>
span { border-color: #0E5B6D; }
span { border-color: rgb(14,91,109); }
td.TdClassName
{
border-color: #0E5B6D;
}
.TagClassName
{
border-color: #0E5B6D;
}
</style>