Shades of Denim #1F65CF
Tints of Denim #1F65CF
RGB
CMYK
RGB Variations
Color information
#1F65CF (or 0x1F65CF) is known color: Denim. HEX triplet: 1F, 65 and CF. RGB value is (31,101,207). Sum of RGB (Red+Green+Blue) = 31+101+207=339 (44% of max value = 765). Red value is 31 (12.5% from 255 or 9.14% from 339); Green value is 101 (39.84% from 255 or 29.79% from 339); Blue value is 207 (81.25% from 255 or 61.06% from 339); Max value from RGB is 207 - color contains mainly: blue. Hex color #1F65CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F65CF is #E09A30. Grayscale: #5B5B5B. Windows color (decimal): -14719537 or 13591839. OLE color: 13591839.
HSL color Cylindrical-coordinate representation of color #1F65CF: hue angle of 216.14º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1F65CF is Cyan = 0.85, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 31 | 101 | 207 | - |
| CMYK | 0.85 | 0.51 | 0 | 0.19 |
| HSL | 216.14º | 0.74% | 0.47% | - |
| HSV(B) | 216.14º | 0.85% | 0.81% | - |
| XYZ | 16.48 | 14.1 | 60.89 | - |
| YUV | 92.15 | 192.81 | 84.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 101 | 207 | 0.85 | 0.51 | 0 | 0.19 | 216.14 | 0.74 | 0.47 |
| Hex | 1F | 65 | CF | 55 | 33 | 0 | 13 | D8 | 4A | 2F |
| Octal | 37 | 145 | 317 | 125 | 63 | 0 | 23 | 330 | 112 | 57 |
| Binary | 11111 | 1100101 | 11001111 | 1010101 | 110011 | 0 | 10011 | 11011000 | 1001010 | 101111 |
Color Harmonies of #1F65CF
Complementary color
Monochromatic Colors of #1F65CF
Black with #1F65CF
Text Example
Text Example
White with #1F65CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F65CF; }
p { color: rgb(31,101,207); }
H1.HeaderClassName
{
color: #1F65CF;
}
.AnyTagClassName
{
color: #1F65CF;
}
</style>
background-color css
<style>
a { background-color: #1F65CF; }
a { background-color: rgb(31,101,207); }
div.DivClassName
{
background-color: #1F65CF;
}
.BgClassName
{
background-color: #1F65CF;
}
</style>
border-color css
<style>
span { border-color: #1F65CF; }
span { border-color: rgb(31,101,207); }
td.TdClassName
{
border-color: #1F65CF;
}
.TagClassName
{
border-color: #1F65CF;
}
</style>