Shades of Lochmara #1871AA
Tints of Lochmara #1871AA
RGB
CMYK
RGB Variations
Color information
#1871AA (or 0x1871AA) is known color: Lochmara. HEX triplet: 18, 71 and AA. RGB value is (24,113,170). Sum of RGB (Red+Green+Blue) = 24+113+170=307 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.82% from 307); Green value is 113 (44.53% from 255 or 36.81% from 307); Blue value is 170 (66.80% from 255 or 55.37% from 307); Max value from RGB is 170 - color contains mainly: blue. Hex color #1871AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1871AA is #E78E55. Grayscale: #5C5C5C. Windows color (decimal): -15175254 or 11170072. OLE color: 11170072.
HSL color Cylindrical-coordinate representation of color #1871AA: hue angle of 203.42º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1871AA is Cyan = 0.86, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 24 | 113 | 170 | - |
| CMYK | 0.86 | 0.34 | 0 | 0.33 |
| HSL | 203.42º | 0.75% | 0.38% | - |
| HSV(B) | 203.42º | 0.86% | 0.67% | - |
| XYZ | 13.54 | 14.91 | 40.19 | - |
| YUV | 92.89 | 171.51 | 78.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 113 | 170 | 0.86 | 0.34 | 0 | 0.33 | 203.42 | 0.75 | 0.38 |
| Hex | 18 | 71 | AA | 56 | 22 | 0 | 21 | CB | 4B | 26 |
| Octal | 30 | 161 | 252 | 126 | 42 | 0 | 41 | 313 | 113 | 46 |
| Binary | 11000 | 1110001 | 10101010 | 1010110 | 100010 | 0 | 100001 | 11001011 | 1001011 | 100110 |
Color Harmonies of #1871AA
Complementary color
Monochromatic Colors of #1871AA
Black with #1871AA
Text Example
Text Example
White with #1871AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1871AA; }
p { color: rgb(24,113,170); }
H1.HeaderClassName
{
color: #1871AA;
}
.AnyTagClassName
{
color: #1871AA;
}
</style>
background-color css
<style>
a { background-color: #1871AA; }
a { background-color: rgb(24,113,170); }
div.DivClassName
{
background-color: #1871AA;
}
.BgClassName
{
background-color: #1871AA;
}
</style>
border-color css
<style>
span { border-color: #1871AA; }
span { border-color: rgb(24,113,170); }
td.TdClassName
{
border-color: #1871AA;
}
.TagClassName
{
border-color: #1871AA;
}
</style>