Shades of Denim #1F5EC1
Tints of Denim #1F5EC1
RGB
CMYK
RGB Variations
Color information
#1F5EC1 (or 0x1F5EC1) is known color: Denim. HEX triplet: 1F, 5E and C1. RGB value is (31,94,193). Sum of RGB (Red+Green+Blue) = 31+94+193=318 (42% of max value = 765). Red value is 31 (12.5% from 255 or 9.75% from 318); Green value is 94 (37.11% from 255 or 29.56% from 318); Blue value is 193 (75.78% from 255 or 60.69% from 318); Max value from RGB is 193 - color contains mainly: blue. Hex color #1F5EC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F5EC1 is #E0A13E. Grayscale: #555555. Windows color (decimal): -14721343 or 12672543. OLE color: 12672543.
HSL color Cylindrical-coordinate representation of color #1F5EC1: hue angle of 216.67º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1F5EC1 is Cyan = 0.84, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 31 | 94 | 193 | - |
| CMYK | 0.84 | 0.51 | 0 | 0.24 |
| HSL | 216.67º | 0.72% | 0.44% | - |
| HSV(B) | 216.67º | 0.84% | 0.76% | - |
| XYZ | 14.19 | 12.15 | 52.05 | - |
| YUV | 86.45 | 188.13 | 88.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 94 | 193 | 0.84 | 0.51 | 0 | 0.24 | 216.67 | 0.72 | 0.44 |
| Hex | 1F | 5E | C1 | 54 | 33 | 0 | 18 | D9 | 48 | 2C |
| Octal | 37 | 136 | 301 | 124 | 63 | 0 | 30 | 331 | 110 | 54 |
| Binary | 11111 | 1011110 | 11000001 | 1010100 | 110011 | 0 | 11000 | 11011001 | 1001000 | 101100 |
Color Harmonies of #1F5EC1
Complementary color
Monochromatic Colors of #1F5EC1
Black with #1F5EC1
Text Example
Text Example
White with #1F5EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F5EC1; }
p { color: rgb(31,94,193); }
H1.HeaderClassName
{
color: #1F5EC1;
}
.AnyTagClassName
{
color: #1F5EC1;
}
</style>
background-color css
<style>
a { background-color: #1F5EC1; }
a { background-color: rgb(31,94,193); }
div.DivClassName
{
background-color: #1F5EC1;
}
.BgClassName
{
background-color: #1F5EC1;
}
</style>
border-color css
<style>
span { border-color: #1F5EC1; }
span { border-color: rgb(31,94,193); }
td.TdClassName
{
border-color: #1F5EC1;
}
.TagClassName
{
border-color: #1F5EC1;
}
</style>