Shades of Denim #1E5FCB
Tints of Denim #1E5FCB
RGB
CMYK
RGB Variations
Color information
#1E5FCB (or 0x1E5FCB) is known color: Denim. HEX triplet: 1E, 5F and CB. RGB value is (30,95,203). Sum of RGB (Red+Green+Blue) = 30+95+203=328 (43% of max value = 765). Red value is 30 (12.11% from 255 or 9.15% from 328); Green value is 95 (37.5% from 255 or 28.96% from 328); Blue value is 203 (79.69% from 255 or 61.89% from 328); Max value from RGB is 203 - color contains mainly: blue. Hex color #1E5FCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1E5FCB is #E1A034. Grayscale: #575757. Windows color (decimal): -14786613 or 13328158. OLE color: 13328158.
HSL color Cylindrical-coordinate representation of color #1E5FCB: hue angle of 217.46º 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 #1E5FCB is Cyan = 0.85, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 30 | 95 | 203 | - |
| CMYK | 0.85 | 0.53 | 0 | 0.20 |
| HSL | 217.46º | 0.74% | 0.46% | - |
| HSV(B) | 217.46º | 0.85% | 0.8% | - |
| XYZ | 15.41 | 12.77 | 58.15 | - |
| YUV | 87.88 | 192.97 | 86.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 95 | 203 | 0.85 | 0.53 | 0 | 0.20 | 217.46 | 0.74 | 0.46 |
| Hex | 1E | 5F | CB | 55 | 35 | 0 | 14 | D9 | 4A | 2E |
| Octal | 36 | 137 | 313 | 125 | 65 | 0 | 24 | 331 | 112 | 56 |
| Binary | 11110 | 1011111 | 11001011 | 1010101 | 110101 | 0 | 10100 | 11011001 | 1001010 | 101110 |
Color Harmonies of #1E5FCB
Complementary color
Monochromatic Colors of #1E5FCB
Black with #1E5FCB
Text Example
Text Example
White with #1E5FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E5FCB; }
p { color: rgb(30,95,203); }
H1.HeaderClassName
{
color: #1E5FCB;
}
.AnyTagClassName
{
color: #1E5FCB;
}
</style>
background-color css
<style>
a { background-color: #1E5FCB; }
a { background-color: rgb(30,95,203); }
div.DivClassName
{
background-color: #1E5FCB;
}
.BgClassName
{
background-color: #1E5FCB;
}
</style>
border-color css
<style>
span { border-color: #1E5FCB; }
span { border-color: rgb(30,95,203); }
td.TdClassName
{
border-color: #1E5FCB;
}
.TagClassName
{
border-color: #1E5FCB;
}
</style>