Shades of Persian Blue #193CEC
Tints of Persian Blue #193CEC
RGB
CMYK
RGB Variations
Color information
#193CEC (or 0x193CEC) is known color: Persian Blue. HEX triplet: 19, 3C and EC. RGB value is (25,60,236). Sum of RGB (Red+Green+Blue) = 25+60+236=321 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.79% from 321); Green value is 60 (23.83% from 255 or 18.69% from 321); Blue value is 236 (92.58% from 255 or 73.52% from 321); Max value from RGB is 236 - color contains mainly: blue. Hex color #193CEC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #193CEC is #E6C313. Grayscale: #444444. Windows color (decimal): -15123220 or 15481881. OLE color: 15481881.
HSL color Cylindrical-coordinate representation of color #193CEC: hue angle of 230.05º 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 #193CEC is Cyan = 0.89, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 25 | 60 | 236 | - |
| CMYK | 0.89 | 0.75 | 0 | 0.07 |
| HSL | 230.05º | 0.85% | 0.51% | - |
| HSV(B) | 230.05º | 0.89% | 0.93% | - |
| XYZ | 17.16 | 9.49 | 80.29 | - |
| YUV | 69.6 | 221.9 | 96.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 60 | 236 | 0.89 | 0.75 | 0 | 0.07 | 230.05 | 0.85 | 0.51 |
| Hex | 19 | 3C | EC | 59 | 4B | 0 | 7 | E6 | 55 | 33 |
| Octal | 31 | 74 | 354 | 131 | 113 | 0 | 7 | 346 | 125 | 63 |
| Binary | 11001 | 111100 | 11101100 | 1011001 | 1001011 | 0 | 111 | 11100110 | 1010101 | 110011 |
Color Harmonies of #193CEC
Complementary color
Monochromatic Colors of #193CEC
Black with #193CEC
Text Example
Text Example
White with #193CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193CEC; }
p { color: rgb(25,60,236); }
H1.HeaderClassName
{
color: #193CEC;
}
.AnyTagClassName
{
color: #193CEC;
}
</style>
background-color css
<style>
a { background-color: #193CEC; }
a { background-color: rgb(25,60,236); }
div.DivClassName
{
background-color: #193CEC;
}
.BgClassName
{
background-color: #193CEC;
}
</style>
border-color css
<style>
span { border-color: #193CEC; }
span { border-color: rgb(25,60,236); }
td.TdClassName
{
border-color: #193CEC;
}
.TagClassName
{
border-color: #193CEC;
}
</style>