Shades of Lochmara #14699D
Tints of Lochmara #14699D
RGB
CMYK
RGB Variations
Color information
#14699D (or 0x14699D) is known color: Lochmara. HEX triplet: 14, 69 and 9D. RGB value is (20,105,157). Sum of RGB (Red+Green+Blue) = 20+105+157=282 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.09% from 282); Green value is 105 (41.41% from 255 or 37.23% from 282); Blue value is 157 (61.72% from 255 or 55.67% from 282); Max value from RGB is 157 - color contains mainly: blue. Hex color #14699D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #14699D is #EB9662. Grayscale: #555555. Windows color (decimal): -15439459 or 10316052. OLE color: 10316052.
HSL color Cylindrical-coordinate representation of color #14699D: hue angle of 202.77º degrees, saturation: 0.77, 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 #14699D is Cyan = 0.87, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 20 | 105 | 157 | - |
| CMYK | 0.87 | 0.33 | 0 | 0.38 |
| HSL | 202.77º | 0.77% | 0.35% | - |
| HSV(B) | 202.77º | 0.87% | 0.62% | - |
| XYZ | 11.43 | 12.69 | 33.74 | - |
| YUV | 85.51 | 168.34 | 81.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 105 | 157 | 0.87 | 0.33 | 0 | 0.38 | 202.77 | 0.77 | 0.35 |
| Hex | 14 | 69 | 9D | 57 | 21 | 0 | 26 | CB | 4D | 23 |
| Octal | 24 | 151 | 235 | 127 | 41 | 0 | 46 | 313 | 115 | 43 |
| Binary | 10100 | 1101001 | 10011101 | 1010111 | 100001 | 0 | 100110 | 11001011 | 1001101 | 100011 |
Color Harmonies of #14699D
Complementary color
Monochromatic Colors of #14699D
Black with #14699D
Text Example
Text Example
White with #14699D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14699D; }
p { color: rgb(20,105,157); }
H1.HeaderClassName
{
color: #14699D;
}
.AnyTagClassName
{
color: #14699D;
}
</style>
background-color css
<style>
a { background-color: #14699D; }
a { background-color: rgb(20,105,157); }
div.DivClassName
{
background-color: #14699D;
}
.BgClassName
{
background-color: #14699D;
}
</style>
border-color css
<style>
span { border-color: #14699D; }
span { border-color: rgb(20,105,157); }
td.TdClassName
{
border-color: #14699D;
}
.TagClassName
{
border-color: #14699D;
}
</style>