Shades of Persian Blue #193AD5
Tints of Persian Blue #193AD5
RGB
CMYK
RGB Variations
Color information
#193AD5 (or 0x193AD5) is known color: Persian Blue. HEX triplet: 19, 3A and D5. RGB value is (25,58,213). Sum of RGB (Red+Green+Blue) = 25+58+213=296 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.45% from 296); Green value is 58 (23.05% from 255 or 19.59% from 296); Blue value is 213 (83.59% from 255 or 71.96% from 296); Max value from RGB is 213 - color contains mainly: blue. Hex color #193AD5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #193AD5 is #E6C52A. Grayscale: #414141. Windows color (decimal): -15123755 or 13974041. OLE color: 13974041.
HSL color Cylindrical-coordinate representation of color #193AD5: hue angle of 229.47º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #193AD5 is Cyan = 0.88, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 25 | 58 | 213 | - |
| CMYK | 0.88 | 0.73 | 0 | 0.16 |
| HSL | 229.47º | 0.79% | 0.47% | - |
| HSV(B) | 229.47º | 0.88% | 0.84% | - |
| XYZ | 13.92 | 8.04 | 63.77 | - |
| YUV | 65.8 | 211.07 | 98.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 58 | 213 | 0.88 | 0.73 | 0 | 0.16 | 229.47 | 0.79 | 0.47 |
| Hex | 19 | 3A | D5 | 58 | 49 | 0 | 10 | E5 | 4F | 2F |
| Octal | 31 | 72 | 325 | 130 | 111 | 0 | 20 | 345 | 117 | 57 |
| Binary | 11001 | 111010 | 11010101 | 1011000 | 1001001 | 0 | 10000 | 11100101 | 1001111 | 101111 |
Color Harmonies of #193AD5
Complementary color
Monochromatic Colors of #193AD5
Black with #193AD5
Text Example
Text Example
White with #193AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193AD5; }
p { color: rgb(25,58,213); }
H1.HeaderClassName
{
color: #193AD5;
}
.AnyTagClassName
{
color: #193AD5;
}
</style>
background-color css
<style>
a { background-color: #193AD5; }
a { background-color: rgb(25,58,213); }
div.DivClassName
{
background-color: #193AD5;
}
.BgClassName
{
background-color: #193AD5;
}
</style>
border-color css
<style>
span { border-color: #193AD5; }
span { border-color: rgb(25,58,213); }
td.TdClassName
{
border-color: #193AD5;
}
.TagClassName
{
border-color: #193AD5;
}
</style>