Shades of Persian Blue #193ECE
Tints of Persian Blue #193ECE
RGB
CMYK
RGB Variations
Color information
#193ECE (or 0x193ECE) is known color: Persian Blue. HEX triplet: 19, 3E and CE. RGB value is (25,62,206). Sum of RGB (Red+Green+Blue) = 25+62+206=293 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.53% from 293); Green value is 62 (24.61% from 255 or 21.16% from 293); Blue value is 206 (80.86% from 255 or 70.31% from 293); Max value from RGB is 206 - color contains mainly: blue. Hex color #193ECE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #193ECE is #E6C131. Grayscale: #424242. Windows color (decimal): -15122738 or 13516313. OLE color: 13516313.
HSL color Cylindrical-coordinate representation of color #193ECE: hue angle of 227.73º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #193ECE is Cyan = 0.88, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 25 | 62 | 206 | - |
| CMYK | 0.88 | 0.70 | 0 | 0.19 |
| HSL | 227.73º | 0.78% | 0.45% | - |
| HSV(B) | 227.73º | 0.88% | 0.81% | - |
| XYZ | 13.26 | 8.11 | 59.26 | - |
| YUV | 67.35 | 206.24 | 97.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 62 | 206 | 0.88 | 0.70 | 0 | 0.19 | 227.73 | 0.78 | 0.45 |
| Hex | 19 | 3E | CE | 58 | 46 | 0 | 13 | E4 | 4E | 2D |
| Octal | 31 | 76 | 316 | 130 | 106 | 0 | 23 | 344 | 116 | 55 |
| Binary | 11001 | 111110 | 11001110 | 1011000 | 1000110 | 0 | 10011 | 11100100 | 1001110 | 101101 |
Color Harmonies of #193ECE
Complementary color
Monochromatic Colors of #193ECE
Black with #193ECE
Text Example
Text Example
White with #193ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193ECE; }
p { color: rgb(25,62,206); }
H1.HeaderClassName
{
color: #193ECE;
}
.AnyTagClassName
{
color: #193ECE;
}
</style>
background-color css
<style>
a { background-color: #193ECE; }
a { background-color: rgb(25,62,206); }
div.DivClassName
{
background-color: #193ECE;
}
.BgClassName
{
background-color: #193ECE;
}
</style>
border-color css
<style>
span { border-color: #193ECE; }
span { border-color: rgb(25,62,206); }
td.TdClassName
{
border-color: #193ECE;
}
.TagClassName
{
border-color: #193ECE;
}
</style>