Shades of Persian Blue #193ABD
Tints of Persian Blue #193ABD
RGB
CMYK
RGB Variations
Color information
#193ABD (or 0x193ABD) is known color: Persian Blue. HEX triplet: 19, 3A and BD. RGB value is (25,58,189). Sum of RGB (Red+Green+Blue) = 25+58+189=272 (36% of max value = 765). Red value is 25 (10.16% from 255 or 9.19% from 272); Green value is 58 (23.05% from 255 or 21.32% from 272); Blue value is 189 (74.22% from 255 or 69.49% from 272); Max value from RGB is 189 - color contains mainly: blue. Hex color #193ABD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #193ABD is #E6C542. Grayscale: #3E3E3E. Windows color (decimal): -15123779 or 12401177. OLE color: 12401177.
HSL color Cylindrical-coordinate representation of color #193ABD: hue angle of 227.93º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #193ABD is Cyan = 0.87, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 25 | 58 | 189 | - |
| CMYK | 0.87 | 0.69 | 0 | 0.26 |
| HSL | 227.93º | 0.77% | 0.42% | - |
| HSV(B) | 227.93º | 0.87% | 0.74% | - |
| XYZ | 11.1 | 6.91 | 48.89 | - |
| YUV | 63.07 | 199.07 | 100.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 58 | 189 | 0.87 | 0.69 | 0 | 0.26 | 227.93 | 0.77 | 0.42 |
| Hex | 19 | 3A | BD | 57 | 45 | 0 | 1A | E4 | 4D | 2A |
| Octal | 31 | 72 | 275 | 127 | 105 | 0 | 32 | 344 | 115 | 52 |
| Binary | 11001 | 111010 | 10111101 | 1010111 | 1000101 | 0 | 11010 | 11100100 | 1001101 | 101010 |
Color Harmonies of #193ABD
Complementary color
Monochromatic Colors of #193ABD
Black with #193ABD
Text Example
Text Example
White with #193ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193ABD; }
p { color: rgb(25,58,189); }
H1.HeaderClassName
{
color: #193ABD;
}
.AnyTagClassName
{
color: #193ABD;
}
</style>
background-color css
<style>
a { background-color: #193ABD; }
a { background-color: rgb(25,58,189); }
div.DivClassName
{
background-color: #193ABD;
}
.BgClassName
{
background-color: #193ABD;
}
</style>
border-color css
<style>
span { border-color: #193ABD; }
span { border-color: rgb(25,58,189); }
td.TdClassName
{
border-color: #193ABD;
}
.TagClassName
{
border-color: #193ABD;
}
</style>