Shades of Persian Blue #193BEA
Tints of Persian Blue #193BEA
RGB
CMYK
RGB Variations
Color information
#193BEA (or 0x193BEA) is known color: Persian Blue. HEX triplet: 19, 3B and EA. RGB value is (25,59,234). Sum of RGB (Red+Green+Blue) = 25+59+234=318 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.86% from 318); Green value is 59 (23.44% from 255 or 18.55% from 318); Blue value is 234 (91.80% from 255 or 73.58% from 318); Max value from RGB is 234 - color contains mainly: blue. Hex color #193BEA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #193BEA is #E6C415. Grayscale: #444444. Windows color (decimal): -15123478 or 15350553. OLE color: 15350553.
HSL color Cylindrical-coordinate representation of color #193BEA: hue angle of 230.24º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #193BEA is Cyan = 0.89, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 25 | 59 | 234 | - |
| CMYK | 0.89 | 0.75 | 0 | 0.08 |
| HSL | 230.24º | 0.83% | 0.51% | - |
| HSV(B) | 230.24º | 0.89% | 0.92% | - |
| XYZ | 16.82 | 9.28 | 78.75 | - |
| YUV | 68.78 | 221.24 | 96.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 59 | 234 | 0.89 | 0.75 | 0 | 0.08 | 230.24 | 0.83 | 0.51 |
| Hex | 19 | 3B | EA | 59 | 4B | 0 | 8 | E6 | 53 | 33 |
| Octal | 31 | 73 | 352 | 131 | 113 | 0 | 10 | 346 | 123 | 63 |
| Binary | 11001 | 111011 | 11101010 | 1011001 | 1001011 | 0 | 1000 | 11100110 | 1010011 | 110011 |
Color Harmonies of #193BEA
Complementary color
Monochromatic Colors of #193BEA
Black with #193BEA
Text Example
Text Example
White with #193BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193BEA; }
p { color: rgb(25,59,234); }
H1.HeaderClassName
{
color: #193BEA;
}
.AnyTagClassName
{
color: #193BEA;
}
</style>
background-color css
<style>
a { background-color: #193BEA; }
a { background-color: rgb(25,59,234); }
div.DivClassName
{
background-color: #193BEA;
}
.BgClassName
{
background-color: #193BEA;
}
</style>
border-color css
<style>
span { border-color: #193BEA; }
span { border-color: rgb(25,59,234); }
td.TdClassName
{
border-color: #193BEA;
}
.TagClassName
{
border-color: #193BEA;
}
</style>