Shades of Denim #1F65DB
Tints of Denim #1F65DB
RGB
CMYK
RGB Variations
Color information
#1F65DB (or 0x1F65DB) is known color: Denim. HEX triplet: 1F, 65 and DB. RGB value is (31,101,219). Sum of RGB (Red+Green+Blue) = 31+101+219=351 (46% of max value = 765). Red value is 31 (12.5% from 255 or 8.83% from 351); Green value is 101 (39.84% from 255 or 28.77% from 351); Blue value is 219 (85.94% from 255 or 62.39% from 351); Max value from RGB is 219 - color contains mainly: blue. Hex color #1F65DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F65DB is #E09A24. Grayscale: #5C5C5C. Windows color (decimal): -14719525 or 14378271. OLE color: 14378271.
HSL color Cylindrical-coordinate representation of color #1F65DB: hue angle of 217.66º 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 #1F65DB is Cyan = 0.86, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 31 | 101 | 219 | - |
| CMYK | 0.86 | 0.54 | 0 | 0.14 |
| HSL | 217.66º | 0.75% | 0.49% | - |
| HSV(B) | 217.66º | 0.86% | 0.86% | - |
| XYZ | 18 | 14.71 | 68.91 | - |
| YUV | 93.52 | 198.81 | 83.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 101 | 219 | 0.86 | 0.54 | 0 | 0.14 | 217.66 | 0.75 | 0.49 |
| Hex | 1F | 65 | DB | 56 | 36 | 0 | E | DA | 4B | 31 |
| Octal | 37 | 145 | 333 | 126 | 66 | 0 | 16 | 332 | 113 | 61 |
| Binary | 11111 | 1100101 | 11011011 | 1010110 | 110110 | 0 | 1110 | 11011010 | 1001011 | 110001 |
Color Harmonies of #1F65DB
Complementary color
Monochromatic Colors of #1F65DB
Black with #1F65DB
Text Example
Text Example
White with #1F65DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F65DB; }
p { color: rgb(31,101,219); }
H1.HeaderClassName
{
color: #1F65DB;
}
.AnyTagClassName
{
color: #1F65DB;
}
</style>
background-color css
<style>
a { background-color: #1F65DB; }
a { background-color: rgb(31,101,219); }
div.DivClassName
{
background-color: #1F65DB;
}
.BgClassName
{
background-color: #1F65DB;
}
</style>
border-color css
<style>
span { border-color: #1F65DB; }
span { border-color: rgb(31,101,219); }
td.TdClassName
{
border-color: #1F65DB;
}
.TagClassName
{
border-color: #1F65DB;
}
</style>