Shades of Lochmara #14669E
Tints of Lochmara #14669E
RGB
CMYK
RGB Variations
Color information
#14669E (or 0x14669E) is known color: Lochmara. HEX triplet: 14, 66 and 9E. RGB value is (20,102,158). Sum of RGB (Red+Green+Blue) = 20+102+158=280 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.14% from 280); Green value is 102 (40.23% from 255 or 36.43% from 280); Blue value is 158 (62.11% from 255 or 56.43% from 280); Max value from RGB is 158 - color contains mainly: blue. Hex color #14669E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #14669E is #EB9961. Grayscale: #535353. Windows color (decimal): -15440226 or 10380820. OLE color: 10380820.
HSL color Cylindrical-coordinate representation of color #14669E: hue angle of 204.35º 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 #14669E is Cyan = 0.87, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 20 | 102 | 158 | - |
| CMYK | 0.87 | 0.35 | 0 | 0.38 |
| HSL | 204.35º | 0.78% | 0.35% | - |
| HSV(B) | 204.35º | 0.87% | 0.62% | - |
| XYZ | 11.21 | 12.12 | 34.1 | - |
| YUV | 83.87 | 169.83 | 82.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 102 | 158 | 0.87 | 0.35 | 0 | 0.38 | 204.35 | 0.78 | 0.35 |
| Hex | 14 | 66 | 9E | 57 | 23 | 0 | 26 | CC | 4E | 23 |
| Octal | 24 | 146 | 236 | 127 | 43 | 0 | 46 | 314 | 116 | 43 |
| Binary | 10100 | 1100110 | 10011110 | 1010111 | 100011 | 0 | 100110 | 11001100 | 1001110 | 100011 |
Color Harmonies of #14669E
Complementary color
Monochromatic Colors of #14669E
Black with #14669E
Text Example
Text Example
White with #14669E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14669E; }
p { color: rgb(20,102,158); }
H1.HeaderClassName
{
color: #14669E;
}
.AnyTagClassName
{
color: #14669E;
}
</style>
background-color css
<style>
a { background-color: #14669E; }
a { background-color: rgb(20,102,158); }
div.DivClassName
{
background-color: #14669E;
}
.BgClassName
{
background-color: #14669E;
}
</style>
border-color css
<style>
span { border-color: #14669E; }
span { border-color: rgb(20,102,158); }
td.TdClassName
{
border-color: #14669E;
}
.TagClassName
{
border-color: #14669E;
}
</style>