Shades of Lochmara #1973AA
Tints of Lochmara #1973AA
RGB
CMYK
RGB Variations
Color information
#1973AA (or 0x1973AA) is known color: Lochmara. HEX triplet: 19, 73 and AA. RGB value is (25,115,170). Sum of RGB (Red+Green+Blue) = 25+115+170=310 (41% of max value = 765). Red value is 25 (10.16% from 255 or 8.06% from 310); Green value is 115 (45.31% from 255 or 37.10% from 310); Blue value is 170 (66.80% from 255 or 54.84% from 310); Max value from RGB is 170 - color contains mainly: blue. Hex color #1973AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1973AA is #E68C55. Grayscale: #5E5E5E. Windows color (decimal): -15109206 or 11170585. OLE color: 11170585.
HSL color Cylindrical-coordinate representation of color #1973AA: hue angle of 202.76º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1973AA is Cyan = 0.85, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 25 | 115 | 170 | - |
| CMYK | 0.85 | 0.32 | 0 | 0.33 |
| HSL | 202.76º | 0.74% | 0.38% | - |
| HSV(B) | 202.76º | 0.85% | 0.67% | - |
| XYZ | 13.79 | 15.37 | 40.27 | - |
| YUV | 94.36 | 170.68 | 78.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 115 | 170 | 0.85 | 0.32 | 0 | 0.33 | 202.76 | 0.74 | 0.38 |
| Hex | 19 | 73 | AA | 55 | 20 | 0 | 21 | CB | 4A | 26 |
| Octal | 31 | 163 | 252 | 125 | 40 | 0 | 41 | 313 | 112 | 46 |
| Binary | 11001 | 1110011 | 10101010 | 1010101 | 100000 | 0 | 100001 | 11001011 | 1001010 | 100110 |
Color Harmonies of #1973AA
Complementary color
Monochromatic Colors of #1973AA
Black with #1973AA
Text Example
Text Example
White with #1973AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1973AA; }
p { color: rgb(25,115,170); }
H1.HeaderClassName
{
color: #1973AA;
}
.AnyTagClassName
{
color: #1973AA;
}
</style>
background-color css
<style>
a { background-color: #1973AA; }
a { background-color: rgb(25,115,170); }
div.DivClassName
{
background-color: #1973AA;
}
.BgClassName
{
background-color: #1973AA;
}
</style>
border-color css
<style>
span { border-color: #1973AA; }
span { border-color: rgb(25,115,170); }
td.TdClassName
{
border-color: #1973AA;
}
.TagClassName
{
border-color: #1973AA;
}
</style>