Shades of Lochmara #1973A9
Tints of Lochmara #1973A9
RGB
CMYK
RGB Variations
Color information
#1973A9 (or 0x1973A9) is known color: Lochmara. HEX triplet: 19, 73 and A9. RGB value is (25,115,169). Sum of RGB (Red+Green+Blue) = 25+115+169=309 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.09% from 309); Green value is 115 (45.31% from 255 or 37.22% from 309); Blue value is 169 (66.41% from 255 or 54.69% from 309); Max value from RGB is 169 - color contains mainly: blue. Hex color #1973A9 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1973A9 is #E68C56. Grayscale: #5D5D5D. Windows color (decimal): -15109207 or 11105049. OLE color: 11105049.
HSL color Cylindrical-coordinate representation of color #1973A9: hue angle of 202.5º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1973A9 is Cyan = 0.85, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 25 | 115 | 169 | - |
| CMYK | 0.85 | 0.32 | 0 | 0.34 |
| HSL | 202.5º | 0.74% | 0.38% | - |
| HSV(B) | 202.5º | 0.85% | 0.66% | - |
| XYZ | 13.69 | 15.33 | 39.77 | - |
| YUV | 94.25 | 170.18 | 78.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 115 | 169 | 0.85 | 0.32 | 0 | 0.34 | 202.5 | 0.74 | 0.38 |
| Hex | 19 | 73 | A9 | 55 | 20 | 0 | 22 | CA | 4A | 26 |
| Octal | 31 | 163 | 251 | 125 | 40 | 0 | 42 | 312 | 112 | 46 |
| Binary | 11001 | 1110011 | 10101001 | 1010101 | 100000 | 0 | 100010 | 11001010 | 1001010 | 100110 |
Color Harmonies of #1973A9
Complementary color
Monochromatic Colors of #1973A9
Black with #1973A9
Text Example
Text Example
White with #1973A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1973A9; }
p { color: rgb(25,115,169); }
H1.HeaderClassName
{
color: #1973A9;
}
.AnyTagClassName
{
color: #1973A9;
}
</style>
background-color css
<style>
a { background-color: #1973A9; }
a { background-color: rgb(25,115,169); }
div.DivClassName
{
background-color: #1973A9;
}
.BgClassName
{
background-color: #1973A9;
}
</style>
border-color css
<style>
span { border-color: #1973A9; }
span { border-color: rgb(25,115,169); }
td.TdClassName
{
border-color: #1973A9;
}
.TagClassName
{
border-color: #1973A9;
}
</style>