Shades of Lochmara #1F5FA3
Tints of Lochmara #1F5FA3
RGB
CMYK
RGB Variations
Color information
#1F5FA3 (or 0x1F5FA3) is known color: Lochmara. HEX triplet: 1F, 5F and A3. RGB value is (31,95,163). Sum of RGB (Red+Green+Blue) = 31+95+163=289 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.73% from 289); Green value is 95 (37.5% from 255 or 32.87% from 289); Blue value is 163 (64.06% from 255 or 56.40% from 289); Max value from RGB is 163 - color contains mainly: blue. Hex color #1F5FA3 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F5FA3 is #E0A05C. Grayscale: #535353. Windows color (decimal): -14721117 or 10706719. OLE color: 10706719.
HSL color Cylindrical-coordinate representation of color #1F5FA3: hue angle of 210.91º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1F5FA3 is Cyan = 0.81, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 31 | 95 | 163 | - |
| CMYK | 0.81 | 0.42 | 0 | 0.36 |
| HSL | 210.91º | 0.68% | 0.38% | - |
| HSV(B) | 210.91º | 0.81% | 0.64% | - |
| XYZ | 11.27 | 11.12 | 36.2 | - |
| YUV | 83.62 | 172.8 | 90.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 95 | 163 | 0.81 | 0.42 | 0 | 0.36 | 210.91 | 0.68 | 0.38 |
| Hex | 1F | 5F | A3 | 51 | 2A | 0 | 24 | D3 | 44 | 26 |
| Octal | 37 | 137 | 243 | 121 | 52 | 0 | 44 | 323 | 104 | 46 |
| Binary | 11111 | 1011111 | 10100011 | 1010001 | 101010 | 0 | 100100 | 11010011 | 1000100 | 100110 |
Color Harmonies of #1F5FA3
Complementary color
Monochromatic Colors of #1F5FA3
Black with #1F5FA3
Text Example
Text Example
White with #1F5FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F5FA3; }
p { color: rgb(31,95,163); }
H1.HeaderClassName
{
color: #1F5FA3;
}
.AnyTagClassName
{
color: #1F5FA3;
}
</style>
background-color css
<style>
a { background-color: #1F5FA3; }
a { background-color: rgb(31,95,163); }
div.DivClassName
{
background-color: #1F5FA3;
}
.BgClassName
{
background-color: #1F5FA3;
}
</style>
border-color css
<style>
span { border-color: #1F5FA3; }
span { border-color: rgb(31,95,163); }
td.TdClassName
{
border-color: #1F5FA3;
}
.TagClassName
{
border-color: #1F5FA3;
}
</style>