Shades of Persian Blue #193CEB
Tints of Persian Blue #193CEB
RGB
CMYK
RGB Variations
Color information
#193CEB (or 0x193CEB) is known color: Persian Blue. HEX triplet: 19, 3C and EB. RGB value is (25,60,235). Sum of RGB (Red+Green+Blue) = 25+60+235=320 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.81% from 320); Green value is 60 (23.83% from 255 or 18.75% from 320); Blue value is 235 (92.19% from 255 or 73.44% from 320); Max value from RGB is 235 - color contains mainly: blue. Hex color #193CEB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #193CEB is #E6C314. Grayscale: #444444. Windows color (decimal): -15123221 or 15416345. OLE color: 15416345.
HSL color Cylindrical-coordinate representation of color #193CEB: hue angle of 230º 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 #193CEB is Cyan = 0.89, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 25 | 60 | 235 | - |
| CMYK | 0.89 | 0.74 | 0 | 0.08 |
| HSL | 230º | 0.84% | 0.51% | - |
| HSV(B) | 230º | 0.89% | 0.92% | - |
| XYZ | 17.01 | 9.44 | 79.52 | - |
| YUV | 69.49 | 221.4 | 96.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 60 | 235 | 0.89 | 0.74 | 0 | 0.08 | 230 | 0.84 | 0.51 |
| Hex | 19 | 3C | EB | 59 | 4A | 0 | 8 | E6 | 54 | 33 |
| Octal | 31 | 74 | 353 | 131 | 112 | 0 | 10 | 346 | 124 | 63 |
| Binary | 11001 | 111100 | 11101011 | 1011001 | 1001010 | 0 | 1000 | 11100110 | 1010100 | 110011 |
Color Harmonies of #193CEB
Complementary color
Monochromatic Colors of #193CEB
Black with #193CEB
Text Example
Text Example
White with #193CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193CEB; }
p { color: rgb(25,60,235); }
H1.HeaderClassName
{
color: #193CEB;
}
.AnyTagClassName
{
color: #193CEB;
}
</style>
background-color css
<style>
a { background-color: #193CEB; }
a { background-color: rgb(25,60,235); }
div.DivClassName
{
background-color: #193CEB;
}
.BgClassName
{
background-color: #193CEB;
}
</style>
border-color css
<style>
span { border-color: #193CEB; }
span { border-color: rgb(25,60,235); }
td.TdClassName
{
border-color: #193CEB;
}
.TagClassName
{
border-color: #193CEB;
}
</style>