Shades of Denim #1F63D0
Tints of Denim #1F63D0
RGB
CMYK
RGB Variations
Color information
#1F63D0 (or 0x1F63D0) is known color: Denim. HEX triplet: 1F, 63 and D0. RGB value is (31,99,208). Sum of RGB (Red+Green+Blue) = 31+99+208=338 (44% of max value = 765). Red value is 31 (12.5% from 255 or 9.17% from 338); Green value is 99 (39.06% from 255 or 29.29% from 338); Blue value is 208 (81.64% from 255 or 61.54% from 338); Max value from RGB is 208 - color contains mainly: blue. Hex color #1F63D0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F63D0 is #E09C2F. Grayscale: #5A5A5A. Windows color (decimal): -14720048 or 13656863. OLE color: 13656863.
HSL color Cylindrical-coordinate representation of color #1F63D0: hue angle of 216.95º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1F63D0 is Cyan = 0.85, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 31 | 99 | 208 | - |
| CMYK | 0.85 | 0.52 | 0 | 0.18 |
| HSL | 216.95º | 0.74% | 0.47% | - |
| HSV(B) | 216.95º | 0.85% | 0.82% | - |
| XYZ | 16.41 | 13.77 | 61.47 | - |
| YUV | 91.09 | 193.97 | 85.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 99 | 208 | 0.85 | 0.52 | 0 | 0.18 | 216.95 | 0.74 | 0.47 |
| Hex | 1F | 63 | D0 | 55 | 34 | 0 | 12 | D9 | 4A | 2F |
| Octal | 37 | 143 | 320 | 125 | 64 | 0 | 22 | 331 | 112 | 57 |
| Binary | 11111 | 1100011 | 11010000 | 1010101 | 110100 | 0 | 10010 | 11011001 | 1001010 | 101111 |
Color Harmonies of #1F63D0
Complementary color
Monochromatic Colors of #1F63D0
Black with #1F63D0
Text Example
Text Example
White with #1F63D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F63D0; }
p { color: rgb(31,99,208); }
H1.HeaderClassName
{
color: #1F63D0;
}
.AnyTagClassName
{
color: #1F63D0;
}
</style>
background-color css
<style>
a { background-color: #1F63D0; }
a { background-color: rgb(31,99,208); }
div.DivClassName
{
background-color: #1F63D0;
}
.BgClassName
{
background-color: #1F63D0;
}
</style>
border-color css
<style>
span { border-color: #1F63D0; }
span { border-color: rgb(31,99,208); }
td.TdClassName
{
border-color: #1F63D0;
}
.TagClassName
{
border-color: #1F63D0;
}
</style>