Shades of Persian Blue #1942ED
Tints of Persian Blue #1942ED
RGB
CMYK
RGB Variations
Color information
#1942ED (or 0x1942ED) is known color: Persian Blue. HEX triplet: 19, 42 and ED. RGB value is (25,66,237). Sum of RGB (Red+Green+Blue) = 25+66+237=328 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.62% from 328); Green value is 66 (26.17% from 255 or 20.12% from 328); Blue value is 237 (92.97% from 255 or 72.26% from 328); Max value from RGB is 237 - color contains mainly: blue. Hex color #1942ED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1942ED is #E6BD12. Grayscale: #484848. Windows color (decimal): -15121683 or 15548953. OLE color: 15548953.
HSL color Cylindrical-coordinate representation of color #1942ED: hue angle of 228.4º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1942ED is Cyan = 0.89, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 25 | 66 | 237 | - |
| CMYK | 0.89 | 0.72 | 0 | 0.07 |
| HSL | 228.4º | 0.85% | 0.51% | - |
| HSV(B) | 228.4º | 0.89% | 0.93% | - |
| XYZ | 17.64 | 10.22 | 81.16 | - |
| YUV | 73.24 | 220.42 | 93.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 66 | 237 | 0.89 | 0.72 | 0 | 0.07 | 228.4 | 0.85 | 0.51 |
| Hex | 19 | 42 | ED | 59 | 48 | 0 | 7 | E4 | 55 | 33 |
| Octal | 31 | 102 | 355 | 131 | 110 | 0 | 7 | 344 | 125 | 63 |
| Binary | 11001 | 1000010 | 11101101 | 1011001 | 1001000 | 0 | 111 | 11100100 | 1010101 | 110011 |
Color Harmonies of #1942ED
Complementary color
Monochromatic Colors of #1942ED
Black with #1942ED
Text Example
Text Example
White with #1942ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1942ED; }
p { color: rgb(25,66,237); }
H1.HeaderClassName
{
color: #1942ED;
}
.AnyTagClassName
{
color: #1942ED;
}
</style>
background-color css
<style>
a { background-color: #1942ED; }
a { background-color: rgb(25,66,237); }
div.DivClassName
{
background-color: #1942ED;
}
.BgClassName
{
background-color: #1942ED;
}
</style>
border-color css
<style>
span { border-color: #1942ED; }
span { border-color: rgb(25,66,237); }
td.TdClassName
{
border-color: #1942ED;
}
.TagClassName
{
border-color: #1942ED;
}
</style>