Shades of Denim #1F5ECC
Tints of Denim #1F5ECC
RGB
CMYK
RGB Variations
Color information
#1F5ECC (or 0x1F5ECC) is known color: Denim. HEX triplet: 1F, 5E and CC. RGB value is (31,94,204). Sum of RGB (Red+Green+Blue) = 31+94+204=329 (43% of max value = 765). Red value is 31 (12.5% from 255 or 9.42% from 329); Green value is 94 (37.11% from 255 or 28.57% from 329); Blue value is 204 (80.08% from 255 or 62.01% from 329); Max value from RGB is 204 - color contains mainly: blue. Hex color #1F5ECC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F5ECC is #E0A133. Grayscale: #575757. Windows color (decimal): -14721332 or 13393439. OLE color: 13393439.
HSL color Cylindrical-coordinate representation of color #1F5ECC: hue angle of 218.15º 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 #1F5ECC is Cyan = 0.85, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 31 | 94 | 204 | - |
| CMYK | 0.85 | 0.54 | 0 | 0.2 |
| HSL | 218.15º | 0.74% | 0.46% | - |
| HSV(B) | 218.15º | 0.85% | 0.8% | - |
| XYZ | 15.47 | 12.66 | 58.75 | - |
| YUV | 87.7 | 193.63 | 87.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 94 | 204 | 0.85 | 0.54 | 0 | 0.2 | 218.15 | 0.74 | 0.46 |
| Hex | 1F | 5E | CC | 55 | 36 | 0 | 14 | DA | 4A | 2E |
| Octal | 37 | 136 | 314 | 125 | 66 | 0 | 24 | 332 | 112 | 56 |
| Binary | 11111 | 1011110 | 11001100 | 1010101 | 110110 | 0 | 10100 | 11011010 | 1001010 | 101110 |
Color Harmonies of #1F5ECC
Complementary color
Monochromatic Colors of #1F5ECC
Black with #1F5ECC
Text Example
Text Example
White with #1F5ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F5ECC; }
p { color: rgb(31,94,204); }
H1.HeaderClassName
{
color: #1F5ECC;
}
.AnyTagClassName
{
color: #1F5ECC;
}
</style>
background-color css
<style>
a { background-color: #1F5ECC; }
a { background-color: rgb(31,94,204); }
div.DivClassName
{
background-color: #1F5ECC;
}
.BgClassName
{
background-color: #1F5ECC;
}
</style>
border-color css
<style>
span { border-color: #1F5ECC; }
span { border-color: rgb(31,94,204); }
td.TdClassName
{
border-color: #1F5ECC;
}
.TagClassName
{
border-color: #1F5ECC;
}
</style>