Shades of Persian Blue #1942EA
Tints of Persian Blue #1942EA
RGB
CMYK
RGB Variations
Color information
#1942EA (or 0x1942EA) is known color: Persian Blue. HEX triplet: 19, 42 and EA. RGB value is (25,66,234). Sum of RGB (Red+Green+Blue) = 25+66+234=325 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.69% from 325); Green value is 66 (26.17% from 255 or 20.31% from 325); Blue value is 234 (91.80% from 255 or 72% from 325); Max value from RGB is 234 - color contains mainly: blue. Hex color #1942EA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1942EA is #E6BD15. Grayscale: #484848. Windows color (decimal): -15121686 or 15352345. OLE color: 15352345.
HSL color Cylindrical-coordinate representation of color #1942EA: hue angle of 228.23º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1942EA is Cyan = 0.89, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 25 | 66 | 234 | - |
| CMYK | 0.89 | 0.72 | 0 | 0.08 |
| HSL | 228.23º | 0.83% | 0.51% | - |
| HSV(B) | 228.23º | 0.89% | 0.92% | - |
| XYZ | 17.2 | 10.04 | 78.87 | - |
| YUV | 72.89 | 218.92 | 93.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 66 | 234 | 0.89 | 0.72 | 0 | 0.08 | 228.23 | 0.83 | 0.51 |
| Hex | 19 | 42 | EA | 59 | 48 | 0 | 8 | E4 | 53 | 33 |
| Octal | 31 | 102 | 352 | 131 | 110 | 0 | 10 | 344 | 123 | 63 |
| Binary | 11001 | 1000010 | 11101010 | 1011001 | 1001000 | 0 | 1000 | 11100100 | 1010011 | 110011 |
Color Harmonies of #1942EA
Complementary color
Monochromatic Colors of #1942EA
Black with #1942EA
Text Example
Text Example
White with #1942EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1942EA; }
p { color: rgb(25,66,234); }
H1.HeaderClassName
{
color: #1942EA;
}
.AnyTagClassName
{
color: #1942EA;
}
</style>
background-color css
<style>
a { background-color: #1942EA; }
a { background-color: rgb(25,66,234); }
div.DivClassName
{
background-color: #1942EA;
}
.BgClassName
{
background-color: #1942EA;
}
</style>
border-color css
<style>
span { border-color: #1942EA; }
span { border-color: rgb(25,66,234); }
td.TdClassName
{
border-color: #1942EA;
}
.TagClassName
{
border-color: #1942EA;
}
</style>