Shades of Denim #1E5FCA
Tints of Denim #1E5FCA
RGB
CMYK
RGB Variations
Color information
#1E5FCA (or 0x1E5FCA) is known color: Denim. HEX triplet: 1E, 5F and CA. RGB value is (30,95,202). Sum of RGB (Red+Green+Blue) = 30+95+202=327 (43% of max value = 765). Red value is 30 (12.11% from 255 or 9.17% from 327); Green value is 95 (37.5% from 255 or 29.05% from 327); Blue value is 202 (79.30% from 255 or 61.77% from 327); Max value from RGB is 202 - color contains mainly: blue. Hex color #1E5FCA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1E5FCA is #E1A035. Grayscale: #575757. Windows color (decimal): -14786614 or 13262622. OLE color: 13262622.
HSL color Cylindrical-coordinate representation of color #1E5FCA: hue angle of 217.33º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1E5FCA is Cyan = 0.85, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 30 | 95 | 202 | - |
| CMYK | 0.85 | 0.53 | 0 | 0.21 |
| HSL | 217.33º | 0.74% | 0.45% | - |
| HSV(B) | 217.33º | 0.85% | 0.79% | - |
| XYZ | 15.29 | 12.72 | 57.53 | - |
| YUV | 87.76 | 192.47 | 86.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 95 | 202 | 0.85 | 0.53 | 0 | 0.21 | 217.33 | 0.74 | 0.45 |
| Hex | 1E | 5F | CA | 55 | 35 | 0 | 15 | D9 | 4A | 2D |
| Octal | 36 | 137 | 312 | 125 | 65 | 0 | 25 | 331 | 112 | 55 |
| Binary | 11110 | 1011111 | 11001010 | 1010101 | 110101 | 0 | 10101 | 11011001 | 1001010 | 101101 |
Color Harmonies of #1E5FCA
Complementary color
Monochromatic Colors of #1E5FCA
Black with #1E5FCA
Text Example
Text Example
White with #1E5FCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E5FCA; }
p { color: rgb(30,95,202); }
H1.HeaderClassName
{
color: #1E5FCA;
}
.AnyTagClassName
{
color: #1E5FCA;
}
</style>
background-color css
<style>
a { background-color: #1E5FCA; }
a { background-color: rgb(30,95,202); }
div.DivClassName
{
background-color: #1E5FCA;
}
.BgClassName
{
background-color: #1E5FCA;
}
</style>
border-color css
<style>
span { border-color: #1E5FCA; }
span { border-color: rgb(30,95,202); }
td.TdClassName
{
border-color: #1E5FCA;
}
.TagClassName
{
border-color: #1E5FCA;
}
</style>