Shades of Persian Blue #193EDB
Tints of Persian Blue #193EDB
RGB
CMYK
RGB Variations
Color information
#193EDB (or 0x193EDB) is known color: Persian Blue. HEX triplet: 19, 3E and DB. RGB value is (25,62,219). Sum of RGB (Red+Green+Blue) = 25+62+219=306 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.17% from 306); Green value is 62 (24.61% from 255 or 20.26% from 306); Blue value is 219 (85.94% from 255 or 71.57% from 306); Max value from RGB is 219 - color contains mainly: blue. Hex color #193EDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #193EDB is #E6C124. Grayscale: #444444. Windows color (decimal): -15122725 or 14368281. OLE color: 14368281.
HSL color Cylindrical-coordinate representation of color #193EDB: hue angle of 228.56º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #193EDB is Cyan = 0.89, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 25 | 62 | 219 | - |
| CMYK | 0.89 | 0.72 | 0 | 0.14 |
| HSL | 228.56º | 0.8% | 0.48% | - |
| HSV(B) | 228.56º | 0.89% | 0.86% | - |
| XYZ | 14.91 | 8.77 | 67.92 | - |
| YUV | 68.84 | 212.74 | 96.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 62 | 219 | 0.89 | 0.72 | 0 | 0.14 | 228.56 | 0.8 | 0.48 |
| Hex | 19 | 3E | DB | 59 | 48 | 0 | E | E5 | 50 | 30 |
| Octal | 31 | 76 | 333 | 131 | 110 | 0 | 16 | 345 | 120 | 60 |
| Binary | 11001 | 111110 | 11011011 | 1011001 | 1001000 | 0 | 1110 | 11100101 | 1010000 | 110000 |
Color Harmonies of #193EDB
Complementary color
Monochromatic Colors of #193EDB
Black with #193EDB
Text Example
Text Example
White with #193EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193EDB; }
p { color: rgb(25,62,219); }
H1.HeaderClassName
{
color: #193EDB;
}
.AnyTagClassName
{
color: #193EDB;
}
</style>
background-color css
<style>
a { background-color: #193EDB; }
a { background-color: rgb(25,62,219); }
div.DivClassName
{
background-color: #193EDB;
}
.BgClassName
{
background-color: #193EDB;
}
</style>
border-color css
<style>
span { border-color: #193EDB; }
span { border-color: rgb(25,62,219); }
td.TdClassName
{
border-color: #193EDB;
}
.TagClassName
{
border-color: #193EDB;
}
</style>