Shades of Denim #1F63BE
Tints of Denim #1F63BE
RGB
CMYK
RGB Variations
Color information
#1F63BE (or 0x1F63BE) is known color: Denim. HEX triplet: 1F, 63 and BE. RGB value is (31,99,190). Sum of RGB (Red+Green+Blue) = 31+99+190=320 (42% of max value = 765). Red value is 31 (12.5% from 255 or 9.69% from 320); Green value is 99 (39.06% from 255 or 30.94% from 320); Blue value is 190 (74.61% from 255 or 59.38% from 320); Max value from RGB is 190 - color contains mainly: blue. Hex color #1F63BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F63BE is #E09C41. Grayscale: #585858. Windows color (decimal): -14720066 or 12477215. OLE color: 12477215.
HSL color Cylindrical-coordinate representation of color #1F63BE: hue angle of 214.34º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1F63BE is Cyan = 0.84, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 31 | 99 | 190 | - |
| CMYK | 0.84 | 0.48 | 0 | 0.25 |
| HSL | 214.34º | 0.72% | 0.43% | - |
| HSV(B) | 214.34º | 0.84% | 0.75% | - |
| XYZ | 14.32 | 12.93 | 50.46 | - |
| YUV | 89.04 | 184.97 | 86.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 99 | 190 | 0.84 | 0.48 | 0 | 0.25 | 214.34 | 0.72 | 0.43 |
| Hex | 1F | 63 | BE | 54 | 30 | 0 | 19 | D6 | 48 | 2B |
| Octal | 37 | 143 | 276 | 124 | 60 | 0 | 31 | 326 | 110 | 53 |
| Binary | 11111 | 1100011 | 10111110 | 1010100 | 110000 | 0 | 11001 | 11010110 | 1001000 | 101011 |
Color Harmonies of #1F63BE
Complementary color
Monochromatic Colors of #1F63BE
Black with #1F63BE
Text Example
Text Example
White with #1F63BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F63BE; }
p { color: rgb(31,99,190); }
H1.HeaderClassName
{
color: #1F63BE;
}
.AnyTagClassName
{
color: #1F63BE;
}
</style>
background-color css
<style>
a { background-color: #1F63BE; }
a { background-color: rgb(31,99,190); }
div.DivClassName
{
background-color: #1F63BE;
}
.BgClassName
{
background-color: #1F63BE;
}
</style>
border-color css
<style>
span { border-color: #1F63BE; }
span { border-color: rgb(31,99,190); }
td.TdClassName
{
border-color: #1F63BE;
}
.TagClassName
{
border-color: #1F63BE;
}
</style>