Shades of Lochmara #14679D
Tints of Lochmara #14679D
RGB
CMYK
RGB Variations
Color information
#14679D (or 0x14679D) is known color: Lochmara. HEX triplet: 14, 67 and 9D. RGB value is (20,103,157). Sum of RGB (Red+Green+Blue) = 20+103+157=280 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.14% from 280); Green value is 103 (40.62% from 255 or 36.79% from 280); Blue value is 157 (61.72% from 255 or 56.07% from 280); Max value from RGB is 157 - color contains mainly: blue. Hex color #14679D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #14679D is #EB9862. Grayscale: #545454. Windows color (decimal): -15439971 or 10315540. OLE color: 10315540.
HSL color Cylindrical-coordinate representation of color #14679D: hue angle of 203.65º 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 #14679D is Cyan = 0.87, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 20 | 103 | 157 | - |
| CMYK | 0.87 | 0.34 | 0 | 0.38 |
| HSL | 203.65º | 0.77% | 0.35% | - |
| HSV(B) | 203.65º | 0.87% | 0.62% | - |
| XYZ | 11.22 | 12.28 | 33.68 | - |
| YUV | 84.34 | 169 | 82.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 103 | 157 | 0.87 | 0.34 | 0 | 0.38 | 203.65 | 0.77 | 0.35 |
| Hex | 14 | 67 | 9D | 57 | 22 | 0 | 26 | CC | 4D | 23 |
| Octal | 24 | 147 | 235 | 127 | 42 | 0 | 46 | 314 | 115 | 43 |
| Binary | 10100 | 1100111 | 10011101 | 1010111 | 100010 | 0 | 100110 | 11001100 | 1001101 | 100011 |
Color Harmonies of #14679D
Complementary color
Monochromatic Colors of #14679D
Black with #14679D
Text Example
Text Example
White with #14679D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14679D; }
p { color: rgb(20,103,157); }
H1.HeaderClassName
{
color: #14679D;
}
.AnyTagClassName
{
color: #14679D;
}
</style>
background-color css
<style>
a { background-color: #14679D; }
a { background-color: rgb(20,103,157); }
div.DivClassName
{
background-color: #14679D;
}
.BgClassName
{
background-color: #14679D;
}
</style>
border-color css
<style>
span { border-color: #14679D; }
span { border-color: rgb(20,103,157); }
td.TdClassName
{
border-color: #14679D;
}
.TagClassName
{
border-color: #14679D;
}
</style>