Shades of Persian Blue #193FF0
Tints of Persian Blue #193FF0
RGB
CMYK
RGB Variations
Color information
#193FF0 (or 0x193FF0) is known color: Persian Blue. HEX triplet: 19, 3F and F0. RGB value is (25,63,240). Sum of RGB (Red+Green+Blue) = 25+63+240=328 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.62% from 328); Green value is 63 (25% from 255 or 19.21% from 328); Blue value is 240 (94.14% from 255 or 73.17% from 328); Max value from RGB is 240 - color contains mainly: blue. Hex color #193FF0 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #193FF0 is #E6C00F. Grayscale: #474747. Windows color (decimal): -15122448 or 15744793. OLE color: 15744793.
HSL color Cylindrical-coordinate representation of color #193FF0: hue angle of 229.4º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #193FF0 is Cyan = 0.90, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 25 | 63 | 240 | - |
| CMYK | 0.90 | 0.74 | 0 | 0.06 |
| HSL | 229.4º | 0.88% | 0.52% | - |
| HSV(B) | 229.4º | 0.9% | 0.94% | - |
| XYZ | 17.91 | 10.05 | 83.43 | - |
| YUV | 71.82 | 222.91 | 94.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 63 | 240 | 0.90 | 0.74 | 0 | 0.06 | 229.4 | 0.88 | 0.52 |
| Hex | 19 | 3F | F0 | 5A | 4A | 0 | 6 | E5 | 58 | 34 |
| Octal | 31 | 77 | 360 | 132 | 112 | 0 | 6 | 345 | 130 | 64 |
| Binary | 11001 | 111111 | 11110000 | 1011010 | 1001010 | 0 | 110 | 11100101 | 1011000 | 110100 |
Color Harmonies of #193FF0
Complementary color
Monochromatic Colors of #193FF0
Black with #193FF0
Text Example
Text Example
White with #193FF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193FF0; }
p { color: rgb(25,63,240); }
H1.HeaderClassName
{
color: #193FF0;
}
.AnyTagClassName
{
color: #193FF0;
}
</style>
background-color css
<style>
a { background-color: #193FF0; }
a { background-color: rgb(25,63,240); }
div.DivClassName
{
background-color: #193FF0;
}
.BgClassName
{
background-color: #193FF0;
}
</style>
border-color css
<style>
span { border-color: #193FF0; }
span { border-color: rgb(25,63,240); }
td.TdClassName
{
border-color: #193FF0;
}
.TagClassName
{
border-color: #193FF0;
}
</style>