Shades of Lochmara #1F7399
Tints of Lochmara #1F7399
RGB
CMYK
RGB Variations
Color information
#1F7399 (or 0x1F7399) is known color: Lochmara. HEX triplet: 1F, 73 and 99. RGB value is (31,115,153). Sum of RGB (Red+Green+Blue) = 31+115+153=299 (39% of max value = 765). Red value is 31 (12.5% from 255 or 10.37% from 299); Green value is 115 (45.31% from 255 or 38.46% from 299); Blue value is 153 (60.16% from 255 or 51.17% from 299); Max value from RGB is 153 - color contains mainly: blue. Hex color #1F7399 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F7399 is #E08C66. Grayscale: #5D5D5D. Windows color (decimal): -14716007 or 10056479. OLE color: 10056479.
HSL color Cylindrical-coordinate representation of color #1F7399: hue angle of 198.69º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1F7399 is Cyan = 0.80, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 31 | 115 | 153 | - |
| CMYK | 0.80 | 0.25 | 0 | 0.4 |
| HSL | 198.69º | 0.66% | 0.36% | - |
| HSV(B) | 198.69º | 0.8% | 0.6% | - |
| XYZ | 12.45 | 14.85 | 32.35 | - |
| YUV | 94.22 | 161.17 | 82.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 115 | 153 | 0.80 | 0.25 | 0 | 0.4 | 198.69 | 0.66 | 0.36 |
| Hex | 1F | 73 | 99 | 50 | 19 | 0 | 28 | C7 | 42 | 24 |
| Octal | 37 | 163 | 231 | 120 | 31 | 0 | 50 | 307 | 102 | 44 |
| Binary | 11111 | 1110011 | 10011001 | 1010000 | 11001 | 0 | 101000 | 11000111 | 1000010 | 100100 |
Color Harmonies of #1F7399
Complementary color
Monochromatic Colors of #1F7399
Black with #1F7399
Text Example
Text Example
White with #1F7399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F7399; }
p { color: rgb(31,115,153); }
H1.HeaderClassName
{
color: #1F7399;
}
.AnyTagClassName
{
color: #1F7399;
}
</style>
background-color css
<style>
a { background-color: #1F7399; }
a { background-color: rgb(31,115,153); }
div.DivClassName
{
background-color: #1F7399;
}
.BgClassName
{
background-color: #1F7399;
}
</style>
border-color css
<style>
span { border-color: #1F7399; }
span { border-color: rgb(31,115,153); }
td.TdClassName
{
border-color: #1F7399;
}
.TagClassName
{
border-color: #1F7399;
}
</style>