Shades of Persian Blue #193BC9
Tints of Persian Blue #193BC9
RGB
CMYK
RGB Variations
Color information
#193BC9 (or 0x193BC9) is known color: Persian Blue. HEX triplet: 19, 3B and C9. RGB value is (25,59,201). Sum of RGB (Red+Green+Blue) = 25+59+201=285 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.77% from 285); Green value is 59 (23.44% from 255 or 20.70% from 285); Blue value is 201 (78.91% from 255 or 70.53% from 285); Max value from RGB is 201 - color contains mainly: blue. Hex color #193BC9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #193BC9 is #E6C436. Grayscale: #404040. Windows color (decimal): -15123511 or 13187865. OLE color: 13187865.
HSL color Cylindrical-coordinate representation of color #193BC9: hue angle of 228.41º 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 #193BC9 is Cyan = 0.88, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 25 | 59 | 201 | - |
| CMYK | 0.88 | 0.71 | 0 | 0.21 |
| HSL | 228.41º | 0.78% | 0.44% | - |
| HSV(B) | 228.41º | 0.88% | 0.79% | - |
| XYZ | 12.51 | 7.55 | 56.06 | - |
| YUV | 65.02 | 204.74 | 99.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 59 | 201 | 0.88 | 0.71 | 0 | 0.21 | 228.41 | 0.78 | 0.44 |
| Hex | 19 | 3B | C9 | 58 | 47 | 0 | 15 | E4 | 4E | 2C |
| Octal | 31 | 73 | 311 | 130 | 107 | 0 | 25 | 344 | 116 | 54 |
| Binary | 11001 | 111011 | 11001001 | 1011000 | 1000111 | 0 | 10101 | 11100100 | 1001110 | 101100 |
Color Harmonies of #193BC9
Complementary color
Monochromatic Colors of #193BC9
Black with #193BC9
Text Example
Text Example
White with #193BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193BC9; }
p { color: rgb(25,59,201); }
H1.HeaderClassName
{
color: #193BC9;
}
.AnyTagClassName
{
color: #193BC9;
}
</style>
background-color css
<style>
a { background-color: #193BC9; }
a { background-color: rgb(25,59,201); }
div.DivClassName
{
background-color: #193BC9;
}
.BgClassName
{
background-color: #193BC9;
}
</style>
border-color css
<style>
span { border-color: #193BC9; }
span { border-color: rgb(25,59,201); }
td.TdClassName
{
border-color: #193BC9;
}
.TagClassName
{
border-color: #193BC9;
}
</style>