Shades of Persian Blue #1944EE
Tints of Persian Blue #1944EE
RGB
CMYK
RGB Variations
Color information
#1944EE (or 0x1944EE) is known color: Persian Blue. HEX triplet: 19, 44 and EE. RGB value is (25,68,238). Sum of RGB (Red+Green+Blue) = 25+68+238=331 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.55% from 331); Green value is 68 (26.95% from 255 or 20.54% from 331); Blue value is 238 (93.36% from 255 or 71.90% from 331); Max value from RGB is 238 - color contains mainly: blue. Hex color #1944EE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1944EE is #E6BB11. Grayscale: #494949. Windows color (decimal): -15121170 or 15615001. OLE color: 15615001.
HSL color Cylindrical-coordinate representation of color #1944EE: hue angle of 227.89º 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 #1944EE is Cyan = 0.89, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 25 | 68 | 238 | - |
| CMYK | 0.89 | 0.71 | 0 | 0.07 |
| HSL | 227.89º | 0.86% | 0.52% | - |
| HSV(B) | 227.89º | 0.89% | 0.93% | - |
| XYZ | 17.9 | 10.51 | 81.97 | - |
| YUV | 74.52 | 220.25 | 92.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 68 | 238 | 0.89 | 0.71 | 0 | 0.07 | 227.89 | 0.86 | 0.52 |
| Hex | 19 | 44 | EE | 59 | 47 | 0 | 7 | E4 | 56 | 34 |
| Octal | 31 | 104 | 356 | 131 | 107 | 0 | 7 | 344 | 126 | 64 |
| Binary | 11001 | 1000100 | 11101110 | 1011001 | 1000111 | 0 | 111 | 11100100 | 1010110 | 110100 |
Color Harmonies of #1944EE
Complementary color
Monochromatic Colors of #1944EE
Black with #1944EE
Text Example
Text Example
White with #1944EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1944EE; }
p { color: rgb(25,68,238); }
H1.HeaderClassName
{
color: #1944EE;
}
.AnyTagClassName
{
color: #1944EE;
}
</style>
background-color css
<style>
a { background-color: #1944EE; }
a { background-color: rgb(25,68,238); }
div.DivClassName
{
background-color: #1944EE;
}
.BgClassName
{
background-color: #1944EE;
}
</style>
border-color css
<style>
span { border-color: #1944EE; }
span { border-color: rgb(25,68,238); }
td.TdClassName
{
border-color: #1944EE;
}
.TagClassName
{
border-color: #1944EE;
}
</style>