Shades of Persian Blue #1E2CAE
Tints of Persian Blue #1E2CAE
RGB
CMYK
RGB Variations
Color information
#1E2CAE (or 0x1E2CAE) is known color: Persian Blue. HEX triplet: 1E, 2C and AE. RGB value is (30,44,174). Sum of RGB (Red+Green+Blue) = 30+44+174=248 (32% of max value = 765). Red value is 30 (12.11% from 255 or 12.10% from 248); Green value is 44 (17.58% from 255 or 17.74% from 248); Blue value is 174 (68.36% from 255 or 70.16% from 248); Max value from RGB is 174 - color contains mainly: blue. Hex color #1E2CAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E2CAE is #E1D351. Grayscale: #363636. Windows color (decimal): -14799698 or 11414558. OLE color: 11414558.
HSL color Cylindrical-coordinate representation of color #1E2CAE: hue angle of 234.17º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1E2CAE is Cyan = 0.83, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 30 | 44 | 174 | - |
| CMYK | 0.83 | 0.75 | 0 | 0.32 |
| HSL | 234.17º | 0.71% | 0.4% | - |
| HSV(B) | 234.17º | 0.83% | 0.68% | - |
| XYZ | 9.08 | 5.13 | 40.56 | - |
| YUV | 54.63 | 195.36 | 110.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 44 | 174 | 0.83 | 0.75 | 0 | 0.32 | 234.17 | 0.71 | 0.4 |
| Hex | 1E | 2C | AE | 53 | 4B | 0 | 20 | EA | 47 | 28 |
| Octal | 36 | 54 | 256 | 123 | 113 | 0 | 40 | 352 | 107 | 50 |
| Binary | 11110 | 101100 | 10101110 | 1010011 | 1001011 | 0 | 100000 | 11101010 | 1000111 | 101000 |
Color Harmonies of #1E2CAE
Complementary color
Monochromatic Colors of #1E2CAE
Black with #1E2CAE
Text Example
Text Example
White with #1E2CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E2CAE; }
p { color: rgb(30,44,174); }
H1.HeaderClassName
{
color: #1E2CAE;
}
.AnyTagClassName
{
color: #1E2CAE;
}
</style>
background-color css
<style>
a { background-color: #1E2CAE; }
a { background-color: rgb(30,44,174); }
div.DivClassName
{
background-color: #1E2CAE;
}
.BgClassName
{
background-color: #1E2CAE;
}
</style>
border-color css
<style>
span { border-color: #1E2CAE; }
span { border-color: rgb(30,44,174); }
td.TdClassName
{
border-color: #1E2CAE;
}
.TagClassName
{
border-color: #1E2CAE;
}
</style>