Shades of Persian Blue #1940DF
Tints of Persian Blue #1940DF
RGB
CMYK
RGB Variations
Color information
#1940DF (or 0x1940DF) is known color: Persian Blue. HEX triplet: 19, 40 and DF. RGB value is (25,64,223). Sum of RGB (Red+Green+Blue) = 25+64+223=312 (41% of max value = 765). Red value is 25 (10.16% from 255 or 8.01% from 312); Green value is 64 (25.39% from 255 or 20.51% from 312); Blue value is 223 (87.5% from 255 or 71.47% from 312); Max value from RGB is 223 - color contains mainly: blue. Hex color #1940DF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1940DF is #E6BF20. Grayscale: #454545. Windows color (decimal): -15122209 or 14630937. OLE color: 14630937.
HSL color Cylindrical-coordinate representation of color #1940DF: hue angle of 228.18º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1940DF is Cyan = 0.89, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 25 | 64 | 223 | - |
| CMYK | 0.89 | 0.71 | 0 | 0.13 |
| HSL | 228.18º | 0.8% | 0.49% | - |
| HSV(B) | 228.18º | 0.89% | 0.87% | - |
| XYZ | 15.55 | 9.2 | 70.77 | - |
| YUV | 70.47 | 214.08 | 95.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 64 | 223 | 0.89 | 0.71 | 0 | 0.13 | 228.18 | 0.8 | 0.49 |
| Hex | 19 | 40 | DF | 59 | 47 | 0 | D | E4 | 50 | 31 |
| Octal | 31 | 100 | 337 | 131 | 107 | 0 | 15 | 344 | 120 | 61 |
| Binary | 11001 | 1000000 | 11011111 | 1011001 | 1000111 | 0 | 1101 | 11100100 | 1010000 | 110001 |
Color Harmonies of #1940DF
Complementary color
Monochromatic Colors of #1940DF
Black with #1940DF
Text Example
Text Example
White with #1940DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1940DF; }
p { color: rgb(25,64,223); }
H1.HeaderClassName
{
color: #1940DF;
}
.AnyTagClassName
{
color: #1940DF;
}
</style>
background-color css
<style>
a { background-color: #1940DF; }
a { background-color: rgb(25,64,223); }
div.DivClassName
{
background-color: #1940DF;
}
.BgClassName
{
background-color: #1940DF;
}
</style>
border-color css
<style>
span { border-color: #1940DF; }
span { border-color: rgb(25,64,223); }
td.TdClassName
{
border-color: #1940DF;
}
.TagClassName
{
border-color: #1940DF;
}
</style>