Shades of Denim #1F62CE
Tints of Denim #1F62CE
RGB
CMYK
RGB Variations
Color information
#1F62CE (or 0x1F62CE) is known color: Denim. HEX triplet: 1F, 62 and CE. RGB value is (31,98,206). Sum of RGB (Red+Green+Blue) = 31+98+206=335 (44% of max value = 765). Red value is 31 (12.5% from 255 or 9.25% from 335); Green value is 98 (38.67% from 255 or 29.25% from 335); Blue value is 206 (80.86% from 255 or 61.49% from 335); Max value from RGB is 206 - color contains mainly: blue. Hex color #1F62CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F62CE is #E09D31. Grayscale: #595959. Windows color (decimal): -14720306 or 13525535. OLE color: 13525535.
HSL color Cylindrical-coordinate representation of color #1F62CE: hue angle of 217.03º 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 #1F62CE is Cyan = 0.85, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 31 | 98 | 206 | - |
| CMYK | 0.85 | 0.52 | 0 | 0.19 |
| HSL | 217.03º | 0.74% | 0.46% | - |
| HSV(B) | 217.03º | 0.85% | 0.81% | - |
| XYZ | 16.07 | 13.48 | 60.15 | - |
| YUV | 90.28 | 193.3 | 85.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 98 | 206 | 0.85 | 0.52 | 0 | 0.19 | 217.03 | 0.74 | 0.46 |
| Hex | 1F | 62 | CE | 55 | 34 | 0 | 13 | D9 | 4A | 2E |
| Octal | 37 | 142 | 316 | 125 | 64 | 0 | 23 | 331 | 112 | 56 |
| Binary | 11111 | 1100010 | 11001110 | 1010101 | 110100 | 0 | 10011 | 11011001 | 1001010 | 101110 |
Color Harmonies of #1F62CE
Complementary color
Monochromatic Colors of #1F62CE
Black with #1F62CE
Text Example
Text Example
White with #1F62CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F62CE; }
p { color: rgb(31,98,206); }
H1.HeaderClassName
{
color: #1F62CE;
}
.AnyTagClassName
{
color: #1F62CE;
}
</style>
background-color css
<style>
a { background-color: #1F62CE; }
a { background-color: rgb(31,98,206); }
div.DivClassName
{
background-color: #1F62CE;
}
.BgClassName
{
background-color: #1F62CE;
}
</style>
border-color css
<style>
span { border-color: #1F62CE; }
span { border-color: rgb(31,98,206); }
td.TdClassName
{
border-color: #1F62CE;
}
.TagClassName
{
border-color: #1F62CE;
}
</style>