Shades of Persian Blue #1E40CD
Tints of Persian Blue #1E40CD
RGB
CMYK
RGB Variations
Color information
#1E40CD (or 0x1E40CD) is known color: Persian Blue. HEX triplet: 1E, 40 and CD. RGB value is (30,64,205). Sum of RGB (Red+Green+Blue) = 30+64+205=299 (39% of max value = 765). Red value is 30 (12.11% from 255 or 10.03% from 299); Green value is 64 (25.39% from 255 or 21.40% from 299); Blue value is 205 (80.47% from 255 or 68.56% from 299); Max value from RGB is 205 - color contains mainly: blue. Hex color #1E40CD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1E40CD is #E1BF32. Grayscale: #454545. Windows color (decimal): -14794547 or 13451294. OLE color: 13451294.
HSL color Cylindrical-coordinate representation of color #1E40CD: hue angle of 228.34º 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 #1E40CD is Cyan = 0.85, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 30 | 64 | 205 | - |
| CMYK | 0.85 | 0.69 | 0 | 0.20 |
| HSL | 228.34º | 0.74% | 0.46% | - |
| HSV(B) | 228.34º | 0.85% | 0.8% | - |
| XYZ | 13.39 | 8.35 | 58.66 | - |
| YUV | 69.91 | 204.24 | 99.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 64 | 205 | 0.85 | 0.69 | 0 | 0.20 | 228.34 | 0.74 | 0.46 |
| Hex | 1E | 40 | CD | 55 | 45 | 0 | 14 | E4 | 4A | 2E |
| Octal | 36 | 100 | 315 | 125 | 105 | 0 | 24 | 344 | 112 | 56 |
| Binary | 11110 | 1000000 | 11001101 | 1010101 | 1000101 | 0 | 10100 | 11100100 | 1001010 | 101110 |
Color Harmonies of #1E40CD
Complementary color
Monochromatic Colors of #1E40CD
Black with #1E40CD
Text Example
Text Example
White with #1E40CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E40CD; }
p { color: rgb(30,64,205); }
H1.HeaderClassName
{
color: #1E40CD;
}
.AnyTagClassName
{
color: #1E40CD;
}
</style>
background-color css
<style>
a { background-color: #1E40CD; }
a { background-color: rgb(30,64,205); }
div.DivClassName
{
background-color: #1E40CD;
}
.BgClassName
{
background-color: #1E40CD;
}
</style>
border-color css
<style>
span { border-color: #1E40CD; }
span { border-color: rgb(30,64,205); }
td.TdClassName
{
border-color: #1E40CD;
}
.TagClassName
{
border-color: #1E40CD;
}
</style>