Shades of Persian Blue #1E3FAD
Tints of Persian Blue #1E3FAD
RGB
CMYK
RGB Variations
Color information
#1E3FAD (or 0x1E3FAD) is known color: Persian Blue. HEX triplet: 1E, 3F and AD. RGB value is (30,63,173). Sum of RGB (Red+Green+Blue) = 30+63+173=266 (35% of max value = 765). Red value is 30 (12.11% from 255 or 11.28% from 266); Green value is 63 (25% from 255 or 23.68% from 266); Blue value is 173 (67.97% from 255 or 65.04% from 266); Max value from RGB is 173 - color contains mainly: blue. Hex color #1E3FAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E3FAD is #E1C052. Grayscale: #414141. Windows color (decimal): -14794835 or 11353886. OLE color: 11353886.
HSL color Cylindrical-coordinate representation of color #1E3FAD: hue angle of 226.15º degrees, saturation: 0.7, 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 #1E3FAD is Cyan = 0.83, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 30 | 63 | 173 | - |
| CMYK | 0.83 | 0.64 | 0 | 0.32 |
| HSL | 226.15º | 0.7% | 0.4% | - |
| HSV(B) | 226.15º | 0.83% | 0.68% | - |
| XYZ | 9.86 | 6.85 | 40.34 | - |
| YUV | 65.67 | 188.57 | 102.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 63 | 173 | 0.83 | 0.64 | 0 | 0.32 | 226.15 | 0.7 | 0.4 |
| Hex | 1E | 3F | AD | 53 | 40 | 0 | 20 | E2 | 46 | 28 |
| Octal | 36 | 77 | 255 | 123 | 100 | 0 | 40 | 342 | 106 | 50 |
| Binary | 11110 | 111111 | 10101101 | 1010011 | 1000000 | 0 | 100000 | 11100010 | 1000110 | 101000 |
Color Harmonies of #1E3FAD
Complementary color
Monochromatic Colors of #1E3FAD
Black with #1E3FAD
Text Example
Text Example
White with #1E3FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E3FAD; }
p { color: rgb(30,63,173); }
H1.HeaderClassName
{
color: #1E3FAD;
}
.AnyTagClassName
{
color: #1E3FAD;
}
</style>
background-color css
<style>
a { background-color: #1E3FAD; }
a { background-color: rgb(30,63,173); }
div.DivClassName
{
background-color: #1E3FAD;
}
.BgClassName
{
background-color: #1E3FAD;
}
</style>
border-color css
<style>
span { border-color: #1E3FAD; }
span { border-color: rgb(30,63,173); }
td.TdClassName
{
border-color: #1E3FAD;
}
.TagClassName
{
border-color: #1E3FAD;
}
</style>