Shades of Persian Blue #193ABB
Tints of Persian Blue #193ABB
RGB
CMYK
RGB Variations
Color information
#193ABB (or 0x193ABB) is known color: Persian Blue. HEX triplet: 19, 3A and BB. RGB value is (25,58,187). Sum of RGB (Red+Green+Blue) = 25+58+187=270 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.26% from 270); Green value is 58 (23.05% from 255 or 21.48% from 270); Blue value is 187 (73.44% from 255 or 69.26% from 270); Max value from RGB is 187 - color contains mainly: blue. Hex color #193ABB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #193ABB is #E6C544. Grayscale: #3E3E3E. Windows color (decimal): -15123781 or 12270105. OLE color: 12270105.
HSL color Cylindrical-coordinate representation of color #193ABB: hue angle of 227.78º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #193ABB is Cyan = 0.87, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 25 | 58 | 187 | - |
| CMYK | 0.87 | 0.69 | 0 | 0.27 |
| HSL | 227.78º | 0.76% | 0.42% | - |
| HSV(B) | 227.78º | 0.87% | 0.73% | - |
| XYZ | 10.88 | 6.82 | 47.76 | - |
| YUV | 62.84 | 198.07 | 101.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 58 | 187 | 0.87 | 0.69 | 0 | 0.27 | 227.78 | 0.76 | 0.42 |
| Hex | 19 | 3A | BB | 57 | 45 | 0 | 1B | E4 | 4C | 2A |
| Octal | 31 | 72 | 273 | 127 | 105 | 0 | 33 | 344 | 114 | 52 |
| Binary | 11001 | 111010 | 10111011 | 1010111 | 1000101 | 0 | 11011 | 11100100 | 1001100 | 101010 |
Color Harmonies of #193ABB
Complementary color
Monochromatic Colors of #193ABB
Black with #193ABB
Text Example
Text Example
White with #193ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193ABB; }
p { color: rgb(25,58,187); }
H1.HeaderClassName
{
color: #193ABB;
}
.AnyTagClassName
{
color: #193ABB;
}
</style>
background-color css
<style>
a { background-color: #193ABB; }
a { background-color: rgb(25,58,187); }
div.DivClassName
{
background-color: #193ABB;
}
.BgClassName
{
background-color: #193ABB;
}
</style>
border-color css
<style>
span { border-color: #193ABB; }
span { border-color: rgb(25,58,187); }
td.TdClassName
{
border-color: #193ABB;
}
.TagClassName
{
border-color: #193ABB;
}
</style>