Shades of Lochmara #14679C
Tints of Lochmara #14679C
RGB
CMYK
RGB Variations
Color information
#14679C (or 0x14679C) is known color: Lochmara. HEX triplet: 14, 67 and 9C. RGB value is (20,103,156). Sum of RGB (Red+Green+Blue) = 20+103+156=279 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.17% from 279); Green value is 103 (40.62% from 255 or 36.92% from 279); Blue value is 156 (61.33% from 255 or 55.91% from 279); Max value from RGB is 156 - color contains mainly: blue. Hex color #14679C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #14679C is #EB9863. Grayscale: #535353. Windows color (decimal): -15439972 or 10250004. OLE color: 10250004.
HSL color Cylindrical-coordinate representation of color #14679C: hue angle of 203.38º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #14679C is Cyan = 0.87, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 20 | 103 | 156 | - |
| CMYK | 0.87 | 0.34 | 0 | 0.39 |
| HSL | 203.38º | 0.77% | 0.35% | - |
| HSV(B) | 203.38º | 0.87% | 0.61% | - |
| XYZ | 11.14 | 12.25 | 33.23 | - |
| YUV | 84.23 | 168.5 | 82.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 103 | 156 | 0.87 | 0.34 | 0 | 0.39 | 203.38 | 0.77 | 0.35 |
| Hex | 14 | 67 | 9C | 57 | 22 | 0 | 27 | CB | 4D | 23 |
| Octal | 24 | 147 | 234 | 127 | 42 | 0 | 47 | 313 | 115 | 43 |
| Binary | 10100 | 1100111 | 10011100 | 1010111 | 100010 | 0 | 100111 | 11001011 | 1001101 | 100011 |
Color Harmonies of #14679C
Complementary color
Monochromatic Colors of #14679C
Black with #14679C
Text Example
Text Example
White with #14679C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14679C; }
p { color: rgb(20,103,156); }
H1.HeaderClassName
{
color: #14679C;
}
.AnyTagClassName
{
color: #14679C;
}
</style>
background-color css
<style>
a { background-color: #14679C; }
a { background-color: rgb(20,103,156); }
div.DivClassName
{
background-color: #14679C;
}
.BgClassName
{
background-color: #14679C;
}
</style>
border-color css
<style>
span { border-color: #14679C; }
span { border-color: rgb(20,103,156); }
td.TdClassName
{
border-color: #14679C;
}
.TagClassName
{
border-color: #14679C;
}
</style>