Shades of Persian Blue #1945EC
Tints of Persian Blue #1945EC
RGB
CMYK
RGB Variations
Color information
#1945EC (or 0x1945EC) is known color: Persian Blue. HEX triplet: 19, 45 and EC. RGB value is (25,69,236). Sum of RGB (Red+Green+Blue) = 25+69+236=330 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.58% from 330); Green value is 69 (27.34% from 255 or 20.91% from 330); Blue value is 236 (92.58% from 255 or 71.52% from 330); Max value from RGB is 236 - color contains mainly: blue. Hex color #1945EC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1945EC is #E6BA13. Grayscale: #4A4A4A. Windows color (decimal): -15120916 or 15484185. OLE color: 15484185.
HSL color Cylindrical-coordinate representation of color #1945EC: hue angle of 227.49º 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 #1945EC is Cyan = 0.89, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 25 | 69 | 236 | - |
| CMYK | 0.89 | 0.71 | 0 | 0.07 |
| HSL | 227.49º | 0.85% | 0.51% | - |
| HSV(B) | 227.49º | 0.89% | 0.93% | - |
| XYZ | 17.67 | 10.52 | 80.46 | - |
| YUV | 74.88 | 218.92 | 92.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 69 | 236 | 0.89 | 0.71 | 0 | 0.07 | 227.49 | 0.85 | 0.51 |
| Hex | 19 | 45 | EC | 59 | 47 | 0 | 7 | E3 | 55 | 33 |
| Octal | 31 | 105 | 354 | 131 | 107 | 0 | 7 | 343 | 125 | 63 |
| Binary | 11001 | 1000101 | 11101100 | 1011001 | 1000111 | 0 | 111 | 11100011 | 1010101 | 110011 |
Color Harmonies of #1945EC
Complementary color
Monochromatic Colors of #1945EC
Black with #1945EC
Text Example
Text Example
White with #1945EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1945EC; }
p { color: rgb(25,69,236); }
H1.HeaderClassName
{
color: #1945EC;
}
.AnyTagClassName
{
color: #1945EC;
}
</style>
background-color css
<style>
a { background-color: #1945EC; }
a { background-color: rgb(25,69,236); }
div.DivClassName
{
background-color: #1945EC;
}
.BgClassName
{
background-color: #1945EC;
}
</style>
border-color css
<style>
span { border-color: #1945EC; }
span { border-color: rgb(25,69,236); }
td.TdClassName
{
border-color: #1945EC;
}
.TagClassName
{
border-color: #1945EC;
}
</style>