Shades of Lochmara #1F7599
Tints of Lochmara #1F7599
RGB
CMYK
RGB Variations
Color information
#1F7599 (or 0x1F7599) is known color: Lochmara. HEX triplet: 1F, 75 and 99. RGB value is (31,117,153). Sum of RGB (Red+Green+Blue) = 31+117+153=301 (39% of max value = 765). Red value is 31 (12.5% from 255 or 10.30% from 301); Green value is 117 (46.09% from 255 or 38.87% from 301); Blue value is 153 (60.16% from 255 or 50.83% from 301); Max value from RGB is 153 - color contains mainly: blue. Hex color #1F7599 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F7599 is #E08A66. Grayscale: #5F5F5F. Windows color (decimal): -14715495 or 10056991. OLE color: 10056991.
HSL color Cylindrical-coordinate representation of color #1F7599: hue angle of 197.7º 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 #1F7599 is Cyan = 0.80, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 31 | 117 | 153 | - |
| CMYK | 0.80 | 0.24 | 0 | 0.4 |
| HSL | 197.7º | 0.66% | 0.36% | - |
| HSV(B) | 197.7º | 0.8% | 0.6% | - |
| XYZ | 12.68 | 15.31 | 32.42 | - |
| YUV | 95.39 | 160.51 | 82.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 117 | 153 | 0.80 | 0.24 | 0 | 0.4 | 197.7 | 0.66 | 0.36 |
| Hex | 1F | 75 | 99 | 50 | 18 | 0 | 28 | C6 | 42 | 24 |
| Octal | 37 | 165 | 231 | 120 | 30 | 0 | 50 | 306 | 102 | 44 |
| Binary | 11111 | 1110101 | 10011001 | 1010000 | 11000 | 0 | 101000 | 11000110 | 1000010 | 100100 |
Color Harmonies of #1F7599
Complementary color
Monochromatic Colors of #1F7599
Black with #1F7599
Text Example
Text Example
White with #1F7599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F7599; }
p { color: rgb(31,117,153); }
H1.HeaderClassName
{
color: #1F7599;
}
.AnyTagClassName
{
color: #1F7599;
}
</style>
background-color css
<style>
a { background-color: #1F7599; }
a { background-color: rgb(31,117,153); }
div.DivClassName
{
background-color: #1F7599;
}
.BgClassName
{
background-color: #1F7599;
}
</style>
border-color css
<style>
span { border-color: #1F7599; }
span { border-color: rgb(31,117,153); }
td.TdClassName
{
border-color: #1F7599;
}
.TagClassName
{
border-color: #1F7599;
}
</style>