Shades of Persian Blue #193DF0
Tints of Persian Blue #193DF0
RGB
CMYK
RGB Variations
Color information
#193DF0 (or 0x193DF0) is known color: Persian Blue. HEX triplet: 19, 3D and F0. RGB value is (25,61,240). Sum of RGB (Red+Green+Blue) = 25+61+240=326 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.67% from 326); Green value is 61 (24.22% from 255 or 18.71% from 326); Blue value is 240 (94.14% from 255 or 73.62% from 326); Max value from RGB is 240 - color contains mainly: blue. Hex color #193DF0 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #193DF0 is #E6C20F. Grayscale: #454545. Windows color (decimal): -15122960 or 15744281. OLE color: 15744281.
HSL color Cylindrical-coordinate representation of color #193DF0: hue angle of 229.95º 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 #193DF0 is Cyan = 0.90, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 25 | 61 | 240 | - |
| CMYK | 0.90 | 0.75 | 0 | 0.06 |
| HSL | 229.95º | 0.88% | 0.52% | - |
| HSV(B) | 229.95º | 0.9% | 0.94% | - |
| XYZ | 17.8 | 9.84 | 83.4 | - |
| YUV | 70.64 | 223.57 | 95.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 61 | 240 | 0.90 | 0.75 | 0 | 0.06 | 229.95 | 0.88 | 0.52 |
| Hex | 19 | 3D | F0 | 5A | 4B | 0 | 6 | E6 | 58 | 34 |
| Octal | 31 | 75 | 360 | 132 | 113 | 0 | 6 | 346 | 130 | 64 |
| Binary | 11001 | 111101 | 11110000 | 1011010 | 1001011 | 0 | 110 | 11100110 | 1011000 | 110100 |
Color Harmonies of #193DF0
Complementary color
Monochromatic Colors of #193DF0
Black with #193DF0
Text Example
Text Example
White with #193DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193DF0; }
p { color: rgb(25,61,240); }
H1.HeaderClassName
{
color: #193DF0;
}
.AnyTagClassName
{
color: #193DF0;
}
</style>
background-color css
<style>
a { background-color: #193DF0; }
a { background-color: rgb(25,61,240); }
div.DivClassName
{
background-color: #193DF0;
}
.BgClassName
{
background-color: #193DF0;
}
</style>
border-color css
<style>
span { border-color: #193DF0; }
span { border-color: rgb(25,61,240); }
td.TdClassName
{
border-color: #193DF0;
}
.TagClassName
{
border-color: #193DF0;
}
</style>