Shades of Persian Blue #1939EC
Tints of Persian Blue #1939EC
RGB
CMYK
RGB Variations
Color information
#1939EC (or 0x1939EC) is known color: Persian Blue. HEX triplet: 19, 39 and EC. RGB value is (25,57,236). Sum of RGB (Red+Green+Blue) = 25+57+236=318 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.86% from 318); Green value is 57 (22.66% from 255 or 17.92% from 318); Blue value is 236 (92.58% from 255 or 74.21% from 318); Max value from RGB is 236 - color contains mainly: blue. Hex color #1939EC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1939EC is #E6C613. Grayscale: #434343. Windows color (decimal): -15123988 or 15481113. OLE color: 15481113.
HSL color Cylindrical-coordinate representation of color #1939EC: hue angle of 230.9º 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 #1939EC is Cyan = 0.89, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 25 | 57 | 236 | - |
| CMYK | 0.89 | 0.76 | 0 | 0.07 |
| HSL | 230.9º | 0.85% | 0.51% | - |
| HSV(B) | 230.9º | 0.89% | 0.93% | - |
| XYZ | 17 | 9.19 | 80.23 | - |
| YUV | 67.84 | 222.9 | 97.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 57 | 236 | 0.89 | 0.76 | 0 | 0.07 | 230.9 | 0.85 | 0.51 |
| Hex | 19 | 39 | EC | 59 | 4C | 0 | 7 | E7 | 55 | 33 |
| Octal | 31 | 71 | 354 | 131 | 114 | 0 | 7 | 347 | 125 | 63 |
| Binary | 11001 | 111001 | 11101100 | 1011001 | 1001100 | 0 | 111 | 11100111 | 1010101 | 110011 |
Color Harmonies of #1939EC
Complementary color
Monochromatic Colors of #1939EC
Black with #1939EC
Text Example
Text Example
White with #1939EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1939EC; }
p { color: rgb(25,57,236); }
H1.HeaderClassName
{
color: #1939EC;
}
.AnyTagClassName
{
color: #1939EC;
}
</style>
background-color css
<style>
a { background-color: #1939EC; }
a { background-color: rgb(25,57,236); }
div.DivClassName
{
background-color: #1939EC;
}
.BgClassName
{
background-color: #1939EC;
}
</style>
border-color css
<style>
span { border-color: #1939EC; }
span { border-color: rgb(25,57,236); }
td.TdClassName
{
border-color: #1939EC;
}
.TagClassName
{
border-color: #1939EC;
}
</style>