Shades of Persian Blue #1E3BAB
Tints of Persian Blue #1E3BAB
RGB
CMYK
RGB Variations
Color information
#1E3BAB (or 0x1E3BAB) is known color: Persian Blue. HEX triplet: 1E, 3B and AB. RGB value is (30,59,171). Sum of RGB (Red+Green+Blue) = 30+59+171=260 (34% of max value = 765). Red value is 30 (12.11% from 255 or 11.54% from 260); Green value is 59 (23.44% from 255 or 22.69% from 260); Blue value is 171 (67.19% from 255 or 65.77% from 260); Max value from RGB is 171 - color contains mainly: blue. Hex color #1E3BAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E3BAB is #E1C454. Grayscale: #3E3E3E. Windows color (decimal): -14795861 or 11221790. OLE color: 11221790.
HSL color Cylindrical-coordinate representation of color #1E3BAB: hue angle of 227.66º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1E3BAB is Cyan = 0.82, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 30 | 59 | 171 | - |
| CMYK | 0.82 | 0.65 | 0 | 0.33 |
| HSL | 227.66º | 0.7% | 0.39% | - |
| HSV(B) | 227.66º | 0.82% | 0.67% | - |
| XYZ | 9.45 | 6.34 | 39.25 | - |
| YUV | 63.1 | 188.89 | 104.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 59 | 171 | 0.82 | 0.65 | 0 | 0.33 | 227.66 | 0.7 | 0.39 |
| Hex | 1E | 3B | AB | 52 | 41 | 0 | 21 | E4 | 46 | 27 |
| Octal | 36 | 73 | 253 | 122 | 101 | 0 | 41 | 344 | 106 | 47 |
| Binary | 11110 | 111011 | 10101011 | 1010010 | 1000001 | 0 | 100001 | 11100100 | 1000110 | 100111 |
Color Harmonies of #1E3BAB
Complementary color
Monochromatic Colors of #1E3BAB
Black with #1E3BAB
Text Example
Text Example
White with #1E3BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E3BAB; }
p { color: rgb(30,59,171); }
H1.HeaderClassName
{
color: #1E3BAB;
}
.AnyTagClassName
{
color: #1E3BAB;
}
</style>
background-color css
<style>
a { background-color: #1E3BAB; }
a { background-color: rgb(30,59,171); }
div.DivClassName
{
background-color: #1E3BAB;
}
.BgClassName
{
background-color: #1E3BAB;
}
</style>
border-color css
<style>
span { border-color: #1E3BAB; }
span { border-color: rgb(30,59,171); }
td.TdClassName
{
border-color: #1E3BAB;
}
.TagClassName
{
border-color: #1E3BAB;
}
</style>