Shades of Persian Blue #193FDB
Tints of Persian Blue #193FDB
RGB
CMYK
RGB Variations
Color information
#193FDB (or 0x193FDB) is known color: Persian Blue. HEX triplet: 19, 3F and DB. RGB value is (25,63,219). Sum of RGB (Red+Green+Blue) = 25+63+219=307 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.14% from 307); Green value is 63 (25% from 255 or 20.52% from 307); Blue value is 219 (85.94% from 255 or 71.34% from 307); Max value from RGB is 219 - color contains mainly: blue. Hex color #193FDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #193FDB is #E6C024. Grayscale: #444444. Windows color (decimal): -15122469 or 14368537. OLE color: 14368537.
HSL color Cylindrical-coordinate representation of color #193FDB: hue angle of 228.25º 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 #193FDB is Cyan = 0.89, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 25 | 63 | 219 | - |
| CMYK | 0.89 | 0.71 | 0 | 0.14 |
| HSL | 228.25º | 0.8% | 0.48% | - |
| HSV(B) | 228.25º | 0.89% | 0.86% | - |
| XYZ | 14.96 | 8.88 | 67.94 | - |
| YUV | 69.42 | 212.41 | 96.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 63 | 219 | 0.89 | 0.71 | 0 | 0.14 | 228.25 | 0.8 | 0.48 |
| Hex | 19 | 3F | DB | 59 | 47 | 0 | E | E4 | 50 | 30 |
| Octal | 31 | 77 | 333 | 131 | 107 | 0 | 16 | 344 | 120 | 60 |
| Binary | 11001 | 111111 | 11011011 | 1011001 | 1000111 | 0 | 1110 | 11100100 | 1010000 | 110000 |
Color Harmonies of #193FDB
Complementary color
Monochromatic Colors of #193FDB
Black with #193FDB
Text Example
Text Example
White with #193FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193FDB; }
p { color: rgb(25,63,219); }
H1.HeaderClassName
{
color: #193FDB;
}
.AnyTagClassName
{
color: #193FDB;
}
</style>
background-color css
<style>
a { background-color: #193FDB; }
a { background-color: rgb(25,63,219); }
div.DivClassName
{
background-color: #193FDB;
}
.BgClassName
{
background-color: #193FDB;
}
</style>
border-color css
<style>
span { border-color: #193FDB; }
span { border-color: rgb(25,63,219); }
td.TdClassName
{
border-color: #193FDB;
}
.TagClassName
{
border-color: #193FDB;
}
</style>