Shades of Denim #1F67DC
Tints of Denim #1F67DC
RGB
CMYK
RGB Variations
Color information
#1F67DC (or 0x1F67DC) is known color: Denim. HEX triplet: 1F, 67 and DC. RGB value is (31,103,220). Sum of RGB (Red+Green+Blue) = 31+103+220=354 (46% of max value = 765). Red value is 31 (12.5% from 255 or 8.76% from 354); Green value is 103 (40.62% from 255 or 29.10% from 354); Blue value is 220 (86.33% from 255 or 62.15% from 354); Max value from RGB is 220 - color contains mainly: blue. Hex color #1F67DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F67DC is #E09823. Grayscale: #5E5E5E. Windows color (decimal): -14719012 or 14444319. OLE color: 14444319.
HSL color Cylindrical-coordinate representation of color #1F67DC: hue angle of 217.14º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1F67DC is Cyan = 0.86, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 31 | 103 | 220 | - |
| CMYK | 0.86 | 0.53 | 0 | 0.14 |
| HSL | 217.14º | 0.75% | 0.49% | - |
| HSV(B) | 217.14º | 0.86% | 0.86% | - |
| XYZ | 18.33 | 15.16 | 69.67 | - |
| YUV | 94.81 | 198.65 | 82.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 103 | 220 | 0.86 | 0.53 | 0 | 0.14 | 217.14 | 0.75 | 0.49 |
| Hex | 1F | 67 | DC | 56 | 35 | 0 | E | D9 | 4B | 31 |
| Octal | 37 | 147 | 334 | 126 | 65 | 0 | 16 | 331 | 113 | 61 |
| Binary | 11111 | 1100111 | 11011100 | 1010110 | 110101 | 0 | 1110 | 11011001 | 1001011 | 110001 |
Color Harmonies of #1F67DC
Complementary color
Monochromatic Colors of #1F67DC
Black with #1F67DC
Text Example
Text Example
White with #1F67DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F67DC; }
p { color: rgb(31,103,220); }
H1.HeaderClassName
{
color: #1F67DC;
}
.AnyTagClassName
{
color: #1F67DC;
}
</style>
background-color css
<style>
a { background-color: #1F67DC; }
a { background-color: rgb(31,103,220); }
div.DivClassName
{
background-color: #1F67DC;
}
.BgClassName
{
background-color: #1F67DC;
}
</style>
border-color css
<style>
span { border-color: #1F67DC; }
span { border-color: rgb(31,103,220); }
td.TdClassName
{
border-color: #1F67DC;
}
.TagClassName
{
border-color: #1F67DC;
}
</style>