Shades of Denim #1F5FCD
Tints of Denim #1F5FCD
RGB
CMYK
RGB Variations
Color information
#1F5FCD (or 0x1F5FCD) is known color: Denim. HEX triplet: 1F, 5F and CD. RGB value is (31,95,205). Sum of RGB (Red+Green+Blue) = 31+95+205=331 (43% of max value = 765). Red value is 31 (12.5% from 255 or 9.37% from 331); Green value is 95 (37.5% from 255 or 28.70% from 331); Blue value is 205 (80.47% from 255 or 61.93% from 331); Max value from RGB is 205 - color contains mainly: blue. Hex color #1F5FCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F5FCD is #E0A032. Grayscale: #575757. Windows color (decimal): -14721075 or 13459231. OLE color: 13459231.
HSL color Cylindrical-coordinate representation of color #1F5FCD: hue angle of 217.93º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1F5FCD is Cyan = 0.85, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 31 | 95 | 205 | - |
| CMYK | 0.85 | 0.54 | 0 | 0.20 |
| HSL | 217.93º | 0.74% | 0.46% | - |
| HSV(B) | 217.93º | 0.85% | 0.8% | - |
| XYZ | 15.68 | 12.88 | 59.42 | - |
| YUV | 88.4 | 193.8 | 87.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 95 | 205 | 0.85 | 0.54 | 0 | 0.20 | 217.93 | 0.74 | 0.46 |
| Hex | 1F | 5F | CD | 55 | 36 | 0 | 14 | DA | 4A | 2E |
| Octal | 37 | 137 | 315 | 125 | 66 | 0 | 24 | 332 | 112 | 56 |
| Binary | 11111 | 1011111 | 11001101 | 1010101 | 110110 | 0 | 10100 | 11011010 | 1001010 | 101110 |
Color Harmonies of #1F5FCD
Complementary color
Monochromatic Colors of #1F5FCD
Black with #1F5FCD
Text Example
Text Example
White with #1F5FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F5FCD; }
p { color: rgb(31,95,205); }
H1.HeaderClassName
{
color: #1F5FCD;
}
.AnyTagClassName
{
color: #1F5FCD;
}
</style>
background-color css
<style>
a { background-color: #1F5FCD; }
a { background-color: rgb(31,95,205); }
div.DivClassName
{
background-color: #1F5FCD;
}
.BgClassName
{
background-color: #1F5FCD;
}
</style>
border-color css
<style>
span { border-color: #1F5FCD; }
span { border-color: rgb(31,95,205); }
td.TdClassName
{
border-color: #1F5FCD;
}
.TagClassName
{
border-color: #1F5FCD;
}
</style>