Shades of Blue Lagoon #0E656D
Tints of Blue Lagoon #0E656D
RGB
CMYK
RGB Variations
Color information
#0E656D (or 0x0E656D) is known color: Blue Lagoon. HEX triplet: 0E, 65 and 6D. RGB value is (14,101,109). Sum of RGB (Red+Green+Blue) = 14+101+109=224 (29% of max value = 765). Red value is 14 (5.86% from 255 or 6.25% from 224); Green value is 101 (39.84% from 255 or 45.09% from 224); Blue value is 109 (42.97% from 255 or 48.66% from 224); Max value from RGB is 109 - color contains mainly: blue. Hex color #0E656D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E656D is #F19A92. Grayscale: #4B4B4B. Windows color (decimal): -15833747 or 7169294. OLE color: 7169294.
HSL color Cylindrical-coordinate representation of color #0E656D: hue angle of 185.05º 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 #0E656D is Cyan = 0.87, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 14 | 101 | 109 | - |
| CMYK | 0.87 | 0.07 | 0 | 0.57 |
| HSL | 185.05º | 0.77% | 0.24% | - |
| HSV(B) | 185.05º | 0.87% | 0.43% | - |
| XYZ | 7.6 | 10.5 | 16.1 | - |
| YUV | 75.9 | 146.68 | 83.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 101 | 109 | 0.87 | 0.07 | 0 | 0.57 | 185.05 | 0.77 | 0.24 |
| Hex | E | 65 | 6D | 57 | 7 | 0 | 39 | B9 | 4D | 18 |
| Octal | 16 | 145 | 155 | 127 | 7 | 0 | 71 | 271 | 115 | 30 |
| Binary | 1110 | 1100101 | 1101101 | 1010111 | 111 | 0 | 111001 | 10111001 | 1001101 | 11000 |
Color Harmonies of #0E656D
Complementary color
Monochromatic Colors of #0E656D
Black with #0E656D
Text Example
Text Example
White with #0E656D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E656D; }
p { color: rgb(14,101,109); }
H1.HeaderClassName
{
color: #0E656D;
}
.AnyTagClassName
{
color: #0E656D;
}
</style>
background-color css
<style>
a { background-color: #0E656D; }
a { background-color: rgb(14,101,109); }
div.DivClassName
{
background-color: #0E656D;
}
.BgClassName
{
background-color: #0E656D;
}
</style>
border-color css
<style>
span { border-color: #0E656D; }
span { border-color: rgb(14,101,109); }
td.TdClassName
{
border-color: #0E656D;
}
.TagClassName
{
border-color: #0E656D;
}
</style>