Shades of Lochmara #1F6599
Tints of Lochmara #1F6599
RGB
CMYK
RGB Variations
Color information
#1F6599 (or 0x1F6599) is known color: Lochmara. HEX triplet: 1F, 65 and 99. RGB value is (31,101,153). Sum of RGB (Red+Green+Blue) = 31+101+153=285 (37% of max value = 765). Red value is 31 (12.5% from 255 or 10.88% from 285); Green value is 101 (39.84% from 255 or 35.44% from 285); Blue value is 153 (60.16% from 255 or 53.68% from 285); Max value from RGB is 153 - color contains mainly: blue. Hex color #1F6599 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F6599 is #E09A66. Grayscale: #555555. Windows color (decimal): -14719591 or 10052895. OLE color: 10052895.
HSL color Cylindrical-coordinate representation of color #1F6599: hue angle of 205.57º 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 #1F6599 is Cyan = 0.80, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 31 | 101 | 153 | - |
| CMYK | 0.80 | 0.34 | 0 | 0.4 |
| HSL | 205.57º | 0.66% | 0.36% | - |
| HSV(B) | 205.57º | 0.8% | 0.6% | - |
| XYZ | 10.97 | 11.9 | 31.86 | - |
| YUV | 86 | 165.81 | 88.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 101 | 153 | 0.80 | 0.34 | 0 | 0.4 | 205.57 | 0.66 | 0.36 |
| Hex | 1F | 65 | 99 | 50 | 22 | 0 | 28 | CE | 42 | 24 |
| Octal | 37 | 145 | 231 | 120 | 42 | 0 | 50 | 316 | 102 | 44 |
| Binary | 11111 | 1100101 | 10011001 | 1010000 | 100010 | 0 | 101000 | 11001110 | 1000010 | 100100 |
Color Harmonies of #1F6599
Complementary color
Monochromatic Colors of #1F6599
Black with #1F6599
Text Example
Text Example
White with #1F6599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F6599; }
p { color: rgb(31,101,153); }
H1.HeaderClassName
{
color: #1F6599;
}
.AnyTagClassName
{
color: #1F6599;
}
</style>
background-color css
<style>
a { background-color: #1F6599; }
a { background-color: rgb(31,101,153); }
div.DivClassName
{
background-color: #1F6599;
}
.BgClassName
{
background-color: #1F6599;
}
</style>
border-color css
<style>
span { border-color: #1F6599; }
span { border-color: rgb(31,101,153); }
td.TdClassName
{
border-color: #1F6599;
}
.TagClassName
{
border-color: #1F6599;
}
</style>