Shades of Persian Blue #1E20BE
Tints of Persian Blue #1E20BE
RGB
CMYK
RGB Variations
Color information
#1E20BE (or 0x1E20BE) is known color: Persian Blue. HEX triplet: 1E, 20 and BE. RGB value is (30,32,190). Sum of RGB (Red+Green+Blue) = 30+32+190=252 (33% of max value = 765). Red value is 30 (12.11% from 255 or 11.90% from 252); Green value is 32 (12.89% from 255 or 12.70% from 252); Blue value is 190 (74.61% from 255 or 75.40% from 252); Max value from RGB is 190 - color contains mainly: blue. Hex color #1E20BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1E20BE is #E1DF41. Grayscale: #303030. Windows color (decimal): -14802754 or 12460062. OLE color: 12460062.
HSL color Cylindrical-coordinate representation of color #1E20BE: hue angle of 239.25º 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 #1E20BE is Cyan = 0.84, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 30 | 32 | 190 | - |
| CMYK | 0.84 | 0.83 | 0 | 0.25 |
| HSL | 239.25º | 0.73% | 0.43% | - |
| HSV(B) | 239.25º | 0.84% | 0.75% | - |
| XYZ | 10.35 | 5.03 | 49.14 | - |
| YUV | 49.41 | 207.34 | 114.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 32 | 190 | 0.84 | 0.83 | 0 | 0.25 | 239.25 | 0.73 | 0.43 |
| Hex | 1E | 20 | BE | 54 | 53 | 0 | 19 | EF | 49 | 2B |
| Octal | 36 | 40 | 276 | 124 | 123 | 0 | 31 | 357 | 111 | 53 |
| Binary | 11110 | 100000 | 10111110 | 1010100 | 1010011 | 0 | 11001 | 11101111 | 1001001 | 101011 |
Color Harmonies of #1E20BE
Complementary color
Monochromatic Colors of #1E20BE
Black with #1E20BE
Text Example
Text Example
White with #1E20BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E20BE; }
p { color: rgb(30,32,190); }
H1.HeaderClassName
{
color: #1E20BE;
}
.AnyTagClassName
{
color: #1E20BE;
}
</style>
background-color css
<style>
a { background-color: #1E20BE; }
a { background-color: rgb(30,32,190); }
div.DivClassName
{
background-color: #1E20BE;
}
.BgClassName
{
background-color: #1E20BE;
}
</style>
border-color css
<style>
span { border-color: #1E20BE; }
span { border-color: rgb(30,32,190); }
td.TdClassName
{
border-color: #1E20BE;
}
.TagClassName
{
border-color: #1E20BE;
}
</style>