Shades of Blue Lagoon #14616E
Tints of Blue Lagoon #14616E
RGB
CMYK
RGB Variations
Color information
#14616E (or 0x14616E) is known color: Blue Lagoon. HEX triplet: 14, 61 and 6E. RGB value is (20,97,110). Sum of RGB (Red+Green+Blue) = 20+97+110=227 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.81% from 227); Green value is 97 (38.28% from 255 or 42.73% from 227); Blue value is 110 (43.36% from 255 or 48.46% from 227); Max value from RGB is 110 - color contains mainly: blue. Hex color #14616E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14616E is #EB9E91. Grayscale: #4B4B4B. Windows color (decimal): -15441554 or 7233812. OLE color: 7233812.
HSL color Cylindrical-coordinate representation of color #14616E: hue angle of 188.67º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #14616E is Cyan = 0.82, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 20 | 97 | 110 | - |
| CMYK | 0.82 | 0.12 | 0 | 0.57 |
| HSL | 188.67º | 0.69% | 0.25% | - |
| HSV(B) | 188.67º | 0.82% | 0.43% | - |
| XYZ | 7.38 | 9.82 | 16.26 | - |
| YUV | 75.46 | 147.49 | 88.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 97 | 110 | 0.82 | 0.12 | 0 | 0.57 | 188.67 | 0.69 | 0.25 |
| Hex | 14 | 61 | 6E | 52 | C | 0 | 39 | BD | 45 | 19 |
| Octal | 24 | 141 | 156 | 122 | 14 | 0 | 71 | 275 | 105 | 31 |
| Binary | 10100 | 1100001 | 1101110 | 1010010 | 1100 | 0 | 111001 | 10111101 | 1000101 | 11001 |
Color Harmonies of #14616E
Complementary color
Monochromatic Colors of #14616E
Black with #14616E
Text Example
Text Example
White with #14616E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14616E; }
p { color: rgb(20,97,110); }
H1.HeaderClassName
{
color: #14616E;
}
.AnyTagClassName
{
color: #14616E;
}
</style>
background-color css
<style>
a { background-color: #14616E; }
a { background-color: rgb(20,97,110); }
div.DivClassName
{
background-color: #14616E;
}
.BgClassName
{
background-color: #14616E;
}
</style>
border-color css
<style>
span { border-color: #14616E; }
span { border-color: rgb(20,97,110); }
td.TdClassName
{
border-color: #14616E;
}
.TagClassName
{
border-color: #14616E;
}
</style>