Shades of Lochmara #1F7598
Tints of Lochmara #1F7598
RGB
CMYK
RGB Variations
Color information
#1F7598 (or 0x1F7598) is known color: Lochmara. HEX triplet: 1F, 75 and 98. RGB value is (31,117,152). Sum of RGB (Red+Green+Blue) = 31+117+152=300 (39% of max value = 765). Red value is 31 (12.5% from 255 or 10.33% from 300); Green value is 117 (46.09% from 255 or 39% from 300); Blue value is 152 (59.77% from 255 or 50.67% from 300); Max value from RGB is 152 - color contains mainly: blue. Hex color #1F7598 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F7598 is #E08A67. Grayscale: #5F5F5F. Windows color (decimal): -14715496 or 9991455. OLE color: 9991455.
HSL color Cylindrical-coordinate representation of color #1F7598: hue angle of 197.36º 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 #1F7598 is Cyan = 0.80, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 31 | 117 | 152 | - |
| CMYK | 0.80 | 0.23 | 0 | 0.40 |
| HSL | 197.36º | 0.66% | 0.36% | - |
| HSV(B) | 197.36º | 0.8% | 0.6% | - |
| XYZ | 12.59 | 15.28 | 31.99 | - |
| YUV | 95.28 | 160.01 | 82.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 117 | 152 | 0.80 | 0.23 | 0 | 0.40 | 197.36 | 0.66 | 0.36 |
| Hex | 1F | 75 | 98 | 50 | 17 | 0 | 28 | C5 | 42 | 24 |
| Octal | 37 | 165 | 230 | 120 | 27 | 0 | 50 | 305 | 102 | 44 |
| Binary | 11111 | 1110101 | 10011000 | 1010000 | 10111 | 0 | 101000 | 11000101 | 1000010 | 100100 |
Color Harmonies of #1F7598
Complementary color
Monochromatic Colors of #1F7598
Black with #1F7598
Text Example
Text Example
White with #1F7598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F7598; }
p { color: rgb(31,117,152); }
H1.HeaderClassName
{
color: #1F7598;
}
.AnyTagClassName
{
color: #1F7598;
}
</style>
background-color css
<style>
a { background-color: #1F7598; }
a { background-color: rgb(31,117,152); }
div.DivClassName
{
background-color: #1F7598;
}
.BgClassName
{
background-color: #1F7598;
}
</style>
border-color css
<style>
span { border-color: #1F7598; }
span { border-color: rgb(31,117,152); }
td.TdClassName
{
border-color: #1F7598;
}
.TagClassName
{
border-color: #1F7598;
}
</style>