Shades of Denim #1F65AD
Tints of Denim #1F65AD
RGB
CMYK
RGB Variations
Color information
#1F65AD (or 0x1F65AD) is known color: Denim. HEX triplet: 1F, 65 and AD. RGB value is (31,101,173). Sum of RGB (Red+Green+Blue) = 31+101+173=305 (40% of max value = 765). Red value is 31 (12.5% from 255 or 10.16% from 305); Green value is 101 (39.84% from 255 or 33.11% from 305); Blue value is 173 (67.97% from 255 or 56.72% from 305); Max value from RGB is 173 - color contains mainly: blue. Hex color #1F65AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F65AD is #E09A52. Grayscale: #575757. Windows color (decimal): -14719571 or 11363615. OLE color: 11363615.
HSL color Cylindrical-coordinate representation of color #1F65AD: hue angle of 210.42º 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 #1F65AD is Cyan = 0.82, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 31 | 101 | 173 | - |
| CMYK | 0.82 | 0.42 | 0 | 0.32 |
| HSL | 210.42º | 0.7% | 0.4% | - |
| HSV(B) | 210.42º | 0.82% | 0.68% | - |
| XYZ | 12.76 | 12.62 | 41.3 | - |
| YUV | 88.28 | 175.81 | 87.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 101 | 173 | 0.82 | 0.42 | 0 | 0.32 | 210.42 | 0.7 | 0.4 |
| Hex | 1F | 65 | AD | 52 | 2A | 0 | 20 | D2 | 46 | 28 |
| Octal | 37 | 145 | 255 | 122 | 52 | 0 | 40 | 322 | 106 | 50 |
| Binary | 11111 | 1100101 | 10101101 | 1010010 | 101010 | 0 | 100000 | 11010010 | 1000110 | 101000 |
Color Harmonies of #1F65AD
Complementary color
Monochromatic Colors of #1F65AD
Black with #1F65AD
Text Example
Text Example
White with #1F65AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F65AD; }
p { color: rgb(31,101,173); }
H1.HeaderClassName
{
color: #1F65AD;
}
.AnyTagClassName
{
color: #1F65AD;
}
</style>
background-color css
<style>
a { background-color: #1F65AD; }
a { background-color: rgb(31,101,173); }
div.DivClassName
{
background-color: #1F65AD;
}
.BgClassName
{
background-color: #1F65AD;
}
</style>
border-color css
<style>
span { border-color: #1F65AD; }
span { border-color: rgb(31,101,173); }
td.TdClassName
{
border-color: #1F65AD;
}
.TagClassName
{
border-color: #1F65AD;
}
</style>