Shades of Denim #1F5FCF
Tints of Denim #1F5FCF
RGB
CMYK
RGB Variations
Color information
#1F5FCF (or 0x1F5FCF) is known color: Denim. HEX triplet: 1F, 5F and CF. RGB value is (31,95,207). Sum of RGB (Red+Green+Blue) = 31+95+207=333 (44% of max value = 765). Red value is 31 (12.5% from 255 or 9.31% from 333); Green value is 95 (37.5% from 255 or 28.53% from 333); Blue value is 207 (81.25% from 255 or 62.16% from 333); Max value from RGB is 207 - color contains mainly: blue. Hex color #1F5FCF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F5FCF is #E0A030. Grayscale: #585858. Windows color (decimal): -14721073 or 13590303. OLE color: 13590303.
HSL color Cylindrical-coordinate representation of color #1F5FCF: hue angle of 218.18º 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 #1F5FCF is Cyan = 0.85, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 31 | 95 | 207 | - |
| CMYK | 0.85 | 0.54 | 0 | 0.19 |
| HSL | 218.18º | 0.74% | 0.47% | - |
| HSV(B) | 218.18º | 0.85% | 0.81% | - |
| XYZ | 15.92 | 12.98 | 60.7 | - |
| YUV | 88.63 | 194.8 | 86.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 95 | 207 | 0.85 | 0.54 | 0 | 0.19 | 218.18 | 0.74 | 0.47 |
| Hex | 1F | 5F | CF | 55 | 36 | 0 | 13 | DA | 4A | 2F |
| Octal | 37 | 137 | 317 | 125 | 66 | 0 | 23 | 332 | 112 | 57 |
| Binary | 11111 | 1011111 | 11001111 | 1010101 | 110110 | 0 | 10011 | 11011010 | 1001010 | 101111 |
Color Harmonies of #1F5FCF
Complementary color
Monochromatic Colors of #1F5FCF
Black with #1F5FCF
Text Example
Text Example
White with #1F5FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F5FCF; }
p { color: rgb(31,95,207); }
H1.HeaderClassName
{
color: #1F5FCF;
}
.AnyTagClassName
{
color: #1F5FCF;
}
</style>
background-color css
<style>
a { background-color: #1F5FCF; }
a { background-color: rgb(31,95,207); }
div.DivClassName
{
background-color: #1F5FCF;
}
.BgClassName
{
background-color: #1F5FCF;
}
</style>
border-color css
<style>
span { border-color: #1F5FCF; }
span { border-color: rgb(31,95,207); }
td.TdClassName
{
border-color: #1F5FCF;
}
.TagClassName
{
border-color: #1F5FCF;
}
</style>