Shades of Lochmara #1F6797
Tints of Lochmara #1F6797
RGB
CMYK
RGB Variations
Color information
#1F6797 (or 0x1F6797) is known color: Lochmara. HEX triplet: 1F, 67 and 97. RGB value is (31,103,151). Sum of RGB (Red+Green+Blue) = 31+103+151=285 (37% of max value = 765). Red value is 31 (12.5% from 255 or 10.88% from 285); Green value is 103 (40.62% from 255 or 36.14% from 285); Blue value is 151 (59.38% from 255 or 52.98% from 285); Max value from RGB is 151 - color contains mainly: blue. Hex color #1F6797 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F6797 is #E09868. Grayscale: #565656. Windows color (decimal): -14719081 or 9922335. OLE color: 9922335.
HSL color Cylindrical-coordinate representation of color #1F6797: hue angle of 204º 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 #1F6797 is Cyan = 0.79, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 31 | 103 | 151 | - |
| CMYK | 0.79 | 0.32 | 0 | 0.41 |
| HSL | 204º | 0.66% | 0.36% | - |
| HSV(B) | 204º | 0.79% | 0.59% | - |
| XYZ | 11 | 12.23 | 31.06 | - |
| YUV | 86.94 | 164.15 | 88.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 103 | 151 | 0.79 | 0.32 | 0 | 0.41 | 204 | 0.66 | 0.36 |
| Hex | 1F | 67 | 97 | 4F | 20 | 0 | 29 | CC | 42 | 24 |
| Octal | 37 | 147 | 227 | 117 | 40 | 0 | 51 | 314 | 102 | 44 |
| Binary | 11111 | 1100111 | 10010111 | 1001111 | 100000 | 0 | 101001 | 11001100 | 1000010 | 100100 |
Color Harmonies of #1F6797
Complementary color
Monochromatic Colors of #1F6797
Black with #1F6797
Text Example
Text Example
White with #1F6797
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F6797; }
p { color: rgb(31,103,151); }
H1.HeaderClassName
{
color: #1F6797;
}
.AnyTagClassName
{
color: #1F6797;
}
</style>
background-color css
<style>
a { background-color: #1F6797; }
a { background-color: rgb(31,103,151); }
div.DivClassName
{
background-color: #1F6797;
}
.BgClassName
{
background-color: #1F6797;
}
</style>
border-color css
<style>
span { border-color: #1F6797; }
span { border-color: rgb(31,103,151); }
td.TdClassName
{
border-color: #1F6797;
}
.TagClassName
{
border-color: #1F6797;
}
</style>