Shades of Lochmara #1974AD
Tints of Lochmara #1974AD
RGB
CMYK
RGB Variations
Color information
#1974AD (or 0x1974AD) is known color: Lochmara. HEX triplet: 19, 74 and AD. RGB value is (25,116,173). Sum of RGB (Red+Green+Blue) = 25+116+173=314 (41% of max value = 765). Red value is 25 (10.16% from 255 or 7.96% from 314); Green value is 116 (45.70% from 255 or 36.94% from 314); Blue value is 173 (67.97% from 255 or 55.10% from 314); Max value from RGB is 173 - color contains mainly: blue. Hex color #1974AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1974AD is #E68B52. Grayscale: #5E5E5E. Windows color (decimal): -15108947 or 11367449. OLE color: 11367449.
HSL color Cylindrical-coordinate representation of color #1974AD: hue angle of 203.11º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1974AD is Cyan = 0.86, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 25 | 116 | 173 | - |
| CMYK | 0.86 | 0.33 | 0 | 0.32 |
| HSL | 203.11º | 0.75% | 0.39% | - |
| HSV(B) | 203.11º | 0.86% | 0.68% | - |
| XYZ | 14.19 | 15.71 | 41.82 | - |
| YUV | 95.29 | 171.85 | 77.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 116 | 173 | 0.86 | 0.33 | 0 | 0.32 | 203.11 | 0.75 | 0.39 |
| Hex | 19 | 74 | AD | 56 | 21 | 0 | 20 | CB | 4B | 27 |
| Octal | 31 | 164 | 255 | 126 | 41 | 0 | 40 | 313 | 113 | 47 |
| Binary | 11001 | 1110100 | 10101101 | 1010110 | 100001 | 0 | 100000 | 11001011 | 1001011 | 100111 |
Color Harmonies of #1974AD
Complementary color
Monochromatic Colors of #1974AD
Black with #1974AD
Text Example
Text Example
White with #1974AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1974AD; }
p { color: rgb(25,116,173); }
H1.HeaderClassName
{
color: #1974AD;
}
.AnyTagClassName
{
color: #1974AD;
}
</style>
background-color css
<style>
a { background-color: #1974AD; }
a { background-color: rgb(25,116,173); }
div.DivClassName
{
background-color: #1974AD;
}
.BgClassName
{
background-color: #1974AD;
}
</style>
border-color css
<style>
span { border-color: #1974AD; }
span { border-color: rgb(25,116,173); }
td.TdClassName
{
border-color: #1974AD;
}
.TagClassName
{
border-color: #1974AD;
}
</style>