Shades of Persian Blue #193BE4
Tints of Persian Blue #193BE4
RGB
CMYK
RGB Variations
Color information
#193BE4 (or 0x193BE4) is known color: Persian Blue. HEX triplet: 19, 3B and E4. RGB value is (25,59,228). Sum of RGB (Red+Green+Blue) = 25+59+228=312 (41% of max value = 765). Red value is 25 (10.16% from 255 or 8.01% from 312); Green value is 59 (23.44% from 255 or 18.91% from 312); Blue value is 228 (89.45% from 255 or 73.08% from 312); Max value from RGB is 228 - color contains mainly: blue. Hex color #193BE4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #193BE4 is #E6C41B. Grayscale: #434343. Windows color (decimal): -15123484 or 14957337. OLE color: 14957337.
HSL color Cylindrical-coordinate representation of color #193BE4: hue angle of 229.95º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #193BE4 is Cyan = 0.89, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 25 | 59 | 228 | - |
| CMYK | 0.89 | 0.74 | 0 | 0.11 |
| HSL | 229.95º | 0.8% | 0.5% | - |
| HSV(B) | 229.95º | 0.89% | 0.89% | - |
| XYZ | 15.97 | 8.94 | 74.28 | - |
| YUV | 68.1 | 218.24 | 97.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 59 | 228 | 0.89 | 0.74 | 0 | 0.11 | 229.95 | 0.8 | 0.5 |
| Hex | 19 | 3B | E4 | 59 | 4A | 0 | B | E6 | 50 | 32 |
| Octal | 31 | 73 | 344 | 131 | 112 | 0 | 13 | 346 | 120 | 62 |
| Binary | 11001 | 111011 | 11100100 | 1011001 | 1001010 | 0 | 1011 | 11100110 | 1010000 | 110010 |
Color Harmonies of #193BE4
Complementary color
Monochromatic Colors of #193BE4
Black with #193BE4
Text Example
Text Example
White with #193BE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193BE4; }
p { color: rgb(25,59,228); }
H1.HeaderClassName
{
color: #193BE4;
}
.AnyTagClassName
{
color: #193BE4;
}
</style>
background-color css
<style>
a { background-color: #193BE4; }
a { background-color: rgb(25,59,228); }
div.DivClassName
{
background-color: #193BE4;
}
.BgClassName
{
background-color: #193BE4;
}
</style>
border-color css
<style>
span { border-color: #193BE4; }
span { border-color: rgb(25,59,228); }
td.TdClassName
{
border-color: #193BE4;
}
.TagClassName
{
border-color: #193BE4;
}
</style>