Shades of Persian Blue #1E2BBA
Tints of Persian Blue #1E2BBA
RGB
CMYK
RGB Variations
Color information
#1E2BBA (or 0x1E2BBA) is known color: Persian Blue. HEX triplet: 1E, 2B and BA. RGB value is (30,43,186). Sum of RGB (Red+Green+Blue) = 30+43+186=259 (34% of max value = 765). Red value is 30 (12.11% from 255 or 11.58% from 259); Green value is 43 (17.19% from 255 or 16.60% from 259); Blue value is 186 (73.05% from 255 or 71.81% from 259); Max value from RGB is 186 - color contains mainly: blue. Hex color #1E2BBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1E2BBA is #E1D445. Grayscale: #363636. Windows color (decimal): -14799942 or 12200734. OLE color: 12200734.
HSL color Cylindrical-coordinate representation of color #1E2BBA: hue angle of 235º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1E2BBA is Cyan = 0.84, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 30 | 43 | 186 | - |
| CMYK | 0.84 | 0.77 | 0 | 0.27 |
| HSL | 235º | 0.72% | 0.42% | - |
| HSV(B) | 235º | 0.84% | 0.73% | - |
| XYZ | 10.26 | 5.55 | 46.98 | - |
| YUV | 55.42 | 201.69 | 109.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 43 | 186 | 0.84 | 0.77 | 0 | 0.27 | 235 | 0.72 | 0.42 |
| Hex | 1E | 2B | BA | 54 | 4D | 0 | 1B | EB | 48 | 2A |
| Octal | 36 | 53 | 272 | 124 | 115 | 0 | 33 | 353 | 110 | 52 |
| Binary | 11110 | 101011 | 10111010 | 1010100 | 1001101 | 0 | 11011 | 11101011 | 1001000 | 101010 |
Color Harmonies of #1E2BBA
Complementary color
Monochromatic Colors of #1E2BBA
Black with #1E2BBA
Text Example
Text Example
White with #1E2BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E2BBA; }
p { color: rgb(30,43,186); }
H1.HeaderClassName
{
color: #1E2BBA;
}
.AnyTagClassName
{
color: #1E2BBA;
}
</style>
background-color css
<style>
a { background-color: #1E2BBA; }
a { background-color: rgb(30,43,186); }
div.DivClassName
{
background-color: #1E2BBA;
}
.BgClassName
{
background-color: #1E2BBA;
}
</style>
border-color css
<style>
span { border-color: #1E2BBA; }
span { border-color: rgb(30,43,186); }
td.TdClassName
{
border-color: #1E2BBA;
}
.TagClassName
{
border-color: #1E2BBA;
}
</style>