Shades of Persian Blue #1E40CE
Tints of Persian Blue #1E40CE
RGB
CMYK
RGB Variations
Color information
#1E40CE (or 0x1E40CE) is known color: Persian Blue. HEX triplet: 1E, 40 and CE. RGB value is (30,64,206). Sum of RGB (Red+Green+Blue) = 30+64+206=300 (39% of max value = 765). Red value is 30 (12.11% from 255 or 10% from 300); Green value is 64 (25.39% from 255 or 21.33% from 300); Blue value is 206 (80.86% from 255 or 68.67% from 300); Max value from RGB is 206 - color contains mainly: blue. Hex color #1E40CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1E40CE is #E1BF31. Grayscale: #454545. Windows color (decimal): -14794546 or 13516830. OLE color: 13516830.
HSL color Cylindrical-coordinate representation of color #1E40CE: hue angle of 228.41º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1E40CE is Cyan = 0.85, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 30 | 64 | 206 | - |
| CMYK | 0.85 | 0.69 | 0 | 0.19 |
| HSL | 228.41º | 0.75% | 0.46% | - |
| HSV(B) | 228.41º | 0.85% | 0.81% | - |
| XYZ | 13.51 | 8.4 | 59.3 | - |
| YUV | 70.02 | 204.74 | 99.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 64 | 206 | 0.85 | 0.69 | 0 | 0.19 | 228.41 | 0.75 | 0.46 |
| Hex | 1E | 40 | CE | 55 | 45 | 0 | 13 | E4 | 4B | 2E |
| Octal | 36 | 100 | 316 | 125 | 105 | 0 | 23 | 344 | 113 | 56 |
| Binary | 11110 | 1000000 | 11001110 | 1010101 | 1000101 | 0 | 10011 | 11100100 | 1001011 | 101110 |
Color Harmonies of #1E40CE
Complementary color
Monochromatic Colors of #1E40CE
Black with #1E40CE
Text Example
Text Example
White with #1E40CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E40CE; }
p { color: rgb(30,64,206); }
H1.HeaderClassName
{
color: #1E40CE;
}
.AnyTagClassName
{
color: #1E40CE;
}
</style>
background-color css
<style>
a { background-color: #1E40CE; }
a { background-color: rgb(30,64,206); }
div.DivClassName
{
background-color: #1E40CE;
}
.BgClassName
{
background-color: #1E40CE;
}
</style>
border-color css
<style>
span { border-color: #1E40CE; }
span { border-color: rgb(30,64,206); }
td.TdClassName
{
border-color: #1E40CE;
}
.TagClassName
{
border-color: #1E40CE;
}
</style>