Shades of Persian Blue #193CC9
Tints of Persian Blue #193CC9
RGB
CMYK
RGB Variations
Color information
#193CC9 (or 0x193CC9) is known color: Persian Blue. HEX triplet: 19, 3C and C9. RGB value is (25,60,201). Sum of RGB (Red+Green+Blue) = 25+60+201=286 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.74% from 286); Green value is 60 (23.83% from 255 or 20.98% from 286); Blue value is 201 (78.91% from 255 or 70.28% from 286); Max value from RGB is 201 - color contains mainly: blue. Hex color #193CC9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #193CC9 is #E6C336. Grayscale: #414141. Windows color (decimal): -15123255 or 13188121. OLE color: 13188121.
HSL color Cylindrical-coordinate representation of color #193CC9: hue angle of 228.07º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #193CC9 is Cyan = 0.88, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 25 | 60 | 201 | - |
| CMYK | 0.88 | 0.70 | 0 | 0.21 |
| HSL | 228.07º | 0.78% | 0.44% | - |
| HSV(B) | 228.07º | 0.88% | 0.79% | - |
| XYZ | 12.56 | 7.66 | 56.07 | - |
| YUV | 65.61 | 204.4 | 99.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 60 | 201 | 0.88 | 0.70 | 0 | 0.21 | 228.07 | 0.78 | 0.44 |
| Hex | 19 | 3C | C9 | 58 | 46 | 0 | 15 | E4 | 4E | 2C |
| Octal | 31 | 74 | 311 | 130 | 106 | 0 | 25 | 344 | 116 | 54 |
| Binary | 11001 | 111100 | 11001001 | 1011000 | 1000110 | 0 | 10101 | 11100100 | 1001110 | 101100 |
Color Harmonies of #193CC9
Complementary color
Monochromatic Colors of #193CC9
Black with #193CC9
Text Example
Text Example
White with #193CC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193CC9; }
p { color: rgb(25,60,201); }
H1.HeaderClassName
{
color: #193CC9;
}
.AnyTagClassName
{
color: #193CC9;
}
</style>
background-color css
<style>
a { background-color: #193CC9; }
a { background-color: rgb(25,60,201); }
div.DivClassName
{
background-color: #193CC9;
}
.BgClassName
{
background-color: #193CC9;
}
</style>
border-color css
<style>
span { border-color: #193CC9; }
span { border-color: rgb(25,60,201); }
td.TdClassName
{
border-color: #193CC9;
}
.TagClassName
{
border-color: #193CC9;
}
</style>