Shades of Persian Blue #193EEA
Tints of Persian Blue #193EEA
RGB
CMYK
RGB Variations
Color information
#193EEA (or 0x193EEA) is known color: Persian Blue. HEX triplet: 19, 3E and EA. RGB value is (25,62,234). Sum of RGB (Red+Green+Blue) = 25+62+234=321 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.79% from 321); Green value is 62 (24.61% from 255 or 19.31% from 321); Blue value is 234 (91.80% from 255 or 72.90% from 321); Max value from RGB is 234 - color contains mainly: blue. Hex color #193EEA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #193EEA is #E6C115. Grayscale: #454545. Windows color (decimal): -15122710 or 15351321. OLE color: 15351321.
HSL color Cylindrical-coordinate representation of color #193EEA: hue angle of 229.38º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #193EEA is Cyan = 0.89, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 25 | 62 | 234 | - |
| CMYK | 0.89 | 0.74 | 0 | 0.08 |
| HSL | 229.38º | 0.83% | 0.51% | - |
| HSV(B) | 229.38º | 0.89% | 0.92% | - |
| XYZ | 16.97 | 9.59 | 78.8 | - |
| YUV | 70.55 | 220.24 | 95.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 62 | 234 | 0.89 | 0.74 | 0 | 0.08 | 229.38 | 0.83 | 0.51 |
| Hex | 19 | 3E | EA | 59 | 4A | 0 | 8 | E5 | 53 | 33 |
| Octal | 31 | 76 | 352 | 131 | 112 | 0 | 10 | 345 | 123 | 63 |
| Binary | 11001 | 111110 | 11101010 | 1011001 | 1001010 | 0 | 1000 | 11100101 | 1010011 | 110011 |
Color Harmonies of #193EEA
Complementary color
Monochromatic Colors of #193EEA
Black with #193EEA
Text Example
Text Example
White with #193EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193EEA; }
p { color: rgb(25,62,234); }
H1.HeaderClassName
{
color: #193EEA;
}
.AnyTagClassName
{
color: #193EEA;
}
</style>
background-color css
<style>
a { background-color: #193EEA; }
a { background-color: rgb(25,62,234); }
div.DivClassName
{
background-color: #193EEA;
}
.BgClassName
{
background-color: #193EEA;
}
</style>
border-color css
<style>
span { border-color: #193EEA; }
span { border-color: rgb(25,62,234); }
td.TdClassName
{
border-color: #193EEA;
}
.TagClassName
{
border-color: #193EEA;
}
</style>