Shades of Persian Blue #193FDE
Tints of Persian Blue #193FDE
RGB
CMYK
RGB Variations
Color information
#193FDE (or 0x193FDE) is known color: Persian Blue. HEX triplet: 19, 3F and DE. RGB value is (25,63,222). Sum of RGB (Red+Green+Blue) = 25+63+222=310 (41% of max value = 765). Red value is 25 (10.16% from 255 or 8.06% from 310); Green value is 63 (25% from 255 or 20.32% from 310); Blue value is 222 (87.11% from 255 or 71.61% from 310); Max value from RGB is 222 - color contains mainly: blue. Hex color #193FDE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #193FDE is #E6C021. Grayscale: #454545. Windows color (decimal): -15122466 or 14565145. OLE color: 14565145.
HSL color Cylindrical-coordinate representation of color #193FDE: hue angle of 228.43º 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 #193FDE is Cyan = 0.89, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 25 | 63 | 222 | - |
| CMYK | 0.89 | 0.72 | 0 | 0.13 |
| HSL | 228.43º | 0.8% | 0.48% | - |
| HSV(B) | 228.43º | 0.89% | 0.87% | - |
| XYZ | 15.36 | 9.04 | 70.04 | - |
| YUV | 69.76 | 213.91 | 96.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 63 | 222 | 0.89 | 0.72 | 0 | 0.13 | 228.43 | 0.8 | 0.48 |
| Hex | 19 | 3F | DE | 59 | 48 | 0 | D | E4 | 50 | 30 |
| Octal | 31 | 77 | 336 | 131 | 110 | 0 | 15 | 344 | 120 | 60 |
| Binary | 11001 | 111111 | 11011110 | 1011001 | 1001000 | 0 | 1101 | 11100100 | 1010000 | 110000 |
Color Harmonies of #193FDE
Complementary color
Monochromatic Colors of #193FDE
Black with #193FDE
Text Example
Text Example
White with #193FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193FDE; }
p { color: rgb(25,63,222); }
H1.HeaderClassName
{
color: #193FDE;
}
.AnyTagClassName
{
color: #193FDE;
}
</style>
background-color css
<style>
a { background-color: #193FDE; }
a { background-color: rgb(25,63,222); }
div.DivClassName
{
background-color: #193FDE;
}
.BgClassName
{
background-color: #193FDE;
}
</style>
border-color css
<style>
span { border-color: #193FDE; }
span { border-color: rgb(25,63,222); }
td.TdClassName
{
border-color: #193FDE;
}
.TagClassName
{
border-color: #193FDE;
}
</style>