Shades of Persian Blue #1940DE
Tints of Persian Blue #1940DE
RGB
CMYK
RGB Variations
Color information
#1940DE (or 0x1940DE) is known color: Persian Blue. HEX triplet: 19, 40 and DE. RGB value is (25,64,222). Sum of RGB (Red+Green+Blue) = 25+64+222=311 (41% of max value = 765). Red value is 25 (10.16% from 255 or 8.04% from 311); Green value is 64 (25.39% from 255 or 20.58% from 311); Blue value is 222 (87.11% from 255 or 71.38% from 311); Max value from RGB is 222 - color contains mainly: blue. Hex color #1940DE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1940DE is #E6BF21. Grayscale: #454545. Windows color (decimal): -15122210 or 14565401. OLE color: 14565401.
HSL color Cylindrical-coordinate representation of color #1940DE: hue angle of 228.12º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1940DE is Cyan = 0.89, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 25 | 64 | 222 | - |
| CMYK | 0.89 | 0.71 | 0 | 0.13 |
| HSL | 228.12º | 0.8% | 0.48% | - |
| HSV(B) | 228.12º | 0.89% | 0.87% | - |
| XYZ | 15.42 | 9.15 | 70.06 | - |
| YUV | 70.35 | 213.58 | 95.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 64 | 222 | 0.89 | 0.71 | 0 | 0.13 | 228.12 | 0.8 | 0.48 |
| Hex | 19 | 40 | DE | 59 | 47 | 0 | D | E4 | 50 | 30 |
| Octal | 31 | 100 | 336 | 131 | 107 | 0 | 15 | 344 | 120 | 60 |
| Binary | 11001 | 1000000 | 11011110 | 1011001 | 1000111 | 0 | 1101 | 11100100 | 1010000 | 110000 |
Color Harmonies of #1940DE
Complementary color
Monochromatic Colors of #1940DE
Black with #1940DE
Text Example
Text Example
White with #1940DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1940DE; }
p { color: rgb(25,64,222); }
H1.HeaderClassName
{
color: #1940DE;
}
.AnyTagClassName
{
color: #1940DE;
}
</style>
background-color css
<style>
a { background-color: #1940DE; }
a { background-color: rgb(25,64,222); }
div.DivClassName
{
background-color: #1940DE;
}
.BgClassName
{
background-color: #1940DE;
}
</style>
border-color css
<style>
span { border-color: #1940DE; }
span { border-color: rgb(25,64,222); }
td.TdClassName
{
border-color: #1940DE;
}
.TagClassName
{
border-color: #1940DE;
}
</style>