Shades of Lochmara #1F72AD
Tints of Lochmara #1F72AD
RGB
CMYK
RGB Variations
Color information
#1F72AD (or 0x1F72AD) is known color: Lochmara. HEX triplet: 1F, 72 and AD. RGB value is (31,114,173). Sum of RGB (Red+Green+Blue) = 31+114+173=318 (42% of max value = 765). Red value is 31 (12.5% from 255 or 9.75% from 318); Green value is 114 (44.92% from 255 or 35.85% from 318); Blue value is 173 (67.97% from 255 or 54.40% from 318); Max value from RGB is 173 - color contains mainly: blue. Hex color #1F72AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F72AD is #E08D52. Grayscale: #5F5F5F. Windows color (decimal): -14716243 or 11366943. OLE color: 11366943.
HSL color Cylindrical-coordinate representation of color #1F72AD: hue angle of 204.93º 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 #1F72AD is Cyan = 0.82, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 31 | 114 | 173 | - |
| CMYK | 0.82 | 0.34 | 0 | 0.32 |
| HSL | 204.93º | 0.7% | 0.4% | - |
| HSV(B) | 204.93º | 0.82% | 0.68% | - |
| XYZ | 14.13 | 15.34 | 41.75 | - |
| YUV | 95.91 | 171.5 | 81.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 114 | 173 | 0.82 | 0.34 | 0 | 0.32 | 204.93 | 0.7 | 0.4 |
| Hex | 1F | 72 | AD | 52 | 22 | 0 | 20 | CD | 46 | 28 |
| Octal | 37 | 162 | 255 | 122 | 42 | 0 | 40 | 315 | 106 | 50 |
| Binary | 11111 | 1110010 | 10101101 | 1010010 | 100010 | 0 | 100000 | 11001101 | 1000110 | 101000 |
Color Harmonies of #1F72AD
Complementary color
Monochromatic Colors of #1F72AD
Black with #1F72AD
Text Example
Text Example
White with #1F72AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F72AD; }
p { color: rgb(31,114,173); }
H1.HeaderClassName
{
color: #1F72AD;
}
.AnyTagClassName
{
color: #1F72AD;
}
</style>
background-color css
<style>
a { background-color: #1F72AD; }
a { background-color: rgb(31,114,173); }
div.DivClassName
{
background-color: #1F72AD;
}
.BgClassName
{
background-color: #1F72AD;
}
</style>
border-color css
<style>
span { border-color: #1F72AD; }
span { border-color: rgb(31,114,173); }
td.TdClassName
{
border-color: #1F72AD;
}
.TagClassName
{
border-color: #1F72AD;
}
</style>