Shades of Persian Blue #193EDD
Tints of Persian Blue #193EDD
RGB
CMYK
RGB Variations
Color information
#193EDD (or 0x193EDD) is known color: Persian Blue. HEX triplet: 19, 3E and DD. RGB value is (25,62,221). Sum of RGB (Red+Green+Blue) = 25+62+221=308 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.12% from 308); Green value is 62 (24.61% from 255 or 20.13% from 308); Blue value is 221 (86.72% from 255 or 71.75% from 308); Max value from RGB is 221 - color contains mainly: blue. Hex color #193EDD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #193EDD is #E6C122. Grayscale: #444444. Windows color (decimal): -15122723 or 14499353. OLE color: 14499353.
HSL color Cylindrical-coordinate representation of color #193EDD: hue angle of 228.67º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #193EDD is Cyan = 0.89, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 25 | 62 | 221 | - |
| CMYK | 0.89 | 0.72 | 0 | 0.13 |
| HSL | 228.67º | 0.8% | 0.48% | - |
| HSV(B) | 228.67º | 0.89% | 0.87% | - |
| XYZ | 15.17 | 8.87 | 69.32 | - |
| YUV | 69.06 | 213.74 | 96.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 62 | 221 | 0.89 | 0.72 | 0 | 0.13 | 228.67 | 0.8 | 0.48 |
| Hex | 19 | 3E | DD | 59 | 48 | 0 | D | E5 | 50 | 30 |
| Octal | 31 | 76 | 335 | 131 | 110 | 0 | 15 | 345 | 120 | 60 |
| Binary | 11001 | 111110 | 11011101 | 1011001 | 1001000 | 0 | 1101 | 11100101 | 1010000 | 110000 |
Color Harmonies of #193EDD
Complementary color
Monochromatic Colors of #193EDD
Black with #193EDD
Text Example
Text Example
White with #193EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193EDD; }
p { color: rgb(25,62,221); }
H1.HeaderClassName
{
color: #193EDD;
}
.AnyTagClassName
{
color: #193EDD;
}
</style>
background-color css
<style>
a { background-color: #193EDD; }
a { background-color: rgb(25,62,221); }
div.DivClassName
{
background-color: #193EDD;
}
.BgClassName
{
background-color: #193EDD;
}
</style>
border-color css
<style>
span { border-color: #193EDD; }
span { border-color: rgb(25,62,221); }
td.TdClassName
{
border-color: #193EDD;
}
.TagClassName
{
border-color: #193EDD;
}
</style>