Shades of Denim #1F5EBC
Tints of Denim #1F5EBC
RGB
CMYK
RGB Variations
Color information
#1F5EBC (or 0x1F5EBC) is known color: Denim. HEX triplet: 1F, 5E and BC. RGB value is (31,94,188). Sum of RGB (Red+Green+Blue) = 31+94+188=313 (41% of max value = 765). Red value is 31 (12.5% from 255 or 9.90% from 313); Green value is 94 (37.11% from 255 or 30.03% from 313); Blue value is 188 (73.83% from 255 or 60.06% from 313); Max value from RGB is 188 - color contains mainly: blue. Hex color #1F5EBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F5EBC is #E0A143. Grayscale: #555555. Windows color (decimal): -14721348 or 12344863. OLE color: 12344863.
HSL color Cylindrical-coordinate representation of color #1F5EBC: hue angle of 215.92º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1F5EBC is Cyan = 0.84, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 31 | 94 | 188 | - |
| CMYK | 0.84 | 0.50 | 0 | 0.26 |
| HSL | 215.92º | 0.72% | 0.43% | - |
| HSV(B) | 215.92º | 0.84% | 0.74% | - |
| XYZ | 13.64 | 11.93 | 49.16 | - |
| YUV | 85.88 | 185.63 | 88.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 94 | 188 | 0.84 | 0.50 | 0 | 0.26 | 215.92 | 0.72 | 0.43 |
| Hex | 1F | 5E | BC | 54 | 32 | 0 | 1A | D8 | 48 | 2B |
| Octal | 37 | 136 | 274 | 124 | 62 | 0 | 32 | 330 | 110 | 53 |
| Binary | 11111 | 1011110 | 10111100 | 1010100 | 110010 | 0 | 11010 | 11011000 | 1001000 | 101011 |
Color Harmonies of #1F5EBC
Complementary color
Monochromatic Colors of #1F5EBC
Black with #1F5EBC
Text Example
Text Example
White with #1F5EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F5EBC; }
p { color: rgb(31,94,188); }
H1.HeaderClassName
{
color: #1F5EBC;
}
.AnyTagClassName
{
color: #1F5EBC;
}
</style>
background-color css
<style>
a { background-color: #1F5EBC; }
a { background-color: rgb(31,94,188); }
div.DivClassName
{
background-color: #1F5EBC;
}
.BgClassName
{
background-color: #1F5EBC;
}
</style>
border-color css
<style>
span { border-color: #1F5EBC; }
span { border-color: rgb(31,94,188); }
td.TdClassName
{
border-color: #1F5EBC;
}
.TagClassName
{
border-color: #1F5EBC;
}
</style>