Shades of Denim #1F63AD
Tints of Denim #1F63AD
RGB
CMYK
RGB Variations
Color information
#1F63AD (or 0x1F63AD) is known color: Denim. HEX triplet: 1F, 63 and AD. RGB value is (31,99,173). Sum of RGB (Red+Green+Blue) = 31+99+173=303 (40% of max value = 765). Red value is 31 (12.5% from 255 or 10.23% from 303); Green value is 99 (39.06% from 255 or 32.67% from 303); Blue value is 173 (67.97% from 255 or 57.10% from 303); Max value from RGB is 173 - color contains mainly: blue. Hex color #1F63AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F63AD is #E09C52. Grayscale: #565656. Windows color (decimal): -14720083 or 11363103. OLE color: 11363103.
HSL color Cylindrical-coordinate representation of color #1F63AD: hue angle of 211.27º 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 #1F63AD is Cyan = 0.82, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 31 | 99 | 173 | - |
| CMYK | 0.82 | 0.43 | 0 | 0.32 |
| HSL | 211.27º | 0.7% | 0.4% | - |
| HSV(B) | 211.27º | 0.82% | 0.68% | - |
| XYZ | 12.57 | 12.23 | 41.23 | - |
| YUV | 87.1 | 176.47 | 87.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 99 | 173 | 0.82 | 0.43 | 0 | 0.32 | 211.27 | 0.7 | 0.4 |
| Hex | 1F | 63 | AD | 52 | 2B | 0 | 20 | D3 | 46 | 28 |
| Octal | 37 | 143 | 255 | 122 | 53 | 0 | 40 | 323 | 106 | 50 |
| Binary | 11111 | 1100011 | 10101101 | 1010010 | 101011 | 0 | 100000 | 11010011 | 1000110 | 101000 |
Color Harmonies of #1F63AD
Complementary color
Monochromatic Colors of #1F63AD
Black with #1F63AD
Text Example
Text Example
White with #1F63AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F63AD; }
p { color: rgb(31,99,173); }
H1.HeaderClassName
{
color: #1F63AD;
}
.AnyTagClassName
{
color: #1F63AD;
}
</style>
background-color css
<style>
a { background-color: #1F63AD; }
a { background-color: rgb(31,99,173); }
div.DivClassName
{
background-color: #1F63AD;
}
.BgClassName
{
background-color: #1F63AD;
}
</style>
border-color css
<style>
span { border-color: #1F63AD; }
span { border-color: rgb(31,99,173); }
td.TdClassName
{
border-color: #1F63AD;
}
.TagClassName
{
border-color: #1F63AD;
}
</style>