Shades of Blue Lagoon #0E5269
Tints of Blue Lagoon #0E5269
RGB
CMYK
RGB Variations
Color information
#0E5269 (or 0x0E5269) is known color: Blue Lagoon. HEX triplet: 0E, 52 and 69. RGB value is (14,82,105). Sum of RGB (Red+Green+Blue) = 14+82+105=201 (26% of max value = 765). Red value is 14 (5.86% from 255 or 6.97% from 201); Green value is 82 (32.42% from 255 or 40.80% from 201); Blue value is 105 (41.41% from 255 or 52.24% from 201); Max value from RGB is 105 - color contains mainly: blue. Hex color #0E5269 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E5269 is #F1AD96. Grayscale: #404040. Windows color (decimal): -15838615 or 6902286. OLE color: 6902286.
HSL color Cylindrical-coordinate representation of color #0E5269: hue angle of 195.16º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0E5269 is Cyan = 0.87, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 14 | 82 | 105 | - |
| CMYK | 0.87 | 0.22 | 0 | 0.59 |
| HSL | 195.16º | 0.76% | 0.23% | - |
| HSV(B) | 195.16º | 0.87% | 0.41% | - |
| XYZ | 5.75 | 7.15 | 14.44 | - |
| YUV | 64.29 | 150.97 | 92.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 82 | 105 | 0.87 | 0.22 | 0 | 0.59 | 195.16 | 0.76 | 0.23 |
| Hex | E | 52 | 69 | 57 | 16 | 0 | 3B | C3 | 4C | 17 |
| Octal | 16 | 122 | 151 | 127 | 26 | 0 | 73 | 303 | 114 | 27 |
| Binary | 1110 | 1010010 | 1101001 | 1010111 | 10110 | 0 | 111011 | 11000011 | 1001100 | 10111 |
Color Harmonies of #0E5269
Complementary color
Monochromatic Colors of #0E5269
Black with #0E5269
Text Example
Text Example
White with #0E5269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E5269; }
p { color: rgb(14,82,105); }
H1.HeaderClassName
{
color: #0E5269;
}
.AnyTagClassName
{
color: #0E5269;
}
</style>
background-color css
<style>
a { background-color: #0E5269; }
a { background-color: rgb(14,82,105); }
div.DivClassName
{
background-color: #0E5269;
}
.BgClassName
{
background-color: #0E5269;
}
</style>
border-color css
<style>
span { border-color: #0E5269; }
span { border-color: rgb(14,82,105); }
td.TdClassName
{
border-color: #0E5269;
}
.TagClassName
{
border-color: #0E5269;
}
</style>