Shades of Blue Lagoon #14616F
Tints of Blue Lagoon #14616F
RGB
CMYK
RGB Variations
Color information
#14616F (or 0x14616F) is known color: Blue Lagoon. HEX triplet: 14, 61 and 6F. RGB value is (20,97,111). Sum of RGB (Red+Green+Blue) = 20+97+111=228 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.77% from 228); Green value is 97 (38.28% from 255 or 42.54% from 228); Blue value is 111 (43.75% from 255 or 48.68% from 228); Max value from RGB is 111 - color contains mainly: blue. Hex color #14616F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14616F is #EB9E90. Grayscale: #4B4B4B. Windows color (decimal): -15441553 or 7299348. OLE color: 7299348.
HSL color Cylindrical-coordinate representation of color #14616F: hue angle of 189.23º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #14616F is Cyan = 0.82, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 20 | 97 | 111 | - |
| CMYK | 0.82 | 0.13 | 0 | 0.56 |
| HSL | 189.23º | 0.69% | 0.26% | - |
| HSV(B) | 189.23º | 0.82% | 0.44% | - |
| XYZ | 7.43 | 9.85 | 16.55 | - |
| YUV | 75.57 | 147.99 | 88.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 97 | 111 | 0.82 | 0.13 | 0 | 0.56 | 189.23 | 0.69 | 0.26 |
| Hex | 14 | 61 | 6F | 52 | D | 0 | 38 | BD | 45 | 1A |
| Octal | 24 | 141 | 157 | 122 | 15 | 0 | 70 | 275 | 105 | 32 |
| Binary | 10100 | 1100001 | 1101111 | 1010010 | 1101 | 0 | 111000 | 10111101 | 1000101 | 11010 |
Color Harmonies of #14616F
Complementary color
Monochromatic Colors of #14616F
Black with #14616F
Text Example
Text Example
White with #14616F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14616F; }
p { color: rgb(20,97,111); }
H1.HeaderClassName
{
color: #14616F;
}
.AnyTagClassName
{
color: #14616F;
}
</style>
background-color css
<style>
a { background-color: #14616F; }
a { background-color: rgb(20,97,111); }
div.DivClassName
{
background-color: #14616F;
}
.BgClassName
{
background-color: #14616F;
}
</style>
border-color css
<style>
span { border-color: #14616F; }
span { border-color: rgb(20,97,111); }
td.TdClassName
{
border-color: #14616F;
}
.TagClassName
{
border-color: #14616F;
}
</style>