Shades of Lochmara #1F74AE
Tints of Lochmara #1F74AE
RGB
CMYK
RGB Variations
Color information
#1F74AE (or 0x1F74AE) is known color: Lochmara. HEX triplet: 1F, 74 and AE. RGB value is (31,116,174). Sum of RGB (Red+Green+Blue) = 31+116+174=321 (42% of max value = 765). Red value is 31 (12.5% from 255 or 9.66% from 321); Green value is 116 (45.70% from 255 or 36.14% from 321); Blue value is 174 (68.36% from 255 or 54.21% from 321); Max value from RGB is 174 - color contains mainly: blue. Hex color #1F74AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F74AE is #E08B51. Grayscale: #606060. Windows color (decimal): -14715730 or 11432991. OLE color: 11432991.
HSL color Cylindrical-coordinate representation of color #1F74AE: hue angle of 204.34º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1F74AE is Cyan = 0.82, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 31 | 116 | 174 | - |
| CMYK | 0.82 | 0.33 | 0 | 0.32 |
| HSL | 204.34º | 0.7% | 0.4% | - |
| HSV(B) | 204.34º | 0.82% | 0.68% | - |
| XYZ | 14.45 | 15.84 | 42.34 | - |
| YUV | 97.2 | 171.34 | 80.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 116 | 174 | 0.82 | 0.33 | 0 | 0.32 | 204.34 | 0.7 | 0.4 |
| Hex | 1F | 74 | AE | 52 | 21 | 0 | 20 | CC | 46 | 28 |
| Octal | 37 | 164 | 256 | 122 | 41 | 0 | 40 | 314 | 106 | 50 |
| Binary | 11111 | 1110100 | 10101110 | 1010010 | 100001 | 0 | 100000 | 11001100 | 1000110 | 101000 |
Color Harmonies of #1F74AE
Complementary color
Monochromatic Colors of #1F74AE
Black with #1F74AE
Text Example
Text Example
White with #1F74AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F74AE; }
p { color: rgb(31,116,174); }
H1.HeaderClassName
{
color: #1F74AE;
}
.AnyTagClassName
{
color: #1F74AE;
}
</style>
background-color css
<style>
a { background-color: #1F74AE; }
a { background-color: rgb(31,116,174); }
div.DivClassName
{
background-color: #1F74AE;
}
.BgClassName
{
background-color: #1F74AE;
}
</style>
border-color css
<style>
span { border-color: #1F74AE; }
span { border-color: rgb(31,116,174); }
td.TdClassName
{
border-color: #1F74AE;
}
.TagClassName
{
border-color: #1F74AE;
}
</style>