Shades of Persian Blue #193CE9
Tints of Persian Blue #193CE9
RGB
CMYK
RGB Variations
Color information
#193CE9 (or 0x193CE9) is known color: Persian Blue. HEX triplet: 19, 3C and E9. RGB value is (25,60,233). Sum of RGB (Red+Green+Blue) = 25+60+233=318 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.86% from 318); Green value is 60 (23.83% from 255 or 18.87% from 318); Blue value is 233 (91.41% from 255 or 73.27% from 318); Max value from RGB is 233 - color contains mainly: blue. Hex color #193CE9 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #193CE9 is #E6C316. Grayscale: #444444. Windows color (decimal): -15123223 or 15285273. OLE color: 15285273.
HSL color Cylindrical-coordinate representation of color #193CE9: hue angle of 229.9º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #193CE9 is Cyan = 0.89, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 25 | 60 | 233 | - |
| CMYK | 0.89 | 0.74 | 0 | 0.09 |
| HSL | 229.9º | 0.83% | 0.51% | - |
| HSV(B) | 229.9º | 0.89% | 0.91% | - |
| XYZ | 16.72 | 9.32 | 78.01 | - |
| YUV | 69.26 | 220.4 | 96.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 60 | 233 | 0.89 | 0.74 | 0 | 0.09 | 229.9 | 0.83 | 0.51 |
| Hex | 19 | 3C | E9 | 59 | 4A | 0 | 9 | E6 | 53 | 33 |
| Octal | 31 | 74 | 351 | 131 | 112 | 0 | 11 | 346 | 123 | 63 |
| Binary | 11001 | 111100 | 11101001 | 1011001 | 1001010 | 0 | 1001 | 11100110 | 1010011 | 110011 |
Color Harmonies of #193CE9
Complementary color
Monochromatic Colors of #193CE9
Black with #193CE9
Text Example
Text Example
White with #193CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193CE9; }
p { color: rgb(25,60,233); }
H1.HeaderClassName
{
color: #193CE9;
}
.AnyTagClassName
{
color: #193CE9;
}
</style>
background-color css
<style>
a { background-color: #193CE9; }
a { background-color: rgb(25,60,233); }
div.DivClassName
{
background-color: #193CE9;
}
.BgClassName
{
background-color: #193CE9;
}
</style>
border-color css
<style>
span { border-color: #193CE9; }
span { border-color: rgb(25,60,233); }
td.TdClassName
{
border-color: #193CE9;
}
.TagClassName
{
border-color: #193CE9;
}
</style>