Shades of Persian Blue #193BE8
Tints of Persian Blue #193BE8
RGB
CMYK
RGB Variations
Color information
#193BE8 (or 0x193BE8) is known color: Persian Blue. HEX triplet: 19, 3B and E8. RGB value is (25,59,232). Sum of RGB (Red+Green+Blue) = 25+59+232=316 (41% of max value = 765). Red value is 25 (10.16% from 255 or 7.91% from 316); Green value is 59 (23.44% from 255 or 18.67% from 316); Blue value is 232 (91.02% from 255 or 73.42% from 316); Max value from RGB is 232 - color contains mainly: blue. Hex color #193BE8 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #193BE8 is #E6C417. Grayscale: #434343. Windows color (decimal): -15123480 or 15219481. OLE color: 15219481.
HSL color Cylindrical-coordinate representation of color #193BE8: hue angle of 230.14º degrees, saturation: 0.82, 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 #193BE8 is Cyan = 0.89, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 25 | 59 | 232 | - |
| CMYK | 0.89 | 0.75 | 0 | 0.09 |
| HSL | 230.14º | 0.82% | 0.5% | - |
| HSV(B) | 230.14º | 0.89% | 0.91% | - |
| XYZ | 16.53 | 9.16 | 77.24 | - |
| YUV | 68.56 | 220.24 | 96.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 59 | 232 | 0.89 | 0.75 | 0 | 0.09 | 230.14 | 0.82 | 0.5 |
| Hex | 19 | 3B | E8 | 59 | 4B | 0 | 9 | E6 | 52 | 32 |
| Octal | 31 | 73 | 350 | 131 | 113 | 0 | 11 | 346 | 122 | 62 |
| Binary | 11001 | 111011 | 11101000 | 1011001 | 1001011 | 0 | 1001 | 11100110 | 1010010 | 110010 |
Color Harmonies of #193BE8
Complementary color
Monochromatic Colors of #193BE8
Black with #193BE8
Text Example
Text Example
White with #193BE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193BE8; }
p { color: rgb(25,59,232); }
H1.HeaderClassName
{
color: #193BE8;
}
.AnyTagClassName
{
color: #193BE8;
}
</style>
background-color css
<style>
a { background-color: #193BE8; }
a { background-color: rgb(25,59,232); }
div.DivClassName
{
background-color: #193BE8;
}
.BgClassName
{
background-color: #193BE8;
}
</style>
border-color css
<style>
span { border-color: #193BE8; }
span { border-color: rgb(25,59,232); }
td.TdClassName
{
border-color: #193BE8;
}
.TagClassName
{
border-color: #193BE8;
}
</style>