Shades of Persian Blue #193EE7
Tints of Persian Blue #193EE7
RGB
CMYK
RGB Variations
Color information
#193EE7 (or 0x193EE7) is known color: Persian Blue. HEX triplet: 19, 3E and E7. RGB value is (25,62,231). Sum of RGB (Red+Green+Blue) = 25+62+231=318 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.86% from 318); Green value is 62 (24.61% from 255 or 19.50% from 318); Blue value is 231 (90.62% from 255 or 72.64% from 318); Max value from RGB is 231 - color contains mainly: blue. Hex color #193EE7 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #193EE7 is #E6C118. Grayscale: #454545. Windows color (decimal): -15122713 or 15154713. OLE color: 15154713.
HSL color Cylindrical-coordinate representation of color #193EE7: hue angle of 229.22º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #193EE7 is Cyan = 0.89, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 25 | 62 | 231 | - |
| CMYK | 0.89 | 0.73 | 0 | 0.09 |
| HSL | 229.22º | 0.81% | 0.5% | - |
| HSV(B) | 229.22º | 0.89% | 0.91% | - |
| XYZ | 16.55 | 9.42 | 76.55 | - |
| YUV | 70.2 | 218.74 | 95.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 62 | 231 | 0.89 | 0.73 | 0 | 0.09 | 229.22 | 0.81 | 0.5 |
| Hex | 19 | 3E | E7 | 59 | 49 | 0 | 9 | E5 | 51 | 32 |
| Octal | 31 | 76 | 347 | 131 | 111 | 0 | 11 | 345 | 121 | 62 |
| Binary | 11001 | 111110 | 11100111 | 1011001 | 1001001 | 0 | 1001 | 11100101 | 1010001 | 110010 |
Color Harmonies of #193EE7
Complementary color
Monochromatic Colors of #193EE7
Black with #193EE7
Text Example
Text Example
White with #193EE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193EE7; }
p { color: rgb(25,62,231); }
H1.HeaderClassName
{
color: #193EE7;
}
.AnyTagClassName
{
color: #193EE7;
}
</style>
background-color css
<style>
a { background-color: #193EE7; }
a { background-color: rgb(25,62,231); }
div.DivClassName
{
background-color: #193EE7;
}
.BgClassName
{
background-color: #193EE7;
}
</style>
border-color css
<style>
span { border-color: #193EE7; }
span { border-color: rgb(25,62,231); }
td.TdClassName
{
border-color: #193EE7;
}
.TagClassName
{
border-color: #193EE7;
}
</style>