Shades of Lochmara #1F6E97
Tints of Lochmara #1F6E97
RGB
CMYK
RGB Variations
Color information
#1F6E97 (or 0x1F6E97) is known color: Lochmara. HEX triplet: 1F, 6E and 97. RGB value is (31,110,151). Sum of RGB (Red+Green+Blue) = 31+110+151=292 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.62% from 292); Green value is 110 (43.36% from 255 or 37.67% from 292); Blue value is 151 (59.38% from 255 or 51.71% from 292); Max value from RGB is 151 - color contains mainly: blue. Hex color #1F6E97 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F6E97 is #E09168. Grayscale: #5A5A5A. Windows color (decimal): -14717289 or 9924127. OLE color: 9924127.
HSL color Cylindrical-coordinate representation of color #1F6E97: hue angle of 200.5º 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 #1F6E97 is Cyan = 0.79, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 31 | 110 | 151 | - |
| CMYK | 0.79 | 0.27 | 0 | 0.41 |
| HSL | 200.5º | 0.66% | 0.36% | - |
| HSV(B) | 200.5º | 0.79% | 0.59% | - |
| XYZ | 11.73 | 13.68 | 31.3 | - |
| YUV | 91.05 | 161.83 | 85.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 110 | 151 | 0.79 | 0.27 | 0 | 0.41 | 200.5 | 0.66 | 0.36 |
| Hex | 1F | 6E | 97 | 4F | 1B | 0 | 29 | C8 | 42 | 24 |
| Octal | 37 | 156 | 227 | 117 | 33 | 0 | 51 | 310 | 102 | 44 |
| Binary | 11111 | 1101110 | 10010111 | 1001111 | 11011 | 0 | 101001 | 11001000 | 1000010 | 100100 |
Color Harmonies of #1F6E97
Complementary color
Monochromatic Colors of #1F6E97
Black with #1F6E97
Text Example
Text Example
White with #1F6E97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F6E97; }
p { color: rgb(31,110,151); }
H1.HeaderClassName
{
color: #1F6E97;
}
.AnyTagClassName
{
color: #1F6E97;
}
</style>
background-color css
<style>
a { background-color: #1F6E97; }
a { background-color: rgb(31,110,151); }
div.DivClassName
{
background-color: #1F6E97;
}
.BgClassName
{
background-color: #1F6E97;
}
</style>
border-color css
<style>
span { border-color: #1F6E97; }
span { border-color: rgb(31,110,151); }
td.TdClassName
{
border-color: #1F6E97;
}
.TagClassName
{
border-color: #1F6E97;
}
</style>