Shades of Lochmara #1F78AD
Tints of Lochmara #1F78AD
RGB
CMYK
RGB Variations
Color information
#1F78AD (or 0x1F78AD) is known color: Lochmara. HEX triplet: 1F, 78 and AD. RGB value is (31,120,173). Sum of RGB (Red+Green+Blue) = 31+120+173=324 (42% of max value = 765). Red value is 31 (12.5% from 255 or 9.57% from 324); Green value is 120 (47.27% from 255 or 37.04% from 324); Blue value is 173 (67.97% from 255 or 53.40% from 324); Max value from RGB is 173 - color contains mainly: blue. Hex color #1F78AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F78AD is #E08752. Grayscale: #636363. Windows color (decimal): -14714707 or 11368479. OLE color: 11368479.
HSL color Cylindrical-coordinate representation of color #1F78AD: hue angle of 202.39º 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 #1F78AD is Cyan = 0.82, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 31 | 120 | 173 | - |
| CMYK | 0.82 | 0.31 | 0 | 0.32 |
| HSL | 202.39º | 0.7% | 0.4% | - |
| HSV(B) | 202.39º | 0.82% | 0.68% | - |
| XYZ | 14.82 | 16.74 | 41.99 | - |
| YUV | 99.43 | 169.51 | 79.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 120 | 173 | 0.82 | 0.31 | 0 | 0.32 | 202.39 | 0.7 | 0.4 |
| Hex | 1F | 78 | AD | 52 | 1F | 0 | 20 | CA | 46 | 28 |
| Octal | 37 | 170 | 255 | 122 | 37 | 0 | 40 | 312 | 106 | 50 |
| Binary | 11111 | 1111000 | 10101101 | 1010010 | 11111 | 0 | 100000 | 11001010 | 1000110 | 101000 |
Color Harmonies of #1F78AD
Complementary color
Monochromatic Colors of #1F78AD
Black with #1F78AD
Text Example
Text Example
White with #1F78AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F78AD; }
p { color: rgb(31,120,173); }
H1.HeaderClassName
{
color: #1F78AD;
}
.AnyTagClassName
{
color: #1F78AD;
}
</style>
background-color css
<style>
a { background-color: #1F78AD; }
a { background-color: rgb(31,120,173); }
div.DivClassName
{
background-color: #1F78AD;
}
.BgClassName
{
background-color: #1F78AD;
}
</style>
border-color css
<style>
span { border-color: #1F78AD; }
span { border-color: rgb(31,120,173); }
td.TdClassName
{
border-color: #1F78AD;
}
.TagClassName
{
border-color: #1F78AD;
}
</style>