Shades of Persian Blue #1E40AC
Tints of Persian Blue #1E40AC
RGB
CMYK
RGB Variations
Color information
#1E40AC (or 0x1E40AC) is known color: Persian Blue. HEX triplet: 1E, 40 and AC. RGB value is (30,64,172). Sum of RGB (Red+Green+Blue) = 30+64+172=266 (35% of max value = 765). Red value is 30 (12.11% from 255 or 11.28% from 266); Green value is 64 (25.39% from 255 or 24.06% from 266); Blue value is 172 (67.58% from 255 or 64.66% from 266); Max value from RGB is 172 - color contains mainly: blue. Hex color #1E40AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E40AC is #E1BF53. Grayscale: #414141. Windows color (decimal): -14794580 or 11288606. OLE color: 11288606.
HSL color Cylindrical-coordinate representation of color #1E40AC: hue angle of 225.63º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1E40AC is Cyan = 0.83, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 30 | 64 | 172 | - |
| CMYK | 0.83 | 0.63 | 0 | 0.33 |
| HSL | 225.63º | 0.7% | 0.4% | - |
| HSV(B) | 225.63º | 0.83% | 0.67% | - |
| XYZ | 9.82 | 6.92 | 39.85 | - |
| YUV | 66.15 | 187.74 | 102.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 64 | 172 | 0.83 | 0.63 | 0 | 0.33 | 225.63 | 0.7 | 0.4 |
| Hex | 1E | 40 | AC | 53 | 3F | 0 | 21 | E2 | 46 | 28 |
| Octal | 36 | 100 | 254 | 123 | 77 | 0 | 41 | 342 | 106 | 50 |
| Binary | 11110 | 1000000 | 10101100 | 1010011 | 111111 | 0 | 100001 | 11100010 | 1000110 | 101000 |
Color Harmonies of #1E40AC
Complementary color
Monochromatic Colors of #1E40AC
Black with #1E40AC
Text Example
Text Example
White with #1E40AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E40AC; }
p { color: rgb(30,64,172); }
H1.HeaderClassName
{
color: #1E40AC;
}
.AnyTagClassName
{
color: #1E40AC;
}
</style>
background-color css
<style>
a { background-color: #1E40AC; }
a { background-color: rgb(30,64,172); }
div.DivClassName
{
background-color: #1E40AC;
}
.BgClassName
{
background-color: #1E40AC;
}
</style>
border-color css
<style>
span { border-color: #1E40AC; }
span { border-color: rgb(30,64,172); }
td.TdClassName
{
border-color: #1E40AC;
}
.TagClassName
{
border-color: #1E40AC;
}
</style>