Shades of Persian Blue #193BDF
Tints of Persian Blue #193BDF
RGB
CMYK
RGB Variations
Color information
#193BDF (or 0x193BDF) is known color: Persian Blue. HEX triplet: 19, 3B and DF. RGB value is (25,59,223). Sum of RGB (Red+Green+Blue) = 25+59+223=307 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.14% from 307); Green value is 59 (23.44% from 255 or 19.22% from 307); Blue value is 223 (87.5% from 255 or 72.64% from 307); Max value from RGB is 223 - color contains mainly: blue. Hex color #193BDF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #193BDF is #E6C420. Grayscale: #424242. Windows color (decimal): -15123489 or 14629657. OLE color: 14629657.
HSL color Cylindrical-coordinate representation of color #193BDF: hue angle of 229.7º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #193BDF is Cyan = 0.89, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 25 | 59 | 223 | - |
| CMYK | 0.89 | 0.74 | 0 | 0.13 |
| HSL | 229.7º | 0.8% | 0.49% | - |
| HSV(B) | 229.7º | 0.89% | 0.87% | - |
| XYZ | 15.28 | 8.66 | 70.68 | - |
| YUV | 67.53 | 215.74 | 97.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 59 | 223 | 0.89 | 0.74 | 0 | 0.13 | 229.7 | 0.8 | 0.49 |
| Hex | 19 | 3B | DF | 59 | 4A | 0 | D | E6 | 50 | 31 |
| Octal | 31 | 73 | 337 | 131 | 112 | 0 | 15 | 346 | 120 | 61 |
| Binary | 11001 | 111011 | 11011111 | 1011001 | 1001010 | 0 | 1101 | 11100110 | 1010000 | 110001 |
Color Harmonies of #193BDF
Complementary color
Monochromatic Colors of #193BDF
Black with #193BDF
Text Example
Text Example
White with #193BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193BDF; }
p { color: rgb(25,59,223); }
H1.HeaderClassName
{
color: #193BDF;
}
.AnyTagClassName
{
color: #193BDF;
}
</style>
background-color css
<style>
a { background-color: #193BDF; }
a { background-color: rgb(25,59,223); }
div.DivClassName
{
background-color: #193BDF;
}
.BgClassName
{
background-color: #193BDF;
}
</style>
border-color css
<style>
span { border-color: #193BDF; }
span { border-color: rgb(25,59,223); }
td.TdClassName
{
border-color: #193BDF;
}
.TagClassName
{
border-color: #193BDF;
}
</style>