Shades of Persian Blue #193EC7
Tints of Persian Blue #193EC7
RGB
CMYK
RGB Variations
Color information
#193EC7 (or 0x193EC7) is known color: Persian Blue. HEX triplet: 19, 3E and C7. RGB value is (25,62,199). Sum of RGB (Red+Green+Blue) = 25+62+199=286 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.74% from 286); Green value is 62 (24.61% from 255 or 21.68% from 286); Blue value is 199 (78.12% from 255 or 69.58% from 286); Max value from RGB is 199 - color contains mainly: blue. Hex color #193EC7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #193EC7 is #E6C138. Grayscale: #414141. Windows color (decimal): -15122745 or 13057561. OLE color: 13057561.
HSL color Cylindrical-coordinate representation of color #193EC7: hue angle of 227.24º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #193EC7 is Cyan = 0.87, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 25 | 62 | 199 | - |
| CMYK | 0.87 | 0.69 | 0 | 0.22 |
| HSL | 227.24º | 0.78% | 0.44% | - |
| HSV(B) | 227.24º | 0.87% | 0.78% | - |
| XYZ | 12.43 | 7.78 | 54.88 | - |
| YUV | 66.56 | 202.74 | 98.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 62 | 199 | 0.87 | 0.69 | 0 | 0.22 | 227.24 | 0.78 | 0.44 |
| Hex | 19 | 3E | C7 | 57 | 45 | 0 | 16 | E3 | 4E | 2C |
| Octal | 31 | 76 | 307 | 127 | 105 | 0 | 26 | 343 | 116 | 54 |
| Binary | 11001 | 111110 | 11000111 | 1010111 | 1000101 | 0 | 10110 | 11100011 | 1001110 | 101100 |
Color Harmonies of #193EC7
Complementary color
Monochromatic Colors of #193EC7
Black with #193EC7
Text Example
Text Example
White with #193EC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193EC7; }
p { color: rgb(25,62,199); }
H1.HeaderClassName
{
color: #193EC7;
}
.AnyTagClassName
{
color: #193EC7;
}
</style>
background-color css
<style>
a { background-color: #193EC7; }
a { background-color: rgb(25,62,199); }
div.DivClassName
{
background-color: #193EC7;
}
.BgClassName
{
background-color: #193EC7;
}
</style>
border-color css
<style>
span { border-color: #193EC7; }
span { border-color: rgb(25,62,199); }
td.TdClassName
{
border-color: #193EC7;
}
.TagClassName
{
border-color: #193EC7;
}
</style>