Shades of Persian Blue #193FCE
Tints of Persian Blue #193FCE
RGB
CMYK
RGB Variations
Color information
#193FCE (or 0x193FCE) is known color: Persian Blue. HEX triplet: 19, 3F and CE. RGB value is (25,63,206). Sum of RGB (Red+Green+Blue) = 25+63+206=294 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.50% from 294); Green value is 63 (25% from 255 or 21.43% from 294); Blue value is 206 (80.86% from 255 or 70.07% from 294); Max value from RGB is 206 - color contains mainly: blue. Hex color #193FCE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #193FCE is #E6C031. Grayscale: #434343. Windows color (decimal): -15122482 or 13516569. OLE color: 13516569.
HSL color Cylindrical-coordinate representation of color #193FCE: hue angle of 227.4º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #193FCE is Cyan = 0.88, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 25 | 63 | 206 | - |
| CMYK | 0.88 | 0.69 | 0 | 0.19 |
| HSL | 227.4º | 0.78% | 0.45% | - |
| HSV(B) | 227.4º | 0.88% | 0.81% | - |
| XYZ | 13.32 | 8.22 | 59.28 | - |
| YUV | 67.94 | 205.91 | 97.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 63 | 206 | 0.88 | 0.69 | 0 | 0.19 | 227.4 | 0.78 | 0.45 |
| Hex | 19 | 3F | CE | 58 | 45 | 0 | 13 | E3 | 4E | 2D |
| Octal | 31 | 77 | 316 | 130 | 105 | 0 | 23 | 343 | 116 | 55 |
| Binary | 11001 | 111111 | 11001110 | 1011000 | 1000101 | 0 | 10011 | 11100011 | 1001110 | 101101 |
Color Harmonies of #193FCE
Complementary color
Monochromatic Colors of #193FCE
Black with #193FCE
Text Example
Text Example
White with #193FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193FCE; }
p { color: rgb(25,63,206); }
H1.HeaderClassName
{
color: #193FCE;
}
.AnyTagClassName
{
color: #193FCE;
}
</style>
background-color css
<style>
a { background-color: #193FCE; }
a { background-color: rgb(25,63,206); }
div.DivClassName
{
background-color: #193FCE;
}
.BgClassName
{
background-color: #193FCE;
}
</style>
border-color css
<style>
span { border-color: #193FCE; }
span { border-color: rgb(25,63,206); }
td.TdClassName
{
border-color: #193FCE;
}
.TagClassName
{
border-color: #193FCE;
}
</style>