Shades of Persian Blue #193CDA
Tints of Persian Blue #193CDA
RGB
CMYK
RGB Variations
Color information
#193CDA (or 0x193CDA) is known color: Persian Blue. HEX triplet: 19, 3C and DA. RGB value is (25,60,218). Sum of RGB (Red+Green+Blue) = 25+60+218=303 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.25% from 303); Green value is 60 (23.83% from 255 or 19.80% from 303); Blue value is 218 (85.55% from 255 or 71.95% from 303); Max value from RGB is 218 - color contains mainly: blue. Hex color #193CDA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #193CDA is #E6C325. Grayscale: #424242. Windows color (decimal): -15123238 or 14302233. OLE color: 14302233.
HSL color Cylindrical-coordinate representation of color #193CDA: hue angle of 229.12º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #193CDA is Cyan = 0.89, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 25 | 60 | 218 | - |
| CMYK | 0.89 | 0.72 | 0 | 0.15 |
| HSL | 229.12º | 0.79% | 0.48% | - |
| HSV(B) | 229.12º | 0.89% | 0.85% | - |
| XYZ | 14.67 | 8.5 | 67.2 | - |
| YUV | 67.55 | 212.9 | 97.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 60 | 218 | 0.89 | 0.72 | 0 | 0.15 | 229.12 | 0.79 | 0.48 |
| Hex | 19 | 3C | DA | 59 | 48 | 0 | F | E5 | 4F | 30 |
| Octal | 31 | 74 | 332 | 131 | 110 | 0 | 17 | 345 | 117 | 60 |
| Binary | 11001 | 111100 | 11011010 | 1011001 | 1001000 | 0 | 1111 | 11100101 | 1001111 | 110000 |
Color Harmonies of #193CDA
Complementary color
Monochromatic Colors of #193CDA
Black with #193CDA
Text Example
Text Example
White with #193CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193CDA; }
p { color: rgb(25,60,218); }
H1.HeaderClassName
{
color: #193CDA;
}
.AnyTagClassName
{
color: #193CDA;
}
</style>
background-color css
<style>
a { background-color: #193CDA; }
a { background-color: rgb(25,60,218); }
div.DivClassName
{
background-color: #193CDA;
}
.BgClassName
{
background-color: #193CDA;
}
</style>
border-color css
<style>
span { border-color: #193CDA; }
span { border-color: rgb(25,60,218); }
td.TdClassName
{
border-color: #193CDA;
}
.TagClassName
{
border-color: #193CDA;
}
</style>