Shades of Persian Blue #193EDC
Tints of Persian Blue #193EDC
RGB
CMYK
RGB Variations
Color information
#193EDC (or 0x193EDC) is known color: Persian Blue. HEX triplet: 19, 3E and DC. RGB value is (25,62,220). Sum of RGB (Red+Green+Blue) = 25+62+220=307 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.14% from 307); Green value is 62 (24.61% from 255 or 20.20% from 307); Blue value is 220 (86.33% from 255 or 71.66% from 307); Max value from RGB is 220 - color contains mainly: blue. Hex color #193EDC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #193EDC is #E6C123. Grayscale: #444444. Windows color (decimal): -15122724 or 14433817. OLE color: 14433817.
HSL color Cylindrical-coordinate representation of color #193EDC: hue angle of 228.62º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #193EDC is Cyan = 0.89, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 25 | 62 | 220 | - |
| CMYK | 0.89 | 0.72 | 0 | 0.14 |
| HSL | 228.62º | 0.8% | 0.48% | - |
| HSV(B) | 228.62º | 0.89% | 0.86% | - |
| XYZ | 15.04 | 8.82 | 68.62 | - |
| YUV | 68.95 | 213.24 | 96.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 62 | 220 | 0.89 | 0.72 | 0 | 0.14 | 228.62 | 0.8 | 0.48 |
| Hex | 19 | 3E | DC | 59 | 48 | 0 | E | E5 | 50 | 30 |
| Octal | 31 | 76 | 334 | 131 | 110 | 0 | 16 | 345 | 120 | 60 |
| Binary | 11001 | 111110 | 11011100 | 1011001 | 1001000 | 0 | 1110 | 11100101 | 1010000 | 110000 |
Color Harmonies of #193EDC
Complementary color
Monochromatic Colors of #193EDC
Black with #193EDC
Text Example
Text Example
White with #193EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193EDC; }
p { color: rgb(25,62,220); }
H1.HeaderClassName
{
color: #193EDC;
}
.AnyTagClassName
{
color: #193EDC;
}
</style>
background-color css
<style>
a { background-color: #193EDC; }
a { background-color: rgb(25,62,220); }
div.DivClassName
{
background-color: #193EDC;
}
.BgClassName
{
background-color: #193EDC;
}
</style>
border-color css
<style>
span { border-color: #193EDC; }
span { border-color: rgb(25,62,220); }
td.TdClassName
{
border-color: #193EDC;
}
.TagClassName
{
border-color: #193EDC;
}
</style>