Shades of Persian Blue #1E2ABE
Tints of Persian Blue #1E2ABE
RGB
CMYK
RGB Variations
Color information
#1E2ABE (or 0x1E2ABE) is known color: Persian Blue. HEX triplet: 1E, 2A and BE. RGB value is (30,42,190). Sum of RGB (Red+Green+Blue) = 30+42+190=262 (34% of max value = 765). Red value is 30 (12.11% from 255 or 11.45% from 262); Green value is 42 (16.80% from 255 or 16.03% from 262); Blue value is 190 (74.61% from 255 or 72.52% from 262); Max value from RGB is 190 - color contains mainly: blue. Hex color #1E2ABE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1E2ABE is #E1D541. Grayscale: #363636. Windows color (decimal): -14800194 or 12462622. OLE color: 12462622.
HSL color Cylindrical-coordinate representation of color #1E2ABE: hue angle of 235.5º 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 #1E2ABE is Cyan = 0.84, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 30 | 42 | 190 | - |
| CMYK | 0.84 | 0.78 | 0 | 0.25 |
| HSL | 235.5º | 0.73% | 0.43% | - |
| HSV(B) | 235.5º | 0.84% | 0.75% | - |
| XYZ | 10.66 | 5.65 | 49.24 | - |
| YUV | 55.28 | 204.02 | 109.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 42 | 190 | 0.84 | 0.78 | 0 | 0.25 | 235.5 | 0.73 | 0.43 |
| Hex | 1E | 2A | BE | 54 | 4E | 0 | 19 | EC | 49 | 2B |
| Octal | 36 | 52 | 276 | 124 | 116 | 0 | 31 | 354 | 111 | 53 |
| Binary | 11110 | 101010 | 10111110 | 1010100 | 1001110 | 0 | 11001 | 11101100 | 1001001 | 101011 |
Color Harmonies of #1E2ABE
Complementary color
Monochromatic Colors of #1E2ABE
Black with #1E2ABE
Text Example
Text Example
White with #1E2ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E2ABE; }
p { color: rgb(30,42,190); }
H1.HeaderClassName
{
color: #1E2ABE;
}
.AnyTagClassName
{
color: #1E2ABE;
}
</style>
background-color css
<style>
a { background-color: #1E2ABE; }
a { background-color: rgb(30,42,190); }
div.DivClassName
{
background-color: #1E2ABE;
}
.BgClassName
{
background-color: #1E2ABE;
}
</style>
border-color css
<style>
span { border-color: #1E2ABE; }
span { border-color: rgb(30,42,190); }
td.TdClassName
{
border-color: #1E2ABE;
}
.TagClassName
{
border-color: #1E2ABE;
}
</style>