Shades of Lochmara #1F7A9E
Tints of Lochmara #1F7A9E
RGB
CMYK
RGB Variations
Color information
#1F7A9E (or 0x1F7A9E) is known color: Lochmara. HEX triplet: 1F, 7A and 9E. RGB value is (31,122,158). Sum of RGB (Red+Green+Blue) = 31+122+158=311 (41% of max value = 765). Red value is 31 (12.5% from 255 or 9.97% from 311); Green value is 122 (48.05% from 255 or 39.23% from 311); Blue value is 158 (62.11% from 255 or 50.80% from 311); Max value from RGB is 158 - color contains mainly: blue. Hex color #1F7A9E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F7A9E is #E08561. Grayscale: #626262. Windows color (decimal): -14714210 or 10385951. OLE color: 10385951.
HSL color Cylindrical-coordinate representation of color #1F7A9E: hue angle of 197.01º degrees, saturation: 0.67, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1F7A9E is Cyan = 0.80, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 31 | 122 | 158 | - |
| CMYK | 0.80 | 0.23 | 0 | 0.38 |
| HSL | 197.01º | 0.67% | 0.37% | - |
| HSV(B) | 197.01º | 0.8% | 0.62% | - |
| XYZ | 13.7 | 16.68 | 34.85 | - |
| YUV | 98.9 | 161.35 | 79.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 122 | 158 | 0.80 | 0.23 | 0 | 0.38 | 197.01 | 0.67 | 0.37 |
| Hex | 1F | 7A | 9E | 50 | 17 | 0 | 26 | C5 | 43 | 25 |
| Octal | 37 | 172 | 236 | 120 | 27 | 0 | 46 | 305 | 103 | 45 |
| Binary | 11111 | 1111010 | 10011110 | 1010000 | 10111 | 0 | 100110 | 11000101 | 1000011 | 100101 |
Color Harmonies of #1F7A9E
Complementary color
Monochromatic Colors of #1F7A9E
Black with #1F7A9E
Text Example
Text Example
White with #1F7A9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F7A9E; }
p { color: rgb(31,122,158); }
H1.HeaderClassName
{
color: #1F7A9E;
}
.AnyTagClassName
{
color: #1F7A9E;
}
</style>
background-color css
<style>
a { background-color: #1F7A9E; }
a { background-color: rgb(31,122,158); }
div.DivClassName
{
background-color: #1F7A9E;
}
.BgClassName
{
background-color: #1F7A9E;
}
</style>
border-color css
<style>
span { border-color: #1F7A9E; }
span { border-color: rgb(31,122,158); }
td.TdClassName
{
border-color: #1F7A9E;
}
.TagClassName
{
border-color: #1F7A9E;
}
</style>