Shades of Denim #1F5CCA
Tints of Denim #1F5CCA
RGB
CMYK
RGB Variations
Color information
#1F5CCA (or 0x1F5CCA) is known color: Denim. HEX triplet: 1F, 5C and CA. RGB value is (31,92,202). Sum of RGB (Red+Green+Blue) = 31+92+202=325 (43% of max value = 765). Red value is 31 (12.5% from 255 or 9.54% from 325); Green value is 92 (36.33% from 255 or 28.31% from 325); Blue value is 202 (79.30% from 255 or 62.15% from 325); Max value from RGB is 202 - color contains mainly: blue. Hex color #1F5CCA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F5CCA is #E0A335. Grayscale: #555555. Windows color (decimal): -14721846 or 13261855. OLE color: 13261855.
HSL color Cylindrical-coordinate representation of color #1F5CCA: hue angle of 218.6º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1F5CCA is Cyan = 0.85, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 31 | 92 | 202 | - |
| CMYK | 0.85 | 0.54 | 0 | 0.21 |
| HSL | 218.6º | 0.73% | 0.46% | - |
| HSV(B) | 218.6º | 0.85% | 0.79% | - |
| XYZ | 15.05 | 12.21 | 57.44 | - |
| YUV | 86.3 | 193.29 | 88.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 92 | 202 | 0.85 | 0.54 | 0 | 0.21 | 218.6 | 0.73 | 0.46 |
| Hex | 1F | 5C | CA | 55 | 36 | 0 | 15 | DB | 49 | 2E |
| Octal | 37 | 134 | 312 | 125 | 66 | 0 | 25 | 333 | 111 | 56 |
| Binary | 11111 | 1011100 | 11001010 | 1010101 | 110110 | 0 | 10101 | 11011011 | 1001001 | 101110 |
Color Harmonies of #1F5CCA
Complementary color
Monochromatic Colors of #1F5CCA
Black with #1F5CCA
Text Example
Text Example
White with #1F5CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F5CCA; }
p { color: rgb(31,92,202); }
H1.HeaderClassName
{
color: #1F5CCA;
}
.AnyTagClassName
{
color: #1F5CCA;
}
</style>
background-color css
<style>
a { background-color: #1F5CCA; }
a { background-color: rgb(31,92,202); }
div.DivClassName
{
background-color: #1F5CCA;
}
.BgClassName
{
background-color: #1F5CCA;
}
</style>
border-color css
<style>
span { border-color: #1F5CCA; }
span { border-color: rgb(31,92,202); }
td.TdClassName
{
border-color: #1F5CCA;
}
.TagClassName
{
border-color: #1F5CCA;
}
</style>