Shades of Persian Blue #193BEB
Tints of Persian Blue #193BEB
RGB
CMYK
RGB Variations
Color information
#193BEB (or 0x193BEB) is known color: Persian Blue. HEX triplet: 19, 3B and EB. RGB value is (25,59,235). Sum of RGB (Red+Green+Blue) = 25+59+235=319 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.84% from 319); Green value is 59 (23.44% from 255 or 18.50% from 319); Blue value is 235 (92.19% from 255 or 73.67% from 319); Max value from RGB is 235 - color contains mainly: blue. Hex color #193BEB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #193BEB is #E6C414. Grayscale: #444444. Windows color (decimal): -15123477 or 15416089. OLE color: 15416089.
HSL color Cylindrical-coordinate representation of color #193BEB: hue angle of 230.29º degrees, saturation: 0.84, 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 #193BEB is Cyan = 0.89, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 25 | 59 | 235 | - |
| CMYK | 0.89 | 0.75 | 0 | 0.08 |
| HSL | 230.29º | 0.84% | 0.51% | - |
| HSV(B) | 230.29º | 0.89% | 0.92% | - |
| XYZ | 16.96 | 9.33 | 79.5 | - |
| YUV | 68.9 | 221.74 | 96.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 59 | 235 | 0.89 | 0.75 | 0 | 0.08 | 230.29 | 0.84 | 0.51 |
| Hex | 19 | 3B | EB | 59 | 4B | 0 | 8 | E6 | 54 | 33 |
| Octal | 31 | 73 | 353 | 131 | 113 | 0 | 10 | 346 | 124 | 63 |
| Binary | 11001 | 111011 | 11101011 | 1011001 | 1001011 | 0 | 1000 | 11100110 | 1010100 | 110011 |
Color Harmonies of #193BEB
Complementary color
Monochromatic Colors of #193BEB
Black with #193BEB
Text Example
Text Example
White with #193BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193BEB; }
p { color: rgb(25,59,235); }
H1.HeaderClassName
{
color: #193BEB;
}
.AnyTagClassName
{
color: #193BEB;
}
</style>
background-color css
<style>
a { background-color: #193BEB; }
a { background-color: rgb(25,59,235); }
div.DivClassName
{
background-color: #193BEB;
}
.BgClassName
{
background-color: #193BEB;
}
</style>
border-color css
<style>
span { border-color: #193BEB; }
span { border-color: rgb(25,59,235); }
td.TdClassName
{
border-color: #193BEB;
}
.TagClassName
{
border-color: #193BEB;
}
</style>