Shades of Denim #1F64DD
Tints of Denim #1F64DD
RGB
CMYK
RGB Variations
Color information
#1F64DD (or 0x1F64DD) is known color: Denim. HEX triplet: 1F, 64 and DD. RGB value is (31,100,221). Sum of RGB (Red+Green+Blue) = 31+100+221=352 (46% of max value = 765). Red value is 31 (12.5% from 255 or 8.81% from 352); Green value is 100 (39.45% from 255 or 28.41% from 352); Blue value is 221 (86.72% from 255 or 62.78% from 352); Max value from RGB is 221 - color contains mainly: blue. Hex color #1F64DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F64DD is #E09B22. Grayscale: #5C5C5C. Windows color (decimal): -14719779 or 14509087. OLE color: 14509087.
HSL color Cylindrical-coordinate representation of color #1F64DD: hue angle of 218.21º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1F64DD is Cyan = 0.86, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 31 | 100 | 221 | - |
| CMYK | 0.86 | 0.55 | 0 | 0.13 |
| HSL | 218.21º | 0.75% | 0.49% | - |
| HSV(B) | 218.21º | 0.86% | 0.87% | - |
| XYZ | 18.17 | 14.63 | 70.27 | - |
| YUV | 93.16 | 200.14 | 83.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 100 | 221 | 0.86 | 0.55 | 0 | 0.13 | 218.21 | 0.75 | 0.49 |
| Hex | 1F | 64 | DD | 56 | 37 | 0 | D | DA | 4B | 31 |
| Octal | 37 | 144 | 335 | 126 | 67 | 0 | 15 | 332 | 113 | 61 |
| Binary | 11111 | 1100100 | 11011101 | 1010110 | 110111 | 0 | 1101 | 11011010 | 1001011 | 110001 |
Color Harmonies of #1F64DD
Complementary color
Monochromatic Colors of #1F64DD
Black with #1F64DD
Text Example
Text Example
White with #1F64DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F64DD; }
p { color: rgb(31,100,221); }
H1.HeaderClassName
{
color: #1F64DD;
}
.AnyTagClassName
{
color: #1F64DD;
}
</style>
background-color css
<style>
a { background-color: #1F64DD; }
a { background-color: rgb(31,100,221); }
div.DivClassName
{
background-color: #1F64DD;
}
.BgClassName
{
background-color: #1F64DD;
}
</style>
border-color css
<style>
span { border-color: #1F64DD; }
span { border-color: rgb(31,100,221); }
td.TdClassName
{
border-color: #1F64DD;
}
.TagClassName
{
border-color: #1F64DD;
}
</style>