Shades of Lochmara #1971AB
Tints of Lochmara #1971AB
RGB
CMYK
RGB Variations
Color information
#1971AB (or 0x1971AB) is known color: Lochmara. HEX triplet: 19, 71 and AB. RGB value is (25,113,171). Sum of RGB (Red+Green+Blue) = 25+113+171=309 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.09% from 309); Green value is 113 (44.53% from 255 or 36.57% from 309); Blue value is 171 (67.19% from 255 or 55.34% from 309); Max value from RGB is 171 - color contains mainly: blue. Hex color #1971AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1971AB is #E68E54. Grayscale: #5C5C5C. Windows color (decimal): -15109717 or 11235609. OLE color: 11235609.
HSL color Cylindrical-coordinate representation of color #1971AB: hue angle of 203.84º 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 #1971AB is Cyan = 0.85, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 25 | 113 | 171 | - |
| CMYK | 0.85 | 0.34 | 0 | 0.33 |
| HSL | 203.84º | 0.74% | 0.38% | - |
| HSV(B) | 203.84º | 0.85% | 0.67% | - |
| XYZ | 13.66 | 14.96 | 40.7 | - |
| YUV | 93.3 | 171.85 | 79.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 113 | 171 | 0.85 | 0.34 | 0 | 0.33 | 203.84 | 0.74 | 0.38 |
| Hex | 19 | 71 | AB | 55 | 22 | 0 | 21 | CC | 4A | 26 |
| Octal | 31 | 161 | 253 | 125 | 42 | 0 | 41 | 314 | 112 | 46 |
| Binary | 11001 | 1110001 | 10101011 | 1010101 | 100010 | 0 | 100001 | 11001100 | 1001010 | 100110 |
Color Harmonies of #1971AB
Complementary color
Monochromatic Colors of #1971AB
Black with #1971AB
Text Example
Text Example
White with #1971AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1971AB; }
p { color: rgb(25,113,171); }
H1.HeaderClassName
{
color: #1971AB;
}
.AnyTagClassName
{
color: #1971AB;
}
</style>
background-color css
<style>
a { background-color: #1971AB; }
a { background-color: rgb(25,113,171); }
div.DivClassName
{
background-color: #1971AB;
}
.BgClassName
{
background-color: #1971AB;
}
</style>
border-color css
<style>
span { border-color: #1971AB; }
span { border-color: rgb(25,113,171); }
td.TdClassName
{
border-color: #1971AB;
}
.TagClassName
{
border-color: #1971AB;
}
</style>