Shades of Denim #1F67DD
Tints of Denim #1F67DD
RGB
CMYK
RGB Variations
Color information
#1F67DD (or 0x1F67DD) is known color: Denim. HEX triplet: 1F, 67 and DD. RGB value is (31,103,221). Sum of RGB (Red+Green+Blue) = 31+103+221=355 (47% of max value = 765). Red value is 31 (12.5% from 255 or 8.73% from 355); Green value is 103 (40.62% from 255 or 29.01% from 355); Blue value is 221 (86.72% from 255 or 62.25% from 355); Max value from RGB is 221 - color contains mainly: blue. Hex color #1F67DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F67DD is #E09822. Grayscale: #5E5E5E. Windows color (decimal): -14719011 or 14509855. OLE color: 14509855.
HSL color Cylindrical-coordinate representation of color #1F67DD: hue angle of 217.26º 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 #1F67DD is Cyan = 0.86, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 31 | 103 | 221 | - |
| CMYK | 0.86 | 0.53 | 0 | 0.13 |
| HSL | 217.26º | 0.75% | 0.49% | - |
| HSV(B) | 217.26º | 0.86% | 0.87% | - |
| XYZ | 18.47 | 15.21 | 70.37 | - |
| YUV | 94.92 | 199.15 | 82.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 103 | 221 | 0.86 | 0.53 | 0 | 0.13 | 217.26 | 0.75 | 0.49 |
| Hex | 1F | 67 | DD | 56 | 35 | 0 | D | D9 | 4B | 31 |
| Octal | 37 | 147 | 335 | 126 | 65 | 0 | 15 | 331 | 113 | 61 |
| Binary | 11111 | 1100111 | 11011101 | 1010110 | 110101 | 0 | 1101 | 11011001 | 1001011 | 110001 |
Color Harmonies of #1F67DD
Complementary color
Monochromatic Colors of #1F67DD
Black with #1F67DD
Text Example
Text Example
White with #1F67DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F67DD; }
p { color: rgb(31,103,221); }
H1.HeaderClassName
{
color: #1F67DD;
}
.AnyTagClassName
{
color: #1F67DD;
}
</style>
background-color css
<style>
a { background-color: #1F67DD; }
a { background-color: rgb(31,103,221); }
div.DivClassName
{
background-color: #1F67DD;
}
.BgClassName
{
background-color: #1F67DD;
}
</style>
border-color css
<style>
span { border-color: #1F67DD; }
span { border-color: rgb(31,103,221); }
td.TdClassName
{
border-color: #1F67DD;
}
.TagClassName
{
border-color: #1F67DD;
}
</style>