Shades of Denim #1F62CF
Tints of Denim #1F62CF
RGB
CMYK
RGB Variations
Color information
#1F62CF (or 0x1F62CF) is known color: Denim. HEX triplet: 1F, 62 and CF. RGB value is (31,98,207). Sum of RGB (Red+Green+Blue) = 31+98+207=336 (44% of max value = 765). Red value is 31 (12.5% from 255 or 9.23% from 336); Green value is 98 (38.67% from 255 or 29.17% from 336); Blue value is 207 (81.25% from 255 or 61.61% from 336); Max value from RGB is 207 - color contains mainly: blue. Hex color #1F62CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F62CF is #E09D30. Grayscale: #595959. Windows color (decimal): -14720305 or 13591071. OLE color: 13591071.
HSL color Cylindrical-coordinate representation of color #1F62CF: hue angle of 217.16º 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 #1F62CF is Cyan = 0.85, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 31 | 98 | 207 | - |
| CMYK | 0.85 | 0.53 | 0 | 0.19 |
| HSL | 217.16º | 0.74% | 0.47% | - |
| HSV(B) | 217.16º | 0.85% | 0.81% | - |
| XYZ | 16.2 | 13.53 | 60.79 | - |
| YUV | 90.39 | 193.8 | 85.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 98 | 207 | 0.85 | 0.53 | 0 | 0.19 | 217.16 | 0.74 | 0.47 |
| Hex | 1F | 62 | CF | 55 | 35 | 0 | 13 | D9 | 4A | 2F |
| Octal | 37 | 142 | 317 | 125 | 65 | 0 | 23 | 331 | 112 | 57 |
| Binary | 11111 | 1100010 | 11001111 | 1010101 | 110101 | 0 | 10011 | 11011001 | 1001010 | 101111 |
Color Harmonies of #1F62CF
Complementary color
Monochromatic Colors of #1F62CF
Black with #1F62CF
Text Example
Text Example
White with #1F62CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F62CF; }
p { color: rgb(31,98,207); }
H1.HeaderClassName
{
color: #1F62CF;
}
.AnyTagClassName
{
color: #1F62CF;
}
</style>
background-color css
<style>
a { background-color: #1F62CF; }
a { background-color: rgb(31,98,207); }
div.DivClassName
{
background-color: #1F62CF;
}
.BgClassName
{
background-color: #1F62CF;
}
</style>
border-color css
<style>
span { border-color: #1F62CF; }
span { border-color: rgb(31,98,207); }
td.TdClassName
{
border-color: #1F62CF;
}
.TagClassName
{
border-color: #1F62CF;
}
</style>