Shades of Lochmara #1F6899
Tints of Lochmara #1F6899
RGB
CMYK
RGB Variations
Color information
#1F6899 (or 0x1F6899) is known color: Lochmara. HEX triplet: 1F, 68 and 99. RGB value is (31,104,153). Sum of RGB (Red+Green+Blue) = 31+104+153=288 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.76% from 288); Green value is 104 (41.02% from 255 or 36.11% from 288); Blue value is 153 (60.16% from 255 or 53.12% from 288); Max value from RGB is 153 - color contains mainly: blue. Hex color #1F6899 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F6899 is #E09766. Grayscale: #575757. Windows color (decimal): -14718823 or 10053663. OLE color: 10053663.
HSL color Cylindrical-coordinate representation of color #1F6899: hue angle of 204.1º 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 #1F6899 is Cyan = 0.80, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 31 | 104 | 153 | - |
| CMYK | 0.80 | 0.32 | 0 | 0.4 |
| HSL | 204.1º | 0.66% | 0.36% | - |
| HSV(B) | 204.1º | 0.8% | 0.6% | - |
| XYZ | 11.27 | 12.49 | 31.95 | - |
| YUV | 87.76 | 164.82 | 87.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 104 | 153 | 0.80 | 0.32 | 0 | 0.4 | 204.1 | 0.66 | 0.36 |
| Hex | 1F | 68 | 99 | 50 | 20 | 0 | 28 | CC | 42 | 24 |
| Octal | 37 | 150 | 231 | 120 | 40 | 0 | 50 | 314 | 102 | 44 |
| Binary | 11111 | 1101000 | 10011001 | 1010000 | 100000 | 0 | 101000 | 11001100 | 1000010 | 100100 |
Color Harmonies of #1F6899
Complementary color
Monochromatic Colors of #1F6899
Black with #1F6899
Text Example
Text Example
White with #1F6899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F6899; }
p { color: rgb(31,104,153); }
H1.HeaderClassName
{
color: #1F6899;
}
.AnyTagClassName
{
color: #1F6899;
}
</style>
background-color css
<style>
a { background-color: #1F6899; }
a { background-color: rgb(31,104,153); }
div.DivClassName
{
background-color: #1F6899;
}
.BgClassName
{
background-color: #1F6899;
}
</style>
border-color css
<style>
span { border-color: #1F6899; }
span { border-color: rgb(31,104,153); }
td.TdClassName
{
border-color: #1F6899;
}
.TagClassName
{
border-color: #1F6899;
}
</style>