Shades of Persian Blue #193EEC
Tints of Persian Blue #193EEC
RGB
CMYK
RGB Variations
Color information
#193EEC (or 0x193EEC) is known color: Persian Blue. HEX triplet: 19, 3E and EC. RGB value is (25,62,236). Sum of RGB (Red+Green+Blue) = 25+62+236=323 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.74% from 323); Green value is 62 (24.61% from 255 or 19.20% from 323); Blue value is 236 (92.58% from 255 or 73.07% from 323); Max value from RGB is 236 - color contains mainly: blue. Hex color #193EEC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #193EEC is #E6C113. Grayscale: #464646. Windows color (decimal): -15122708 or 15482393. OLE color: 15482393.
HSL color Cylindrical-coordinate representation of color #193EEC: hue angle of 229.48º 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 #193EEC is Cyan = 0.89, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 25 | 62 | 236 | - |
| CMYK | 0.89 | 0.74 | 0 | 0.07 |
| HSL | 229.48º | 0.85% | 0.51% | - |
| HSV(B) | 229.48º | 0.89% | 0.93% | - |
| XYZ | 17.26 | 9.71 | 80.32 | - |
| YUV | 70.77 | 221.24 | 95.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 62 | 236 | 0.89 | 0.74 | 0 | 0.07 | 229.48 | 0.85 | 0.51 |
| Hex | 19 | 3E | EC | 59 | 4A | 0 | 7 | E5 | 55 | 33 |
| Octal | 31 | 76 | 354 | 131 | 112 | 0 | 7 | 345 | 125 | 63 |
| Binary | 11001 | 111110 | 11101100 | 1011001 | 1001010 | 0 | 111 | 11100101 | 1010101 | 110011 |
Color Harmonies of #193EEC
Complementary color
Monochromatic Colors of #193EEC
Black with #193EEC
Text Example
Text Example
White with #193EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193EEC; }
p { color: rgb(25,62,236); }
H1.HeaderClassName
{
color: #193EEC;
}
.AnyTagClassName
{
color: #193EEC;
}
</style>
background-color css
<style>
a { background-color: #193EEC; }
a { background-color: rgb(25,62,236); }
div.DivClassName
{
background-color: #193EEC;
}
.BgClassName
{
background-color: #193EEC;
}
</style>
border-color css
<style>
span { border-color: #193EEC; }
span { border-color: rgb(25,62,236); }
td.TdClassName
{
border-color: #193EEC;
}
.TagClassName
{
border-color: #193EEC;
}
</style>