Shades of Persian Blue #1941EC
Tints of Persian Blue #1941EC
RGB
CMYK
RGB Variations
Color information
#1941EC (or 0x1941EC) is known color: Persian Blue. HEX triplet: 19, 41 and EC. RGB value is (25,65,236). Sum of RGB (Red+Green+Blue) = 25+65+236=326 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.67% from 326); Green value is 65 (25.78% from 255 or 19.94% from 326); Blue value is 236 (92.58% from 255 or 72.39% from 326); Max value from RGB is 236 - color contains mainly: blue. Hex color #1941EC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1941EC is #E6BE13. Grayscale: #474747. Windows color (decimal): -15121940 or 15483161. OLE color: 15483161.
HSL color Cylindrical-coordinate representation of color #1941EC: hue angle of 228.63º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1941EC is Cyan = 0.89, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 25 | 65 | 236 | - |
| CMYK | 0.89 | 0.72 | 0 | 0.07 |
| HSL | 228.63º | 0.85% | 0.51% | - |
| HSV(B) | 228.63º | 0.89% | 0.93% | - |
| XYZ | 17.43 | 10.04 | 80.38 | - |
| YUV | 72.53 | 220.25 | 94.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 65 | 236 | 0.89 | 0.72 | 0 | 0.07 | 228.63 | 0.85 | 0.51 |
| Hex | 19 | 41 | EC | 59 | 48 | 0 | 7 | E5 | 55 | 33 |
| Octal | 31 | 101 | 354 | 131 | 110 | 0 | 7 | 345 | 125 | 63 |
| Binary | 11001 | 1000001 | 11101100 | 1011001 | 1001000 | 0 | 111 | 11100101 | 1010101 | 110011 |
Color Harmonies of #1941EC
Complementary color
Monochromatic Colors of #1941EC
Black with #1941EC
Text Example
Text Example
White with #1941EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1941EC; }
p { color: rgb(25,65,236); }
H1.HeaderClassName
{
color: #1941EC;
}
.AnyTagClassName
{
color: #1941EC;
}
</style>
background-color css
<style>
a { background-color: #1941EC; }
a { background-color: rgb(25,65,236); }
div.DivClassName
{
background-color: #1941EC;
}
.BgClassName
{
background-color: #1941EC;
}
</style>
border-color css
<style>
span { border-color: #1941EC; }
span { border-color: rgb(25,65,236); }
td.TdClassName
{
border-color: #1941EC;
}
.TagClassName
{
border-color: #1941EC;
}
</style>