Shades of Lochmara #1F71AD
Tints of Lochmara #1F71AD
RGB
CMYK
RGB Variations
Color information
#1F71AD (or 0x1F71AD) is known color: Lochmara. HEX triplet: 1F, 71 and AD. RGB value is (31,113,173). Sum of RGB (Red+Green+Blue) = 31+113+173=317 (41% of max value = 765). Red value is 31 (12.5% from 255 or 9.78% from 317); Green value is 113 (44.53% from 255 or 35.65% from 317); Blue value is 173 (67.97% from 255 or 54.57% from 317); Max value from RGB is 173 - color contains mainly: blue. Hex color #1F71AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F71AD is #E08E52. Grayscale: #5F5F5F. Windows color (decimal): -14716499 or 11366687. OLE color: 11366687.
HSL color Cylindrical-coordinate representation of color #1F71AD: hue angle of 205.35º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1F71AD is Cyan = 0.82, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 31 | 113 | 173 | - |
| CMYK | 0.82 | 0.35 | 0 | 0.32 |
| HSL | 205.35º | 0.7% | 0.4% | - |
| HSV(B) | 205.35º | 0.82% | 0.68% | - |
| XYZ | 14.01 | 15.12 | 41.71 | - |
| YUV | 95.32 | 171.83 | 82.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 113 | 173 | 0.82 | 0.35 | 0 | 0.32 | 205.35 | 0.7 | 0.4 |
| Hex | 1F | 71 | AD | 52 | 23 | 0 | 20 | CD | 46 | 28 |
| Octal | 37 | 161 | 255 | 122 | 43 | 0 | 40 | 315 | 106 | 50 |
| Binary | 11111 | 1110001 | 10101101 | 1010010 | 100011 | 0 | 100000 | 11001101 | 1000110 | 101000 |
Color Harmonies of #1F71AD
Complementary color
Monochromatic Colors of #1F71AD
Black with #1F71AD
Text Example
Text Example
White with #1F71AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F71AD; }
p { color: rgb(31,113,173); }
H1.HeaderClassName
{
color: #1F71AD;
}
.AnyTagClassName
{
color: #1F71AD;
}
</style>
background-color css
<style>
a { background-color: #1F71AD; }
a { background-color: rgb(31,113,173); }
div.DivClassName
{
background-color: #1F71AD;
}
.BgClassName
{
background-color: #1F71AD;
}
</style>
border-color css
<style>
span { border-color: #1F71AD; }
span { border-color: rgb(31,113,173); }
td.TdClassName
{
border-color: #1F71AD;
}
.TagClassName
{
border-color: #1F71AD;
}
</style>