Shades of Persian Blue #1E2BBE
Tints of Persian Blue #1E2BBE
RGB
CMYK
RGB Variations
Color information
#1E2BBE (or 0x1E2BBE) is known color: Persian Blue. HEX triplet: 1E, 2B and BE. RGB value is (30,43,190). Sum of RGB (Red+Green+Blue) = 30+43+190=263 (34% of max value = 765). Red value is 30 (12.11% from 255 or 11.41% from 263); Green value is 43 (17.19% from 255 or 16.35% from 263); Blue value is 190 (74.61% from 255 or 72.24% from 263); Max value from RGB is 190 - color contains mainly: blue. Hex color #1E2BBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1E2BBE is #E1D441. Grayscale: #373737. Windows color (decimal): -14799938 or 12462878. OLE color: 12462878.
HSL color Cylindrical-coordinate representation of color #1E2BBE: hue angle of 235.12º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1E2BBE is Cyan = 0.84, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 30 | 43 | 190 | - |
| CMYK | 0.84 | 0.77 | 0 | 0.25 |
| HSL | 235.13º | 0.73% | 0.43% | - |
| HSV(B) | 235.13º | 0.84% | 0.75% | - |
| XYZ | 10.69 | 5.72 | 49.26 | - |
| YUV | 55.87 | 203.69 | 109.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 43 | 190 | 0.84 | 0.77 | 0 | 0.25 | 235.13 | 0.73 | 0.43 |
| Hex | 1E | 2B | BE | 54 | 4D | 0 | 19 | EB | 49 | 2B |
| Octal | 36 | 53 | 276 | 124 | 115 | 0 | 31 | 353 | 111 | 53 |
| Binary | 11110 | 101011 | 10111110 | 1010100 | 1001101 | 0 | 11001 | 11101011 | 1001001 | 101011 |
Color Harmonies of #1E2BBE
Complementary color
Monochromatic Colors of #1E2BBE
Black with #1E2BBE
Text Example
Text Example
White with #1E2BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E2BBE; }
p { color: rgb(30,43,190); }
H1.HeaderClassName
{
color: #1E2BBE;
}
.AnyTagClassName
{
color: #1E2BBE;
}
</style>
background-color css
<style>
a { background-color: #1E2BBE; }
a { background-color: rgb(30,43,190); }
div.DivClassName
{
background-color: #1E2BBE;
}
.BgClassName
{
background-color: #1E2BBE;
}
</style>
border-color css
<style>
span { border-color: #1E2BBE; }
span { border-color: rgb(30,43,190); }
td.TdClassName
{
border-color: #1E2BBE;
}
.TagClassName
{
border-color: #1E2BBE;
}
</style>