Shades of Persian Blue #1940E0
Tints of Persian Blue #1940E0
RGB
CMYK
RGB Variations
Color information
#1940E0 (or 0x1940E0) is known color: Persian Blue. HEX triplet: 19, 40 and E0. RGB value is (25,64,224). Sum of RGB (Red+Green+Blue) = 25+64+224=313 (41% of max value = 765). Red value is 25 (10.16% from 255 or 7.99% from 313); Green value is 64 (25.39% from 255 or 20.45% from 313); Blue value is 224 (87.89% from 255 or 71.57% from 313); Max value from RGB is 224 - color contains mainly: blue. Hex color #1940E0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1940E0 is #E6BF1F. Grayscale: #454545. Windows color (decimal): -15122208 or 14696473. OLE color: 14696473.
HSL color Cylindrical-coordinate representation of color #1940E0: hue angle of 228.24º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1940E0 is Cyan = 0.89, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 25 | 64 | 224 | - |
| CMYK | 0.89 | 0.71 | 0 | 0.12 |
| HSL | 228.24º | 0.8% | 0.49% | - |
| HSV(B) | 228.24º | 0.89% | 0.88% | - |
| XYZ | 15.69 | 9.26 | 71.48 | - |
| YUV | 70.58 | 214.58 | 95.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 64 | 224 | 0.89 | 0.71 | 0 | 0.12 | 228.24 | 0.8 | 0.49 |
| Hex | 19 | 40 | E0 | 59 | 47 | 0 | C | E4 | 50 | 31 |
| Octal | 31 | 100 | 340 | 131 | 107 | 0 | 14 | 344 | 120 | 61 |
| Binary | 11001 | 1000000 | 11100000 | 1011001 | 1000111 | 0 | 1100 | 11100100 | 1010000 | 110001 |
Color Harmonies of #1940E0
Complementary color
Monochromatic Colors of #1940E0
Black with #1940E0
Text Example
Text Example
White with #1940E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1940E0; }
p { color: rgb(25,64,224); }
H1.HeaderClassName
{
color: #1940E0;
}
.AnyTagClassName
{
color: #1940E0;
}
</style>
background-color css
<style>
a { background-color: #1940E0; }
a { background-color: rgb(25,64,224); }
div.DivClassName
{
background-color: #1940E0;
}
.BgClassName
{
background-color: #1940E0;
}
</style>
border-color css
<style>
span { border-color: #1940E0; }
span { border-color: rgb(25,64,224); }
td.TdClassName
{
border-color: #1940E0;
}
.TagClassName
{
border-color: #1940E0;
}
</style>