Shades of Persian Blue #1E3FEA
Tints of Persian Blue #1E3FEA
RGB
CMYK
RGB Variations
Color information
#1E3FEA (or 0x1E3FEA) is known color: Persian Blue. HEX triplet: 1E, 3F and EA. RGB value is (30,63,234). Sum of RGB (Red+Green+Blue) = 30+63+234=327 (43% of max value = 765). Red value is 30 (12.11% from 255 or 9.17% from 327); Green value is 63 (25% from 255 or 19.27% from 327); Blue value is 234 (91.80% from 255 or 71.56% from 327); Max value from RGB is 234 - color contains mainly: blue. Hex color #1E3FEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1E3FEA is #E1C015. Grayscale: #474747. Windows color (decimal): -14794774 or 15351582. OLE color: 15351582.
HSL color Cylindrical-coordinate representation of color #1E3FEA: hue angle of 230.29º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1E3FEA is Cyan = 0.87, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 30 | 63 | 234 | - |
| CMYK | 0.87 | 0.73 | 0 | 0.08 |
| HSL | 230.29º | 0.83% | 0.52% | - |
| HSV(B) | 230.29º | 0.87% | 0.92% | - |
| XYZ | 17.16 | 9.77 | 78.82 | - |
| YUV | 72.63 | 219.07 | 97.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 63 | 234 | 0.87 | 0.73 | 0 | 0.08 | 230.29 | 0.83 | 0.52 |
| Hex | 1E | 3F | EA | 57 | 49 | 0 | 8 | E6 | 53 | 34 |
| Octal | 36 | 77 | 352 | 127 | 111 | 0 | 10 | 346 | 123 | 64 |
| Binary | 11110 | 111111 | 11101010 | 1010111 | 1001001 | 0 | 1000 | 11100110 | 1010011 | 110100 |
Color Harmonies of #1E3FEA
Complementary color
Monochromatic Colors of #1E3FEA
Black with #1E3FEA
Text Example
Text Example
White with #1E3FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E3FEA; }
p { color: rgb(30,63,234); }
H1.HeaderClassName
{
color: #1E3FEA;
}
.AnyTagClassName
{
color: #1E3FEA;
}
</style>
background-color css
<style>
a { background-color: #1E3FEA; }
a { background-color: rgb(30,63,234); }
div.DivClassName
{
background-color: #1E3FEA;
}
.BgClassName
{
background-color: #1E3FEA;
}
</style>
border-color css
<style>
span { border-color: #1E3FEA; }
span { border-color: rgb(30,63,234); }
td.TdClassName
{
border-color: #1E3FEA;
}
.TagClassName
{
border-color: #1E3FEA;
}
</style>