Shades of Lochmara #14649E
Tints of Lochmara #14649E
RGB
CMYK
RGB Variations
Color information
#14649E (or 0x14649E) is known color: Lochmara. HEX triplet: 14, 64 and 9E. RGB value is (20,100,158). Sum of RGB (Red+Green+Blue) = 20+100+158=278 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.19% from 278); Green value is 100 (39.45% from 255 or 35.97% from 278); Blue value is 158 (62.11% from 255 or 56.83% from 278); Max value from RGB is 158 - color contains mainly: blue. Hex color #14649E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #14649E is #EB9B61. Grayscale: #525252. Windows color (decimal): -15440738 or 10380308. OLE color: 10380308.
HSL color Cylindrical-coordinate representation of color #14649E: hue angle of 205.22º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #14649E is Cyan = 0.87, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 20 | 100 | 158 | - |
| CMYK | 0.87 | 0.37 | 0 | 0.38 |
| HSL | 205.22º | 0.78% | 0.35% | - |
| HSV(B) | 205.22º | 0.87% | 0.62% | - |
| XYZ | 11.02 | 11.73 | 34.03 | - |
| YUV | 82.69 | 170.5 | 83.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 100 | 158 | 0.87 | 0.37 | 0 | 0.38 | 205.22 | 0.78 | 0.35 |
| Hex | 14 | 64 | 9E | 57 | 25 | 0 | 26 | CD | 4E | 23 |
| Octal | 24 | 144 | 236 | 127 | 45 | 0 | 46 | 315 | 116 | 43 |
| Binary | 10100 | 1100100 | 10011110 | 1010111 | 100101 | 0 | 100110 | 11001101 | 1001110 | 100011 |
Color Harmonies of #14649E
Complementary color
Monochromatic Colors of #14649E
Black with #14649E
Text Example
Text Example
White with #14649E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14649E; }
p { color: rgb(20,100,158); }
H1.HeaderClassName
{
color: #14649E;
}
.AnyTagClassName
{
color: #14649E;
}
</style>
background-color css
<style>
a { background-color: #14649E; }
a { background-color: rgb(20,100,158); }
div.DivClassName
{
background-color: #14649E;
}
.BgClassName
{
background-color: #14649E;
}
</style>
border-color css
<style>
span { border-color: #14649E; }
span { border-color: rgb(20,100,158); }
td.TdClassName
{
border-color: #14649E;
}
.TagClassName
{
border-color: #14649E;
}
</style>