Shades of Persian Blue #1944E7
Tints of Persian Blue #1944E7
RGB
CMYK
RGB Variations
Color information
#1944E7 (or 0x1944E7) is known color: Persian Blue. HEX triplet: 19, 44 and E7. RGB value is (25,68,231). Sum of RGB (Red+Green+Blue) = 25+68+231=324 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.72% from 324); Green value is 68 (26.95% from 255 or 20.99% from 324); Blue value is 231 (90.62% from 255 or 71.30% from 324); Max value from RGB is 231 - color contains mainly: blue. Hex color #1944E7 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1944E7 is #E6BB18. Grayscale: #494949. Windows color (decimal): -15121177 or 15156249. OLE color: 15156249.
HSL color Cylindrical-coordinate representation of color #1944E7: hue angle of 227.48º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1944E7 is Cyan = 0.89, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 25 | 68 | 231 | - |
| CMYK | 0.89 | 0.71 | 0 | 0.09 |
| HSL | 227.48º | 0.81% | 0.5% | - |
| HSV(B) | 227.48º | 0.89% | 0.91% | - |
| XYZ | 16.89 | 10.11 | 76.66 | - |
| YUV | 73.73 | 216.75 | 93.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 68 | 231 | 0.89 | 0.71 | 0 | 0.09 | 227.48 | 0.81 | 0.5 |
| Hex | 19 | 44 | E7 | 59 | 47 | 0 | 9 | E3 | 51 | 32 |
| Octal | 31 | 104 | 347 | 131 | 107 | 0 | 11 | 343 | 121 | 62 |
| Binary | 11001 | 1000100 | 11100111 | 1011001 | 1000111 | 0 | 1001 | 11100011 | 1010001 | 110010 |
Color Harmonies of #1944E7
Complementary color
Monochromatic Colors of #1944E7
Black with #1944E7
Text Example
Text Example
White with #1944E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1944E7; }
p { color: rgb(25,68,231); }
H1.HeaderClassName
{
color: #1944E7;
}
.AnyTagClassName
{
color: #1944E7;
}
</style>
background-color css
<style>
a { background-color: #1944E7; }
a { background-color: rgb(25,68,231); }
div.DivClassName
{
background-color: #1944E7;
}
.BgClassName
{
background-color: #1944E7;
}
</style>
border-color css
<style>
span { border-color: #1944E7; }
span { border-color: rgb(25,68,231); }
td.TdClassName
{
border-color: #1944E7;
}
.TagClassName
{
border-color: #1944E7;
}
</style>