Shades of Lochmara #1F739B
Tints of Lochmara #1F739B
RGB
CMYK
RGB Variations
Color information
#1F739B (or 0x1F739B) is known color: Lochmara. HEX triplet: 1F, 73 and 9B. RGB value is (31,115,155). Sum of RGB (Red+Green+Blue) = 31+115+155=301 (39% of max value = 765). Red value is 31 (12.5% from 255 or 10.30% from 301); Green value is 115 (45.31% from 255 or 38.21% from 301); Blue value is 155 (60.94% from 255 or 51.50% from 301); Max value from RGB is 155 - color contains mainly: blue. Hex color #1F739B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F739B is #E08C64. Grayscale: #5E5E5E. Windows color (decimal): -14716005 or 10187551. OLE color: 10187551.
HSL color Cylindrical-coordinate representation of color #1F739B: hue angle of 199.35º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1F739B is Cyan = 0.8, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 31 | 115 | 155 | - |
| CMYK | 0.8 | 0.26 | 0 | 0.39 |
| HSL | 199.35º | 0.67% | 0.36% | - |
| HSV(B) | 199.35º | 0.8% | 0.61% | - |
| XYZ | 12.61 | 14.92 | 33.23 | - |
| YUV | 94.44 | 162.17 | 82.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 115 | 155 | 0.8 | 0.26 | 0 | 0.39 | 199.35 | 0.67 | 0.36 |
| Hex | 1F | 73 | 9B | 50 | 1A | 0 | 27 | C7 | 43 | 24 |
| Octal | 37 | 163 | 233 | 120 | 32 | 0 | 47 | 307 | 103 | 44 |
| Binary | 11111 | 1110011 | 10011011 | 1010000 | 11010 | 0 | 100111 | 11000111 | 1000011 | 100100 |
Color Harmonies of #1F739B
Complementary color
Monochromatic Colors of #1F739B
Black with #1F739B
Text Example
Text Example
White with #1F739B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F739B; }
p { color: rgb(31,115,155); }
H1.HeaderClassName
{
color: #1F739B;
}
.AnyTagClassName
{
color: #1F739B;
}
</style>
background-color css
<style>
a { background-color: #1F739B; }
a { background-color: rgb(31,115,155); }
div.DivClassName
{
background-color: #1F739B;
}
.BgClassName
{
background-color: #1F739B;
}
</style>
border-color css
<style>
span { border-color: #1F739B; }
span { border-color: rgb(31,115,155); }
td.TdClassName
{
border-color: #1F739B;
}
.TagClassName
{
border-color: #1F739B;
}
</style>