Shades of Persian Blue #193DCB
Tints of Persian Blue #193DCB
RGB
CMYK
RGB Variations
Color information
#193DCB (or 0x193DCB) is known color: Persian Blue. HEX triplet: 19, 3D and CB. RGB value is (25,61,203). Sum of RGB (Red+Green+Blue) = 25+61+203=289 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.65% from 289); Green value is 61 (24.22% from 255 or 21.11% from 289); Blue value is 203 (79.69% from 255 or 70.24% from 289); Max value from RGB is 203 - color contains mainly: blue. Hex color #193DCB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #193DCB is #E6C234. Grayscale: #414141. Windows color (decimal): -15122997 or 13319449. OLE color: 13319449.
HSL color Cylindrical-coordinate representation of color #193DCB: hue angle of 227.87º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #193DCB is Cyan = 0.88, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 25 | 61 | 203 | - |
| CMYK | 0.88 | 0.70 | 0 | 0.20 |
| HSL | 227.87º | 0.78% | 0.45% | - |
| HSV(B) | 227.87º | 0.88% | 0.8% | - |
| XYZ | 12.85 | 7.86 | 57.34 | - |
| YUV | 66.42 | 205.07 | 98.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 61 | 203 | 0.88 | 0.70 | 0 | 0.20 | 227.87 | 0.78 | 0.45 |
| Hex | 19 | 3D | CB | 58 | 46 | 0 | 14 | E4 | 4E | 2D |
| Octal | 31 | 75 | 313 | 130 | 106 | 0 | 24 | 344 | 116 | 55 |
| Binary | 11001 | 111101 | 11001011 | 1011000 | 1000110 | 0 | 10100 | 11100100 | 1001110 | 101101 |
Color Harmonies of #193DCB
Complementary color
Monochromatic Colors of #193DCB
Black with #193DCB
Text Example
Text Example
White with #193DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193DCB; }
p { color: rgb(25,61,203); }
H1.HeaderClassName
{
color: #193DCB;
}
.AnyTagClassName
{
color: #193DCB;
}
</style>
background-color css
<style>
a { background-color: #193DCB; }
a { background-color: rgb(25,61,203); }
div.DivClassName
{
background-color: #193DCB;
}
.BgClassName
{
background-color: #193DCB;
}
</style>
border-color css
<style>
span { border-color: #193DCB; }
span { border-color: rgb(25,61,203); }
td.TdClassName
{
border-color: #193DCB;
}
.TagClassName
{
border-color: #193DCB;
}
</style>