Shades of Persian Blue #1939ED
Tints of Persian Blue #1939ED
RGB
CMYK
RGB Variations
Color information
#1939ED (or 0x1939ED) is known color: Persian Blue. HEX triplet: 19, 39 and ED. RGB value is (25,57,237). Sum of RGB (Red+Green+Blue) = 25+57+237=319 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.84% from 319); Green value is 57 (22.66% from 255 or 17.87% from 319); Blue value is 237 (92.97% from 255 or 74.29% from 319); Max value from RGB is 237 - color contains mainly: blue. Hex color #1939ED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1939ED is #E6C612. Grayscale: #434343. Windows color (decimal): -15123987 or 15546649. OLE color: 15546649.
HSL color Cylindrical-coordinate representation of color #1939ED: hue angle of 230.94º 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 #1939ED is Cyan = 0.89, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 25 | 57 | 237 | - |
| CMYK | 0.89 | 0.76 | 0 | 0.07 |
| HSL | 230.94º | 0.85% | 0.51% | - |
| HSV(B) | 230.94º | 0.89% | 0.93% | - |
| XYZ | 17.15 | 9.25 | 81 | - |
| YUV | 67.95 | 223.4 | 97.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 57 | 237 | 0.89 | 0.76 | 0 | 0.07 | 230.94 | 0.85 | 0.51 |
| Hex | 19 | 39 | ED | 59 | 4C | 0 | 7 | E7 | 55 | 33 |
| Octal | 31 | 71 | 355 | 131 | 114 | 0 | 7 | 347 | 125 | 63 |
| Binary | 11001 | 111001 | 11101101 | 1011001 | 1001100 | 0 | 111 | 11100111 | 1010101 | 110011 |
Color Harmonies of #1939ED
Complementary color
Monochromatic Colors of #1939ED
Black with #1939ED
Text Example
Text Example
White with #1939ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1939ED; }
p { color: rgb(25,57,237); }
H1.HeaderClassName
{
color: #1939ED;
}
.AnyTagClassName
{
color: #1939ED;
}
</style>
background-color css
<style>
a { background-color: #1939ED; }
a { background-color: rgb(25,57,237); }
div.DivClassName
{
background-color: #1939ED;
}
.BgClassName
{
background-color: #1939ED;
}
</style>
border-color css
<style>
span { border-color: #1939ED; }
span { border-color: rgb(25,57,237); }
td.TdClassName
{
border-color: #1939ED;
}
.TagClassName
{
border-color: #1939ED;
}
</style>