Shades of Persian Blue #1E40E0
Tints of Persian Blue #1E40E0
RGB
CMYK
RGB Variations
Color information
#1E40E0 (or 0x1E40E0) is known color: Persian Blue. HEX triplet: 1E, 40 and E0. RGB value is (30,64,224). Sum of RGB (Red+Green+Blue) = 30+64+224=318 (42% of max value = 765). Red value is 30 (12.11% from 255 or 9.43% from 318); Green value is 64 (25.39% from 255 or 20.13% from 318); Blue value is 224 (87.89% from 255 or 70.44% from 318); Max value from RGB is 224 - color contains mainly: blue. Hex color #1E40E0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1E40E0 is #E1BF1F. Grayscale: #474747. Windows color (decimal): -14794528 or 14696478. OLE color: 14696478.
HSL color Cylindrical-coordinate representation of color #1E40E0: hue angle of 229.48º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1E40E0 is Cyan = 0.87, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 30 | 64 | 224 | - |
| CMYK | 0.87 | 0.71 | 0 | 0.12 |
| HSL | 229.48º | 0.76% | 0.5% | - |
| HSV(B) | 229.48º | 0.87% | 0.88% | - |
| XYZ | 15.82 | 9.32 | 71.49 | - |
| YUV | 72.07 | 213.74 | 97.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 64 | 224 | 0.87 | 0.71 | 0 | 0.12 | 229.48 | 0.76 | 0.5 |
| Hex | 1E | 40 | E0 | 57 | 47 | 0 | C | E5 | 4C | 32 |
| Octal | 36 | 100 | 340 | 127 | 107 | 0 | 14 | 345 | 114 | 62 |
| Binary | 11110 | 1000000 | 11100000 | 1010111 | 1000111 | 0 | 1100 | 11100101 | 1001100 | 110010 |
Color Harmonies of #1E40E0
Complementary color
Monochromatic Colors of #1E40E0
Black with #1E40E0
Text Example
Text Example
White with #1E40E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E40E0; }
p { color: rgb(30,64,224); }
H1.HeaderClassName
{
color: #1E40E0;
}
.AnyTagClassName
{
color: #1E40E0;
}
</style>
background-color css
<style>
a { background-color: #1E40E0; }
a { background-color: rgb(30,64,224); }
div.DivClassName
{
background-color: #1E40E0;
}
.BgClassName
{
background-color: #1E40E0;
}
</style>
border-color css
<style>
span { border-color: #1E40E0; }
span { border-color: rgb(30,64,224); }
td.TdClassName
{
border-color: #1E40E0;
}
.TagClassName
{
border-color: #1E40E0;
}
</style>