Shades of Persian Blue #193BDC
Tints of Persian Blue #193BDC
RGB
CMYK
RGB Variations
Color information
#193BDC (or 0x193BDC) is known color: Persian Blue. HEX triplet: 19, 3B and DC. RGB value is (25,59,220). Sum of RGB (Red+Green+Blue) = 25+59+220=304 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.22% from 304); Green value is 59 (23.44% from 255 or 19.41% from 304); Blue value is 220 (86.33% from 255 or 72.37% from 304); Max value from RGB is 220 - color contains mainly: blue. Hex color #193BDC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #193BDC is #E6C423. Grayscale: #424242. Windows color (decimal): -15123492 or 14433049. OLE color: 14433049.
HSL color Cylindrical-coordinate representation of color #193BDC: hue angle of 229.54º 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 #193BDC is Cyan = 0.89, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 25 | 59 | 220 | - |
| CMYK | 0.89 | 0.73 | 0 | 0.14 |
| HSL | 229.54º | 0.8% | 0.48% | - |
| HSV(B) | 229.54º | 0.89% | 0.86% | - |
| XYZ | 14.88 | 8.5 | 68.57 | - |
| YUV | 67.19 | 214.24 | 97.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 59 | 220 | 0.89 | 0.73 | 0 | 0.14 | 229.54 | 0.8 | 0.48 |
| Hex | 19 | 3B | DC | 59 | 49 | 0 | E | E6 | 50 | 30 |
| Octal | 31 | 73 | 334 | 131 | 111 | 0 | 16 | 346 | 120 | 60 |
| Binary | 11001 | 111011 | 11011100 | 1011001 | 1001001 | 0 | 1110 | 11100110 | 1010000 | 110000 |
Color Harmonies of #193BDC
Complementary color
Monochromatic Colors of #193BDC
Black with #193BDC
Text Example
Text Example
White with #193BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193BDC; }
p { color: rgb(25,59,220); }
H1.HeaderClassName
{
color: #193BDC;
}
.AnyTagClassName
{
color: #193BDC;
}
</style>
background-color css
<style>
a { background-color: #193BDC; }
a { background-color: rgb(25,59,220); }
div.DivClassName
{
background-color: #193BDC;
}
.BgClassName
{
background-color: #193BDC;
}
</style>
border-color css
<style>
span { border-color: #193BDC; }
span { border-color: rgb(25,59,220); }
td.TdClassName
{
border-color: #193BDC;
}
.TagClassName
{
border-color: #193BDC;
}
</style>