Shades of Persian Blue #193BBE
Tints of Persian Blue #193BBE
RGB
CMYK
RGB Variations
Color information
#193BBE (or 0x193BBE) is known color: Persian Blue. HEX triplet: 19, 3B and BE. RGB value is (25,59,190). Sum of RGB (Red+Green+Blue) = 25+59+190=274 (36% of max value = 765). Red value is 25 (10.16% from 255 or 9.12% from 274); Green value is 59 (23.44% from 255 or 21.53% from 274); Blue value is 190 (74.61% from 255 or 69.34% from 274); Max value from RGB is 190 - color contains mainly: blue. Hex color #193BBE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #193BBE is #E6C441. Grayscale: #3F3F3F. Windows color (decimal): -15123522 or 12466969. OLE color: 12466969.
HSL color Cylindrical-coordinate representation of color #193BBE: hue angle of 227.64º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #193BBE is Cyan = 0.87, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 25 | 59 | 190 | - |
| CMYK | 0.87 | 0.69 | 0 | 0.25 |
| HSL | 227.64º | 0.77% | 0.42% | - |
| HSV(B) | 227.64º | 0.87% | 0.75% | - |
| XYZ | 11.26 | 7.05 | 49.48 | - |
| YUV | 63.77 | 199.24 | 100.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 59 | 190 | 0.87 | 0.69 | 0 | 0.25 | 227.64 | 0.77 | 0.42 |
| Hex | 19 | 3B | BE | 57 | 45 | 0 | 19 | E4 | 4D | 2A |
| Octal | 31 | 73 | 276 | 127 | 105 | 0 | 31 | 344 | 115 | 52 |
| Binary | 11001 | 111011 | 10111110 | 1010111 | 1000101 | 0 | 11001 | 11100100 | 1001101 | 101010 |
Color Harmonies of #193BBE
Complementary color
Monochromatic Colors of #193BBE
Black with #193BBE
Text Example
Text Example
White with #193BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193BBE; }
p { color: rgb(25,59,190); }
H1.HeaderClassName
{
color: #193BBE;
}
.AnyTagClassName
{
color: #193BBE;
}
</style>
background-color css
<style>
a { background-color: #193BBE; }
a { background-color: rgb(25,59,190); }
div.DivClassName
{
background-color: #193BBE;
}
.BgClassName
{
background-color: #193BBE;
}
</style>
border-color css
<style>
span { border-color: #193BBE; }
span { border-color: rgb(25,59,190); }
td.TdClassName
{
border-color: #193BBE;
}
.TagClassName
{
border-color: #193BBE;
}
</style>