Shades of Lochmara #1F76AD
Tints of Lochmara #1F76AD
RGB
CMYK
RGB Variations
Color information
#1F76AD (or 0x1F76AD) is known color: Lochmara. HEX triplet: 1F, 76 and AD. RGB value is (31,118,173). Sum of RGB (Red+Green+Blue) = 31+118+173=322 (42% of max value = 765). Red value is 31 (12.5% from 255 or 9.63% from 322); Green value is 118 (46.48% from 255 or 36.65% from 322); Blue value is 173 (67.97% from 255 or 53.73% from 322); Max value from RGB is 173 - color contains mainly: blue. Hex color #1F76AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F76AD is #E08952. Grayscale: #616161. Windows color (decimal): -14715219 or 11367967. OLE color: 11367967.
HSL color Cylindrical-coordinate representation of color #1F76AD: hue angle of 203.24º 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 #1F76AD is Cyan = 0.82, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 31 | 118 | 173 | - |
| CMYK | 0.82 | 0.32 | 0 | 0.32 |
| HSL | 203.24º | 0.7% | 0.4% | - |
| HSV(B) | 203.24º | 0.82% | 0.68% | - |
| XYZ | 14.59 | 16.27 | 41.91 | - |
| YUV | 98.26 | 170.18 | 80.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 118 | 173 | 0.82 | 0.32 | 0 | 0.32 | 203.24 | 0.7 | 0.4 |
| Hex | 1F | 76 | AD | 52 | 20 | 0 | 20 | CB | 46 | 28 |
| Octal | 37 | 166 | 255 | 122 | 40 | 0 | 40 | 313 | 106 | 50 |
| Binary | 11111 | 1110110 | 10101101 | 1010010 | 100000 | 0 | 100000 | 11001011 | 1000110 | 101000 |
Color Harmonies of #1F76AD
Complementary color
Monochromatic Colors of #1F76AD
Black with #1F76AD
Text Example
Text Example
White with #1F76AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F76AD; }
p { color: rgb(31,118,173); }
H1.HeaderClassName
{
color: #1F76AD;
}
.AnyTagClassName
{
color: #1F76AD;
}
</style>
background-color css
<style>
a { background-color: #1F76AD; }
a { background-color: rgb(31,118,173); }
div.DivClassName
{
background-color: #1F76AD;
}
.BgClassName
{
background-color: #1F76AD;
}
</style>
border-color css
<style>
span { border-color: #1F76AD; }
span { border-color: rgb(31,118,173); }
td.TdClassName
{
border-color: #1F76AD;
}
.TagClassName
{
border-color: #1F76AD;
}
</style>