Shades of Persian Blue #1942EE
Tints of Persian Blue #1942EE
RGB
CMYK
RGB Variations
Color information
#1942EE (or 0x1942EE) is known color: Persian Blue. HEX triplet: 19, 42 and EE. RGB value is (25,66,238). Sum of RGB (Red+Green+Blue) = 25+66+238=329 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.60% from 329); Green value is 66 (26.17% from 255 or 20.06% from 329); Blue value is 238 (93.36% from 255 or 72.34% from 329); Max value from RGB is 238 - color contains mainly: blue. Hex color #1942EE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1942EE is #E6BD11. Grayscale: #484848. Windows color (decimal): -15121682 or 15614489. OLE color: 15614489.
HSL color Cylindrical-coordinate representation of color #1942EE: hue angle of 228.45º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1942EE is Cyan = 0.89, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 25 | 66 | 238 | - |
| CMYK | 0.89 | 0.72 | 0 | 0.07 |
| HSL | 228.45º | 0.86% | 0.52% | - |
| HSV(B) | 228.45º | 0.89% | 0.93% | - |
| XYZ | 17.78 | 10.28 | 81.94 | - |
| YUV | 73.35 | 220.92 | 93.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 66 | 238 | 0.89 | 0.72 | 0 | 0.07 | 228.45 | 0.86 | 0.52 |
| Hex | 19 | 42 | EE | 59 | 48 | 0 | 7 | E4 | 56 | 34 |
| Octal | 31 | 102 | 356 | 131 | 110 | 0 | 7 | 344 | 126 | 64 |
| Binary | 11001 | 1000010 | 11101110 | 1011001 | 1001000 | 0 | 111 | 11100100 | 1010110 | 110100 |
Color Harmonies of #1942EE
Complementary color
Monochromatic Colors of #1942EE
Black with #1942EE
Text Example
Text Example
White with #1942EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1942EE; }
p { color: rgb(25,66,238); }
H1.HeaderClassName
{
color: #1942EE;
}
.AnyTagClassName
{
color: #1942EE;
}
</style>
background-color css
<style>
a { background-color: #1942EE; }
a { background-color: rgb(25,66,238); }
div.DivClassName
{
background-color: #1942EE;
}
.BgClassName
{
background-color: #1942EE;
}
</style>
border-color css
<style>
span { border-color: #1942EE; }
span { border-color: rgb(25,66,238); }
td.TdClassName
{
border-color: #1942EE;
}
.TagClassName
{
border-color: #1942EE;
}
</style>