Shades of Persian Blue #1E19BC
Tints of Persian Blue #1E19BC
RGB
CMYK
RGB Variations
Color information
#1E19BC (or 0x1E19BC) is known color: Persian Blue. HEX triplet: 1E, 19 and BC. RGB value is (30,25,188). Sum of RGB (Red+Green+Blue) = 30+25+188=243 (32% of max value = 765). Red value is 30 (12.11% from 255 or 12.35% from 243); Green value is 25 (10.16% from 255 or 10.29% from 243); Blue value is 188 (73.83% from 255 or 77.37% from 243); Max value from RGB is 188 - color contains mainly: blue. Hex color #1E19BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1E19BC is #E1E643. Grayscale: #2C2C2C. Windows color (decimal): -14804548 or 12327198. OLE color: 12327198.
HSL color Cylindrical-coordinate representation of color #1E19BC: hue angle of 241.84º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1E19BC is Cyan = 0.84, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 30 | 25 | 188 | - |
| CMYK | 0.84 | 0.87 | 0 | 0.26 |
| HSL | 241.84º | 0.77% | 0.42% | - |
| HSV(B) | 241.84º | 0.87% | 0.74% | - |
| XYZ | 9.96 | 4.6 | 47.94 | - |
| YUV | 45.08 | 208.66 | 117.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 25 | 188 | 0.84 | 0.87 | 0 | 0.26 | 241.84 | 0.77 | 0.42 |
| Hex | 1E | 19 | BC | 54 | 57 | 0 | 1A | F2 | 4D | 2A |
| Octal | 36 | 31 | 274 | 124 | 127 | 0 | 32 | 362 | 115 | 52 |
| Binary | 11110 | 11001 | 10111100 | 1010100 | 1010111 | 0 | 11010 | 11110010 | 1001101 | 101010 |
Color Harmonies of #1E19BC
Complementary color
Monochromatic Colors of #1E19BC
Black with #1E19BC
Text Example
Text Example
White with #1E19BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E19BC; }
p { color: rgb(30,25,188); }
H1.HeaderClassName
{
color: #1E19BC;
}
.AnyTagClassName
{
color: #1E19BC;
}
</style>
background-color css
<style>
a { background-color: #1E19BC; }
a { background-color: rgb(30,25,188); }
div.DivClassName
{
background-color: #1E19BC;
}
.BgClassName
{
background-color: #1E19BC;
}
</style>
border-color css
<style>
span { border-color: #1E19BC; }
span { border-color: rgb(30,25,188); }
td.TdClassName
{
border-color: #1E19BC;
}
.TagClassName
{
border-color: #1E19BC;
}
</style>