Shades of Denim #1F65D0
Tints of Denim #1F65D0
RGB
CMYK
RGB Variations
Color information
#1F65D0 (or 0x1F65D0) is known color: Denim. HEX triplet: 1F, 65 and D0. RGB value is (31,101,208). Sum of RGB (Red+Green+Blue) = 31+101+208=340 (45% of max value = 765). Red value is 31 (12.5% from 255 or 9.12% from 340); Green value is 101 (39.84% from 255 or 29.71% from 340); Blue value is 208 (81.64% from 255 or 61.18% from 340); Max value from RGB is 208 - color contains mainly: blue. Hex color #1F65D0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F65D0 is #E09A2F. Grayscale: #5B5B5B. Windows color (decimal): -14719536 or 13657375. OLE color: 13657375.
HSL color Cylindrical-coordinate representation of color #1F65D0: hue angle of 216.27º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1F65D0 is Cyan = 0.85, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 31 | 101 | 208 | - |
| CMYK | 0.85 | 0.51 | 0 | 0.18 |
| HSL | 216.27º | 0.74% | 0.47% | - |
| HSV(B) | 216.27º | 0.85% | 0.82% | - |
| XYZ | 16.6 | 14.15 | 61.53 | - |
| YUV | 92.27 | 193.31 | 84.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 101 | 208 | 0.85 | 0.51 | 0 | 0.18 | 216.27 | 0.74 | 0.47 |
| Hex | 1F | 65 | D0 | 55 | 33 | 0 | 12 | D8 | 4A | 2F |
| Octal | 37 | 145 | 320 | 125 | 63 | 0 | 22 | 330 | 112 | 57 |
| Binary | 11111 | 1100101 | 11010000 | 1010101 | 110011 | 0 | 10010 | 11011000 | 1001010 | 101111 |
Color Harmonies of #1F65D0
Complementary color
Monochromatic Colors of #1F65D0
Black with #1F65D0
Text Example
Text Example
White with #1F65D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F65D0; }
p { color: rgb(31,101,208); }
H1.HeaderClassName
{
color: #1F65D0;
}
.AnyTagClassName
{
color: #1F65D0;
}
</style>
background-color css
<style>
a { background-color: #1F65D0; }
a { background-color: rgb(31,101,208); }
div.DivClassName
{
background-color: #1F65D0;
}
.BgClassName
{
background-color: #1F65D0;
}
</style>
border-color css
<style>
span { border-color: #1F65D0; }
span { border-color: rgb(31,101,208); }
td.TdClassName
{
border-color: #1F65D0;
}
.TagClassName
{
border-color: #1F65D0;
}
</style>