Shades of Lochmara #1F6895
Tints of Lochmara #1F6895
RGB
CMYK
RGB Variations
Color information
#1F6895 (or 0x1F6895) is known color: Lochmara. HEX triplet: 1F, 68 and 95. RGB value is (31,104,149). Sum of RGB (Red+Green+Blue) = 31+104+149=284 (37% of max value = 765). Red value is 31 (12.5% from 255 or 10.92% from 284); Green value is 104 (41.02% from 255 or 36.62% from 284); Blue value is 149 (58.59% from 255 or 52.46% from 284); Max value from RGB is 149 - color contains mainly: blue. Hex color #1F6895 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F6895 is #E0976A. Grayscale: #575757. Windows color (decimal): -14718827 or 9791519. OLE color: 9791519.
HSL color Cylindrical-coordinate representation of color #1F6895: hue angle of 202.88º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1F6895 is Cyan = 0.79, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 31 | 104 | 149 | - |
| CMYK | 0.79 | 0.30 | 0 | 0.42 |
| HSL | 202.88º | 0.66% | 0.35% | - |
| HSV(B) | 202.88º | 0.79% | 0.58% | - |
| XYZ | 10.94 | 12.36 | 30.24 | - |
| YUV | 87.3 | 162.82 | 87.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 104 | 149 | 0.79 | 0.30 | 0 | 0.42 | 202.88 | 0.66 | 0.35 |
| Hex | 1F | 68 | 95 | 4F | 1E | 0 | 2A | CB | 42 | 23 |
| Octal | 37 | 150 | 225 | 117 | 36 | 0 | 52 | 313 | 102 | 43 |
| Binary | 11111 | 1101000 | 10010101 | 1001111 | 11110 | 0 | 101010 | 11001011 | 1000010 | 100011 |
Color Harmonies of #1F6895
Complementary color
Monochromatic Colors of #1F6895
Black with #1F6895
Text Example
Text Example
White with #1F6895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F6895; }
p { color: rgb(31,104,149); }
H1.HeaderClassName
{
color: #1F6895;
}
.AnyTagClassName
{
color: #1F6895;
}
</style>
background-color css
<style>
a { background-color: #1F6895; }
a { background-color: rgb(31,104,149); }
div.DivClassName
{
background-color: #1F6895;
}
.BgClassName
{
background-color: #1F6895;
}
</style>
border-color css
<style>
span { border-color: #1F6895; }
span { border-color: rgb(31,104,149); }
td.TdClassName
{
border-color: #1F6895;
}
.TagClassName
{
border-color: #1F6895;
}
</style>