Shades of Persian Blue #1E2ACD
Tints of Persian Blue #1E2ACD
RGB
CMYK
RGB Variations
Color information
#1E2ACD (or 0x1E2ACD) is known color: Persian Blue. HEX triplet: 1E, 2A and CD. RGB value is (30,42,205). Sum of RGB (Red+Green+Blue) = 30+42+205=277 (36% of max value = 765). Red value is 30 (12.11% from 255 or 10.83% from 277); Green value is 42 (16.80% from 255 or 15.16% from 277); Blue value is 205 (80.47% from 255 or 74.01% from 277); Max value from RGB is 205 - color contains mainly: blue. Hex color #1E2ACD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1E2ACD is #E1D532. Grayscale: #383838. Windows color (decimal): -14800179 or 13445662. OLE color: 13445662.
HSL color Cylindrical-coordinate representation of color #1E2ACD: hue angle of 235.89º 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 #1E2ACD is Cyan = 0.85, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 30 | 42 | 205 | - |
| CMYK | 0.85 | 0.80 | 0 | 0.20 |
| HSL | 235.89º | 0.74% | 0.46% | - |
| HSV(B) | 235.89º | 0.85% | 0.8% | - |
| XYZ | 12.38 | 6.34 | 58.33 | - |
| YUV | 56.99 | 211.52 | 108.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 42 | 205 | 0.85 | 0.80 | 0 | 0.20 | 235.89 | 0.74 | 0.46 |
| Hex | 1E | 2A | CD | 55 | 50 | 0 | 14 | EC | 4A | 2E |
| Octal | 36 | 52 | 315 | 125 | 120 | 0 | 24 | 354 | 112 | 56 |
| Binary | 11110 | 101010 | 11001101 | 1010101 | 1010000 | 0 | 10100 | 11101100 | 1001010 | 101110 |
Color Harmonies of #1E2ACD
Complementary color
Monochromatic Colors of #1E2ACD
Black with #1E2ACD
Text Example
Text Example
White with #1E2ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E2ACD; }
p { color: rgb(30,42,205); }
H1.HeaderClassName
{
color: #1E2ACD;
}
.AnyTagClassName
{
color: #1E2ACD;
}
</style>
background-color css
<style>
a { background-color: #1E2ACD; }
a { background-color: rgb(30,42,205); }
div.DivClassName
{
background-color: #1E2ACD;
}
.BgClassName
{
background-color: #1E2ACD;
}
</style>
border-color css
<style>
span { border-color: #1E2ACD; }
span { border-color: rgb(30,42,205); }
td.TdClassName
{
border-color: #1E2ACD;
}
.TagClassName
{
border-color: #1E2ACD;
}
</style>