Shades of Persian Blue #1942DD
Tints of Persian Blue #1942DD
RGB
CMYK
RGB Variations
Color information
#1942DD (or 0x1942DD) is known color: Persian Blue. HEX triplet: 19, 42 and DD. RGB value is (25,66,221). Sum of RGB (Red+Green+Blue) = 25+66+221=312 (41% of max value = 765). Red value is 25 (10.16% from 255 or 8.01% from 312); Green value is 66 (26.17% from 255 or 21.15% from 312); Blue value is 221 (86.72% from 255 or 70.83% from 312); Max value from RGB is 221 - color contains mainly: blue. Hex color #1942DD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1942DD is #E6BD22. Grayscale: #464646. Windows color (decimal): -15121699 or 14500377. OLE color: 14500377.
HSL color Cylindrical-coordinate representation of color #1942DD: hue angle of 227.45º 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 #1942DD is Cyan = 0.89, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 25 | 66 | 221 | - |
| CMYK | 0.89 | 0.70 | 0 | 0.13 |
| HSL | 227.45º | 0.8% | 0.48% | - |
| HSV(B) | 227.45º | 0.89% | 0.87% | - |
| XYZ | 15.4 | 9.32 | 69.39 | - |
| YUV | 71.41 | 212.42 | 94.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 66 | 221 | 0.89 | 0.70 | 0 | 0.13 | 227.45 | 0.8 | 0.48 |
| Hex | 19 | 42 | DD | 59 | 46 | 0 | D | E3 | 50 | 30 |
| Octal | 31 | 102 | 335 | 131 | 106 | 0 | 15 | 343 | 120 | 60 |
| Binary | 11001 | 1000010 | 11011101 | 1011001 | 1000110 | 0 | 1101 | 11100011 | 1010000 | 110000 |
Color Harmonies of #1942DD
Complementary color
Monochromatic Colors of #1942DD
Black with #1942DD
Text Example
Text Example
White with #1942DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1942DD; }
p { color: rgb(25,66,221); }
H1.HeaderClassName
{
color: #1942DD;
}
.AnyTagClassName
{
color: #1942DD;
}
</style>
background-color css
<style>
a { background-color: #1942DD; }
a { background-color: rgb(25,66,221); }
div.DivClassName
{
background-color: #1942DD;
}
.BgClassName
{
background-color: #1942DD;
}
</style>
border-color css
<style>
span { border-color: #1942DD; }
span { border-color: rgb(25,66,221); }
td.TdClassName
{
border-color: #1942DD;
}
.TagClassName
{
border-color: #1942DD;
}
</style>