Shades of Lochmara #1F749B
Tints of Lochmara #1F749B
RGB
CMYK
RGB Variations
Color information
#1F749B (or 0x1F749B) is known color: Lochmara. HEX triplet: 1F, 74 and 9B. RGB value is (31,116,155). Sum of RGB (Red+Green+Blue) = 31+116+155=302 (40% of max value = 765). Red value is 31 (12.5% from 255 or 10.26% from 302); Green value is 116 (45.70% from 255 or 38.41% from 302); Blue value is 155 (60.94% from 255 or 51.32% from 302); Max value from RGB is 155 - color contains mainly: blue. Hex color #1F749B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F749B is #E08B64. Grayscale: #5E5E5E. Windows color (decimal): -14715749 or 10187807. OLE color: 10187807.
HSL color Cylindrical-coordinate representation of color #1F749B: hue angle of 198.87º 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 #1F749B is Cyan = 0.8, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 31 | 116 | 155 | - |
| CMYK | 0.8 | 0.25 | 0 | 0.39 |
| HSL | 198.87º | 0.67% | 0.36% | - |
| HSV(B) | 198.87º | 0.8% | 0.61% | - |
| XYZ | 12.73 | 15.15 | 33.26 | - |
| YUV | 95.03 | 161.84 | 82.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 116 | 155 | 0.8 | 0.25 | 0 | 0.39 | 198.87 | 0.67 | 0.36 |
| Hex | 1F | 74 | 9B | 50 | 19 | 0 | 27 | C7 | 43 | 24 |
| Octal | 37 | 164 | 233 | 120 | 31 | 0 | 47 | 307 | 103 | 44 |
| Binary | 11111 | 1110100 | 10011011 | 1010000 | 11001 | 0 | 100111 | 11000111 | 1000011 | 100100 |
Color Harmonies of #1F749B
Complementary color
Monochromatic Colors of #1F749B
Black with #1F749B
Text Example
Text Example
White with #1F749B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F749B; }
p { color: rgb(31,116,155); }
H1.HeaderClassName
{
color: #1F749B;
}
.AnyTagClassName
{
color: #1F749B;
}
</style>
background-color css
<style>
a { background-color: #1F749B; }
a { background-color: rgb(31,116,155); }
div.DivClassName
{
background-color: #1F749B;
}
.BgClassName
{
background-color: #1F749B;
}
</style>
border-color css
<style>
span { border-color: #1F749B; }
span { border-color: rgb(31,116,155); }
td.TdClassName
{
border-color: #1F749B;
}
.TagClassName
{
border-color: #1F749B;
}
</style>