Shades of Denim #1F61CF
Tints of Denim #1F61CF
RGB
CMYK
RGB Variations
Color information
#1F61CF (or 0x1F61CF) is known color: Denim. HEX triplet: 1F, 61 and CF. RGB value is (31,97,207). Sum of RGB (Red+Green+Blue) = 31+97+207=335 (44% of max value = 765). Red value is 31 (12.5% from 255 or 9.25% from 335); Green value is 97 (38.28% from 255 or 28.96% from 335); Blue value is 207 (81.25% from 255 or 61.79% from 335); Max value from RGB is 207 - color contains mainly: blue. Hex color #1F61CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F61CF is #E09E30. Grayscale: #595959. Windows color (decimal): -14720561 or 13590815. OLE color: 13590815.
HSL color Cylindrical-coordinate representation of color #1F61CF: hue angle of 217.5º 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 #1F61CF is Cyan = 0.85, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 31 | 97 | 207 | - |
| CMYK | 0.85 | 0.53 | 0 | 0.19 |
| HSL | 217.5º | 0.74% | 0.47% | - |
| HSV(B) | 217.5º | 0.85% | 0.81% | - |
| XYZ | 16.1 | 13.35 | 60.76 | - |
| YUV | 89.81 | 194.13 | 86.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 97 | 207 | 0.85 | 0.53 | 0 | 0.19 | 217.5 | 0.74 | 0.47 |
| Hex | 1F | 61 | CF | 55 | 35 | 0 | 13 | DA | 4A | 2F |
| Octal | 37 | 141 | 317 | 125 | 65 | 0 | 23 | 332 | 112 | 57 |
| Binary | 11111 | 1100001 | 11001111 | 1010101 | 110101 | 0 | 10011 | 11011010 | 1001010 | 101111 |
Color Harmonies of #1F61CF
Complementary color
Monochromatic Colors of #1F61CF
Black with #1F61CF
Text Example
Text Example
White with #1F61CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F61CF; }
p { color: rgb(31,97,207); }
H1.HeaderClassName
{
color: #1F61CF;
}
.AnyTagClassName
{
color: #1F61CF;
}
</style>
background-color css
<style>
a { background-color: #1F61CF; }
a { background-color: rgb(31,97,207); }
div.DivClassName
{
background-color: #1F61CF;
}
.BgClassName
{
background-color: #1F61CF;
}
</style>
border-color css
<style>
span { border-color: #1F61CF; }
span { border-color: rgb(31,97,207); }
td.TdClassName
{
border-color: #1F61CF;
}
.TagClassName
{
border-color: #1F61CF;
}
</style>