Shades of Lochmara #1973AB
Tints of Lochmara #1973AB
RGB
CMYK
RGB Variations
Color information
#1973AB (or 0x1973AB) is known color: Lochmara. HEX triplet: 19, 73 and AB. RGB value is (25,115,171). Sum of RGB (Red+Green+Blue) = 25+115+171=311 (41% of max value = 765). Red value is 25 (10.16% from 255 or 8.04% from 311); Green value is 115 (45.31% from 255 or 36.98% from 311); Blue value is 171 (67.19% from 255 or 54.98% from 311); Max value from RGB is 171 - color contains mainly: blue. Hex color #1973AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1973AB is #E68C54. Grayscale: #5E5E5E. Windows color (decimal): -15109205 or 11236121. OLE color: 11236121.
HSL color Cylindrical-coordinate representation of color #1973AB: hue angle of 203.01º 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 #1973AB is Cyan = 0.85, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 25 | 115 | 171 | - |
| CMYK | 0.85 | 0.33 | 0 | 0.33 |
| HSL | 203.01º | 0.74% | 0.38% | - |
| HSV(B) | 203.01º | 0.85% | 0.67% | - |
| XYZ | 13.88 | 15.41 | 40.77 | - |
| YUV | 94.47 | 171.18 | 78.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 115 | 171 | 0.85 | 0.33 | 0 | 0.33 | 203.01 | 0.74 | 0.38 |
| Hex | 19 | 73 | AB | 55 | 21 | 0 | 21 | CB | 4A | 26 |
| Octal | 31 | 163 | 253 | 125 | 41 | 0 | 41 | 313 | 112 | 46 |
| Binary | 11001 | 1110011 | 10101011 | 1010101 | 100001 | 0 | 100001 | 11001011 | 1001010 | 100110 |
Color Harmonies of #1973AB
Complementary color
Monochromatic Colors of #1973AB
Black with #1973AB
Text Example
Text Example
White with #1973AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1973AB; }
p { color: rgb(25,115,171); }
H1.HeaderClassName
{
color: #1973AB;
}
.AnyTagClassName
{
color: #1973AB;
}
</style>
background-color css
<style>
a { background-color: #1973AB; }
a { background-color: rgb(25,115,171); }
div.DivClassName
{
background-color: #1973AB;
}
.BgClassName
{
background-color: #1973AB;
}
</style>
border-color css
<style>
span { border-color: #1973AB; }
span { border-color: rgb(25,115,171); }
td.TdClassName
{
border-color: #1973AB;
}
.TagClassName
{
border-color: #1973AB;
}
</style>