Shades of Persian Blue #193BBA
Tints of Persian Blue #193BBA
RGB
CMYK
RGB Variations
Color information
#193BBA (or 0x193BBA) is known color: Persian Blue. HEX triplet: 19, 3B and BA. RGB value is (25,59,186). Sum of RGB (Red+Green+Blue) = 25+59+186=270 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.26% from 270); Green value is 59 (23.44% from 255 or 21.85% from 270); Blue value is 186 (73.05% from 255 or 68.89% from 270); Max value from RGB is 186 - color contains mainly: blue. Hex color #193BBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #193BBA is #E6C445. Grayscale: #3E3E3E. Windows color (decimal): -15123526 or 12204825. OLE color: 12204825.
HSL color Cylindrical-coordinate representation of color #193BBA: hue angle of 227.33º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #193BBA is Cyan = 0.87, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 25 | 59 | 186 | - |
| CMYK | 0.87 | 0.68 | 0 | 0.27 |
| HSL | 227.33º | 0.76% | 0.41% | - |
| HSV(B) | 227.33º | 0.87% | 0.73% | - |
| XYZ | 10.83 | 6.88 | 47.21 | - |
| YUV | 63.31 | 197.24 | 100.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 59 | 186 | 0.87 | 0.68 | 0 | 0.27 | 227.33 | 0.76 | 0.41 |
| Hex | 19 | 3B | BA | 57 | 44 | 0 | 1B | E3 | 4C | 29 |
| Octal | 31 | 73 | 272 | 127 | 104 | 0 | 33 | 343 | 114 | 51 |
| Binary | 11001 | 111011 | 10111010 | 1010111 | 1000100 | 0 | 11011 | 11100011 | 1001100 | 101001 |
Color Harmonies of #193BBA
Complementary color
Monochromatic Colors of #193BBA
Black with #193BBA
Text Example
Text Example
White with #193BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193BBA; }
p { color: rgb(25,59,186); }
H1.HeaderClassName
{
color: #193BBA;
}
.AnyTagClassName
{
color: #193BBA;
}
</style>
background-color css
<style>
a { background-color: #193BBA; }
a { background-color: rgb(25,59,186); }
div.DivClassName
{
background-color: #193BBA;
}
.BgClassName
{
background-color: #193BBA;
}
</style>
border-color css
<style>
span { border-color: #193BBA; }
span { border-color: rgb(25,59,186); }
td.TdClassName
{
border-color: #193BBA;
}
.TagClassName
{
border-color: #193BBA;
}
</style>