Shades of Persian Blue #193AEC
Tints of Persian Blue #193AEC
RGB
CMYK
RGB Variations
Color information
#193AEC (or 0x193AEC) is known color: Persian Blue. HEX triplet: 19, 3A and EC. RGB value is (25,58,236). Sum of RGB (Red+Green+Blue) = 25+58+236=319 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.84% from 319); Green value is 58 (23.05% from 255 or 18.18% from 319); Blue value is 236 (92.58% from 255 or 73.98% from 319); Max value from RGB is 236 - color contains mainly: blue. Hex color #193AEC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #193AEC is #E6C513. Grayscale: #434343. Windows color (decimal): -15123732 or 15481369. OLE color: 15481369.
HSL color Cylindrical-coordinate representation of color #193AEC: hue angle of 230.62º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #193AEC is Cyan = 0.89, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 25 | 58 | 236 | - |
| CMYK | 0.89 | 0.75 | 0 | 0.07 |
| HSL | 230.62º | 0.85% | 0.51% | - |
| HSV(B) | 230.62º | 0.89% | 0.93% | - |
| XYZ | 17.05 | 9.29 | 80.25 | - |
| YUV | 68.43 | 222.57 | 97.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 58 | 236 | 0.89 | 0.75 | 0 | 0.07 | 230.62 | 0.85 | 0.51 |
| Hex | 19 | 3A | EC | 59 | 4B | 0 | 7 | E7 | 55 | 33 |
| Octal | 31 | 72 | 354 | 131 | 113 | 0 | 7 | 347 | 125 | 63 |
| Binary | 11001 | 111010 | 11101100 | 1011001 | 1001011 | 0 | 111 | 11100111 | 1010101 | 110011 |
Color Harmonies of #193AEC
Complementary color
Monochromatic Colors of #193AEC
Black with #193AEC
Text Example
Text Example
White with #193AEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193AEC; }
p { color: rgb(25,58,236); }
H1.HeaderClassName
{
color: #193AEC;
}
.AnyTagClassName
{
color: #193AEC;
}
</style>
background-color css
<style>
a { background-color: #193AEC; }
a { background-color: rgb(25,58,236); }
div.DivClassName
{
background-color: #193AEC;
}
.BgClassName
{
background-color: #193AEC;
}
</style>
border-color css
<style>
span { border-color: #193AEC; }
span { border-color: rgb(25,58,236); }
td.TdClassName
{
border-color: #193AEC;
}
.TagClassName
{
border-color: #193AEC;
}
</style>