Shades of Persian Blue #1E19BE
Tints of Persian Blue #1E19BE
RGB
CMYK
RGB Variations
Color information
#1E19BE (or 0x1E19BE) is known color: Persian Blue. HEX triplet: 1E, 19 and BE. RGB value is (30,25,190). Sum of RGB (Red+Green+Blue) = 30+25+190=245 (32% of max value = 765). Red value is 30 (12.11% from 255 or 12.24% from 245); Green value is 25 (10.16% from 255 or 10.20% from 245); Blue value is 190 (74.61% from 255 or 77.55% from 245); Max value from RGB is 190 - color contains mainly: blue. Hex color #1E19BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1E19BE is #E1E641. Grayscale: #2C2C2C. Windows color (decimal): -14804546 or 12458270. OLE color: 12458270.
HSL color Cylindrical-coordinate representation of color #1E19BE: hue angle of 241.82º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1E19BE is Cyan = 0.84, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 30 | 25 | 190 | - |
| CMYK | 0.84 | 0.87 | 0 | 0.25 |
| HSL | 241.82º | 0.77% | 0.42% | - |
| HSV(B) | 241.82º | 0.87% | 0.75% | - |
| XYZ | 10.18 | 4.69 | 49.08 | - |
| YUV | 45.31 | 209.66 | 117.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 25 | 190 | 0.84 | 0.87 | 0 | 0.25 | 241.82 | 0.77 | 0.42 |
| Hex | 1E | 19 | BE | 54 | 57 | 0 | 19 | F2 | 4D | 2A |
| Octal | 36 | 31 | 276 | 124 | 127 | 0 | 31 | 362 | 115 | 52 |
| Binary | 11110 | 11001 | 10111110 | 1010100 | 1010111 | 0 | 11001 | 11110010 | 1001101 | 101010 |
Color Harmonies of #1E19BE
Complementary color
Monochromatic Colors of #1E19BE
Black with #1E19BE
Text Example
Text Example
White with #1E19BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E19BE; }
p { color: rgb(30,25,190); }
H1.HeaderClassName
{
color: #1E19BE;
}
.AnyTagClassName
{
color: #1E19BE;
}
</style>
background-color css
<style>
a { background-color: #1E19BE; }
a { background-color: rgb(30,25,190); }
div.DivClassName
{
background-color: #1E19BE;
}
.BgClassName
{
background-color: #1E19BE;
}
</style>
border-color css
<style>
span { border-color: #1E19BE; }
span { border-color: rgb(30,25,190); }
td.TdClassName
{
border-color: #1E19BE;
}
.TagClassName
{
border-color: #1E19BE;
}
</style>