Shades of Denim #1F62AD
Tints of Denim #1F62AD
RGB
CMYK
RGB Variations
Color information
#1F62AD (or 0x1F62AD) is known color: Denim. HEX triplet: 1F, 62 and AD. RGB value is (31,98,173). Sum of RGB (Red+Green+Blue) = 31+98+173=302 (40% of max value = 765). Red value is 31 (12.5% from 255 or 10.26% from 302); Green value is 98 (38.67% from 255 or 32.45% from 302); Blue value is 173 (67.97% from 255 or 57.28% from 302); Max value from RGB is 173 - color contains mainly: blue. Hex color #1F62AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F62AD is #E09D52. Grayscale: #565656. Windows color (decimal): -14720339 or 11362847. OLE color: 11362847.
HSL color Cylindrical-coordinate representation of color #1F62AD: hue angle of 211.69º 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 #1F62AD is Cyan = 0.82, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 31 | 98 | 173 | - |
| CMYK | 0.82 | 0.43 | 0 | 0.32 |
| HSL | 211.69º | 0.7% | 0.4% | - |
| HSV(B) | 211.69º | 0.82% | 0.68% | - |
| XYZ | 12.48 | 12.04 | 41.2 | - |
| YUV | 86.52 | 176.8 | 88.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 98 | 173 | 0.82 | 0.43 | 0 | 0.32 | 211.69 | 0.7 | 0.4 |
| Hex | 1F | 62 | AD | 52 | 2B | 0 | 20 | D4 | 46 | 28 |
| Octal | 37 | 142 | 255 | 122 | 53 | 0 | 40 | 324 | 106 | 50 |
| Binary | 11111 | 1100010 | 10101101 | 1010010 | 101011 | 0 | 100000 | 11010100 | 1000110 | 101000 |
Color Harmonies of #1F62AD
Complementary color
Monochromatic Colors of #1F62AD
Black with #1F62AD
Text Example
Text Example
White with #1F62AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F62AD; }
p { color: rgb(31,98,173); }
H1.HeaderClassName
{
color: #1F62AD;
}
.AnyTagClassName
{
color: #1F62AD;
}
</style>
background-color css
<style>
a { background-color: #1F62AD; }
a { background-color: rgb(31,98,173); }
div.DivClassName
{
background-color: #1F62AD;
}
.BgClassName
{
background-color: #1F62AD;
}
</style>
border-color css
<style>
span { border-color: #1F62AD; }
span { border-color: rgb(31,98,173); }
td.TdClassName
{
border-color: #1F62AD;
}
.TagClassName
{
border-color: #1F62AD;
}
</style>