Shades of Denim #1F61CE
Tints of Denim #1F61CE
RGB
CMYK
RGB Variations
Color information
#1F61CE (or 0x1F61CE) is known color: Denim. HEX triplet: 1F, 61 and CE. RGB value is (31,97,206). Sum of RGB (Red+Green+Blue) = 31+97+206=334 (44% of max value = 765). Red value is 31 (12.5% from 255 or 9.28% from 334); Green value is 97 (38.28% from 255 or 29.04% from 334); Blue value is 206 (80.86% from 255 or 61.68% from 334); Max value from RGB is 206 - color contains mainly: blue. Hex color #1F61CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F61CE is #E09E31. Grayscale: #595959. Windows color (decimal): -14720562 or 13525279. OLE color: 13525279.
HSL color Cylindrical-coordinate representation of color #1F61CE: hue angle of 217.37º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1F61CE is Cyan = 0.85, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 31 | 97 | 206 | - |
| CMYK | 0.85 | 0.53 | 0 | 0.19 |
| HSL | 217.37º | 0.74% | 0.46% | - |
| HSV(B) | 217.37º | 0.85% | 0.81% | - |
| XYZ | 15.98 | 13.3 | 60.12 | - |
| YUV | 89.69 | 193.63 | 86.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 97 | 206 | 0.85 | 0.53 | 0 | 0.19 | 217.37 | 0.74 | 0.46 |
| Hex | 1F | 61 | CE | 55 | 35 | 0 | 13 | D9 | 4A | 2E |
| Octal | 37 | 141 | 316 | 125 | 65 | 0 | 23 | 331 | 112 | 56 |
| Binary | 11111 | 1100001 | 11001110 | 1010101 | 110101 | 0 | 10011 | 11011001 | 1001010 | 101110 |
Color Harmonies of #1F61CE
Complementary color
Monochromatic Colors of #1F61CE
Black with #1F61CE
Text Example
Text Example
White with #1F61CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F61CE; }
p { color: rgb(31,97,206); }
H1.HeaderClassName
{
color: #1F61CE;
}
.AnyTagClassName
{
color: #1F61CE;
}
</style>
background-color css
<style>
a { background-color: #1F61CE; }
a { background-color: rgb(31,97,206); }
div.DivClassName
{
background-color: #1F61CE;
}
.BgClassName
{
background-color: #1F61CE;
}
</style>
border-color css
<style>
span { border-color: #1F61CE; }
span { border-color: rgb(31,97,206); }
td.TdClassName
{
border-color: #1F61CE;
}
.TagClassName
{
border-color: #1F61CE;
}
</style>