Shades of Persian Blue #193BE0
Tints of Persian Blue #193BE0
RGB
CMYK
RGB Variations
Color information
#193BE0 (or 0x193BE0) is known color: Persian Blue. HEX triplet: 19, 3B and E0. RGB value is (25,59,224). Sum of RGB (Red+Green+Blue) = 25+59+224=308 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.12% from 308); Green value is 59 (23.44% from 255 or 19.16% from 308); Blue value is 224 (87.89% from 255 or 72.73% from 308); Max value from RGB is 224 - color contains mainly: blue. Hex color #193BE0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #193BE0 is #E6C41F. Grayscale: #424242. Windows color (decimal): -15123488 or 14695193. OLE color: 14695193.
HSL color Cylindrical-coordinate representation of color #193BE0: hue angle of 229.75º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #193BE0 is Cyan = 0.89, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 25 | 59 | 224 | - |
| CMYK | 0.89 | 0.74 | 0 | 0.12 |
| HSL | 229.75º | 0.8% | 0.49% | - |
| HSV(B) | 229.75º | 0.89% | 0.88% | - |
| XYZ | 15.42 | 8.72 | 71.39 | - |
| YUV | 67.64 | 216.24 | 97.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 59 | 224 | 0.89 | 0.74 | 0 | 0.12 | 229.75 | 0.8 | 0.49 |
| Hex | 19 | 3B | E0 | 59 | 4A | 0 | C | E6 | 50 | 31 |
| Octal | 31 | 73 | 340 | 131 | 112 | 0 | 14 | 346 | 120 | 61 |
| Binary | 11001 | 111011 | 11100000 | 1011001 | 1001010 | 0 | 1100 | 11100110 | 1010000 | 110001 |
Color Harmonies of #193BE0
Complementary color
Monochromatic Colors of #193BE0
Black with #193BE0
Text Example
Text Example
White with #193BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193BE0; }
p { color: rgb(25,59,224); }
H1.HeaderClassName
{
color: #193BE0;
}
.AnyTagClassName
{
color: #193BE0;
}
</style>
background-color css
<style>
a { background-color: #193BE0; }
a { background-color: rgb(25,59,224); }
div.DivClassName
{
background-color: #193BE0;
}
.BgClassName
{
background-color: #193BE0;
}
</style>
border-color css
<style>
span { border-color: #193BE0; }
span { border-color: rgb(25,59,224); }
td.TdClassName
{
border-color: #193BE0;
}
.TagClassName
{
border-color: #193BE0;
}
</style>