Shades of Lochmara #1F659F
Tints of Lochmara #1F659F
RGB
CMYK
RGB Variations
Color information
#1F659F (or 0x1F659F) is known color: Lochmara. HEX triplet: 1F, 65 and 9F. RGB value is (31,101,159). Sum of RGB (Red+Green+Blue) = 31+101+159=291 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.65% from 291); Green value is 101 (39.84% from 255 or 34.71% from 291); Blue value is 159 (62.5% from 255 or 54.64% from 291); Max value from RGB is 159 - color contains mainly: blue. Hex color #1F659F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F659F is #E09A60. Grayscale: #565656. Windows color (decimal): -14719585 or 10446111. OLE color: 10446111.
HSL color Cylindrical-coordinate representation of color #1F659F: hue angle of 207.19º degrees, saturation: 0.67, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1F659F is Cyan = 0.81, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 31 | 101 | 159 | - |
| CMYK | 0.81 | 0.36 | 0 | 0.38 |
| HSL | 207.19º | 0.67% | 0.37% | - |
| HSV(B) | 207.19º | 0.81% | 0.62% | - |
| XYZ | 11.48 | 12.1 | 34.53 | - |
| YUV | 86.68 | 168.81 | 88.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 101 | 159 | 0.81 | 0.36 | 0 | 0.38 | 207.19 | 0.67 | 0.37 |
| Hex | 1F | 65 | 9F | 51 | 24 | 0 | 26 | CF | 43 | 25 |
| Octal | 37 | 145 | 237 | 121 | 44 | 0 | 46 | 317 | 103 | 45 |
| Binary | 11111 | 1100101 | 10011111 | 1010001 | 100100 | 0 | 100110 | 11001111 | 1000011 | 100101 |
Color Harmonies of #1F659F
Complementary color
Monochromatic Colors of #1F659F
Black with #1F659F
Text Example
Text Example
White with #1F659F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F659F; }
p { color: rgb(31,101,159); }
H1.HeaderClassName
{
color: #1F659F;
}
.AnyTagClassName
{
color: #1F659F;
}
</style>
background-color css
<style>
a { background-color: #1F659F; }
a { background-color: rgb(31,101,159); }
div.DivClassName
{
background-color: #1F659F;
}
.BgClassName
{
background-color: #1F659F;
}
</style>
border-color css
<style>
span { border-color: #1F659F; }
span { border-color: rgb(31,101,159); }
td.TdClassName
{
border-color: #1F659F;
}
.TagClassName
{
border-color: #1F659F;
}
</style>