Shades of Lochmara #1F7997
Tints of Lochmara #1F7997
RGB
CMYK
RGB Variations
Color information
#1F7997 (or 0x1F7997) is known color: Lochmara. HEX triplet: 1F, 79 and 97. RGB value is (31,121,151). Sum of RGB (Red+Green+Blue) = 31+121+151=303 (40% of max value = 765). Red value is 31 (12.5% from 255 or 10.23% from 303); Green value is 121 (47.66% from 255 or 39.93% from 303); Blue value is 151 (59.38% from 255 or 49.83% from 303); Max value from RGB is 151 - color contains mainly: blue. Hex color #1F7997 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F7997 is #E08668. Grayscale: #616161. Windows color (decimal): -14714473 or 9926943. OLE color: 9926943.
HSL color Cylindrical-coordinate representation of color #1F7997: hue angle of 195º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1F7997 is Cyan = 0.79, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 31 | 121 | 151 | - |
| CMYK | 0.79 | 0.20 | 0 | 0.41 |
| HSL | 195º | 0.66% | 0.36% | - |
| HSV(B) | 195º | 0.79% | 0.59% | - |
| XYZ | 12.99 | 16.2 | 31.72 | - |
| YUV | 97.51 | 158.18 | 80.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 121 | 151 | 0.79 | 0.20 | 0 | 0.41 | 195 | 0.66 | 0.36 |
| Hex | 1F | 79 | 97 | 4F | 14 | 0 | 29 | C3 | 42 | 24 |
| Octal | 37 | 171 | 227 | 117 | 24 | 0 | 51 | 303 | 102 | 44 |
| Binary | 11111 | 1111001 | 10010111 | 1001111 | 10100 | 0 | 101001 | 11000011 | 1000010 | 100100 |
Color Harmonies of #1F7997
Complementary color
Monochromatic Colors of #1F7997
Black with #1F7997
Text Example
Text Example
White with #1F7997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F7997; }
p { color: rgb(31,121,151); }
H1.HeaderClassName
{
color: #1F7997;
}
.AnyTagClassName
{
color: #1F7997;
}
</style>
background-color css
<style>
a { background-color: #1F7997; }
a { background-color: rgb(31,121,151); }
div.DivClassName
{
background-color: #1F7997;
}
.BgClassName
{
background-color: #1F7997;
}
</style>
border-color css
<style>
span { border-color: #1F7997; }
span { border-color: rgb(31,121,151); }
td.TdClassName
{
border-color: #1F7997;
}
.TagClassName
{
border-color: #1F7997;
}
</style>