Shades of Persian Blue #1942EF
Tints of Persian Blue #1942EF
RGB
CMYK
RGB Variations
Color information
#1942EF (or 0x1942EF) is known color: Persian Blue. HEX triplet: 19, 42 and EF. RGB value is (25,66,239). Sum of RGB (Red+Green+Blue) = 25+66+239=330 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.58% from 330); Green value is 66 (26.17% from 255 or 20% from 330); Blue value is 239 (93.75% from 255 or 72.42% from 330); Max value from RGB is 239 - color contains mainly: blue. Hex color #1942EF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1942EF is #E6BD10. Grayscale: #484848. Windows color (decimal): -15121681 or 15680025. OLE color: 15680025.
HSL color Cylindrical-coordinate representation of color #1942EF: hue angle of 228.5º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1942EF is Cyan = 0.90, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 25 | 66 | 239 | - |
| CMYK | 0.90 | 0.72 | 0 | 0.06 |
| HSL | 228.5º | 0.87% | 0.52% | - |
| HSV(B) | 228.5º | 0.9% | 0.94% | - |
| XYZ | 17.93 | 10.34 | 82.71 | - |
| YUV | 73.46 | 221.42 | 93.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 66 | 239 | 0.90 | 0.72 | 0 | 0.06 | 228.5 | 0.87 | 0.52 |
| Hex | 19 | 42 | EF | 5A | 48 | 0 | 6 | E5 | 57 | 34 |
| Octal | 31 | 102 | 357 | 132 | 110 | 0 | 6 | 345 | 127 | 64 |
| Binary | 11001 | 1000010 | 11101111 | 1011010 | 1001000 | 0 | 110 | 11100101 | 1010111 | 110100 |
Color Harmonies of #1942EF
Complementary color
Monochromatic Colors of #1942EF
Black with #1942EF
Text Example
Text Example
White with #1942EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1942EF; }
p { color: rgb(25,66,239); }
H1.HeaderClassName
{
color: #1942EF;
}
.AnyTagClassName
{
color: #1942EF;
}
</style>
background-color css
<style>
a { background-color: #1942EF; }
a { background-color: rgb(25,66,239); }
div.DivClassName
{
background-color: #1942EF;
}
.BgClassName
{
background-color: #1942EF;
}
</style>
border-color css
<style>
span { border-color: #1942EF; }
span { border-color: rgb(25,66,239); }
td.TdClassName
{
border-color: #1942EF;
}
.TagClassName
{
border-color: #1942EF;
}
</style>