Shades of Blue Lagoon #0E5667
Tints of Blue Lagoon #0E5667
RGB
CMYK
RGB Variations
Color information
#0E5667 (or 0x0E5667) is known color: Blue Lagoon. HEX triplet: 0E, 56 and 67. RGB value is (14,86,103). Sum of RGB (Red+Green+Blue) = 14+86+103=203 (26% of max value = 765). Red value is 14 (5.86% from 255 or 6.90% from 203); Green value is 86 (33.98% from 255 or 42.36% from 203); Blue value is 103 (40.62% from 255 or 50.74% from 203); Max value from RGB is 103 - color contains mainly: blue. Hex color #0E5667 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E5667 is #F1A998. Grayscale: #424242. Windows color (decimal): -15837593 or 6772238. OLE color: 6772238.
HSL color Cylindrical-coordinate representation of color #0E5667: hue angle of 191.46º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0E5667 is Cyan = 0.86, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 14 | 86 | 103 | - |
| CMYK | 0.86 | 0.17 | 0 | 0.60 |
| HSL | 191.46º | 0.76% | 0.23% | - |
| HSV(B) | 191.46º | 0.86% | 0.4% | - |
| XYZ | 5.96 | 7.73 | 14.01 | - |
| YUV | 66.41 | 148.65 | 90.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 86 | 103 | 0.86 | 0.17 | 0 | 0.60 | 191.46 | 0.76 | 0.23 |
| Hex | E | 56 | 67 | 56 | 11 | 0 | 3C | BF | 4C | 17 |
| Octal | 16 | 126 | 147 | 126 | 21 | 0 | 74 | 277 | 114 | 27 |
| Binary | 1110 | 1010110 | 1100111 | 1010110 | 10001 | 0 | 111100 | 10111111 | 1001100 | 10111 |
Color Harmonies of #0E5667
Complementary color
Monochromatic Colors of #0E5667
Black with #0E5667
Text Example
Text Example
White with #0E5667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E5667; }
p { color: rgb(14,86,103); }
H1.HeaderClassName
{
color: #0E5667;
}
.AnyTagClassName
{
color: #0E5667;
}
</style>
background-color css
<style>
a { background-color: #0E5667; }
a { background-color: rgb(14,86,103); }
div.DivClassName
{
background-color: #0E5667;
}
.BgClassName
{
background-color: #0E5667;
}
</style>
border-color css
<style>
span { border-color: #0E5667; }
span { border-color: rgb(14,86,103); }
td.TdClassName
{
border-color: #0E5667;
}
.TagClassName
{
border-color: #0E5667;
}
</style>