Shades of Persian Blue #193FE6
Tints of Persian Blue #193FE6
RGB
CMYK
RGB Variations
Color information
#193FE6 (or 0x193FE6) is known color: Persian Blue. HEX triplet: 19, 3F and E6. RGB value is (25,63,230). Sum of RGB (Red+Green+Blue) = 25+63+230=318 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.86% from 318); Green value is 63 (25% from 255 or 19.81% from 318); Blue value is 230 (90.23% from 255 or 72.33% from 318); Max value from RGB is 230 - color contains mainly: blue. Hex color #193FE6 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #193FE6 is #E6C019. Grayscale: #454545. Windows color (decimal): -15122458 or 15089433. OLE color: 15089433.
HSL color Cylindrical-coordinate representation of color #193FE6: hue angle of 228.88º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #193FE6 is Cyan = 0.89, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 25 | 63 | 230 | - |
| CMYK | 0.89 | 0.73 | 0 | 0.10 |
| HSL | 228.88º | 0.8% | 0.5% | - |
| HSV(B) | 228.88º | 0.89% | 0.9% | - |
| XYZ | 16.46 | 9.47 | 75.82 | - |
| YUV | 70.68 | 217.91 | 95.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 63 | 230 | 0.89 | 0.73 | 0 | 0.10 | 228.88 | 0.8 | 0.5 |
| Hex | 19 | 3F | E6 | 59 | 49 | 0 | A | E5 | 50 | 32 |
| Octal | 31 | 77 | 346 | 131 | 111 | 0 | 12 | 345 | 120 | 62 |
| Binary | 11001 | 111111 | 11100110 | 1011001 | 1001001 | 0 | 1010 | 11100101 | 1010000 | 110010 |
Color Harmonies of #193FE6
Complementary color
Monochromatic Colors of #193FE6
Black with #193FE6
Text Example
Text Example
White with #193FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193FE6; }
p { color: rgb(25,63,230); }
H1.HeaderClassName
{
color: #193FE6;
}
.AnyTagClassName
{
color: #193FE6;
}
</style>
background-color css
<style>
a { background-color: #193FE6; }
a { background-color: rgb(25,63,230); }
div.DivClassName
{
background-color: #193FE6;
}
.BgClassName
{
background-color: #193FE6;
}
</style>
border-color css
<style>
span { border-color: #193FE6; }
span { border-color: rgb(25,63,230); }
td.TdClassName
{
border-color: #193FE6;
}
.TagClassName
{
border-color: #193FE6;
}
</style>