Shades of Persian Blue #193FC8
Tints of Persian Blue #193FC8
RGB
CMYK
RGB Variations
Color information
#193FC8 (or 0x193FC8) is known color: Persian Blue. HEX triplet: 19, 3F and C8. RGB value is (25,63,200). Sum of RGB (Red+Green+Blue) = 25+63+200=288 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.68% from 288); Green value is 63 (25% from 255 or 21.88% from 288); Blue value is 200 (78.52% from 255 or 69.44% from 288); Max value from RGB is 200 - color contains mainly: blue. Hex color #193FC8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #193FC8 is #E6C037. Grayscale: #424242. Windows color (decimal): -15122488 or 13123353. OLE color: 13123353.
HSL color Cylindrical-coordinate representation of color #193FC8: hue angle of 226.97º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #193FC8 is Cyan = 0.88, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 25 | 63 | 200 | - |
| CMYK | 0.88 | 0.68 | 0 | 0.22 |
| HSL | 226.97º | 0.78% | 0.44% | - |
| HSV(B) | 226.97º | 0.88% | 0.78% | - |
| XYZ | 12.6 | 7.93 | 55.51 | - |
| YUV | 67.26 | 202.91 | 97.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 63 | 200 | 0.88 | 0.68 | 0 | 0.22 | 226.97 | 0.78 | 0.44 |
| Hex | 19 | 3F | C8 | 58 | 44 | 0 | 16 | E3 | 4E | 2C |
| Octal | 31 | 77 | 310 | 130 | 104 | 0 | 26 | 343 | 116 | 54 |
| Binary | 11001 | 111111 | 11001000 | 1011000 | 1000100 | 0 | 10110 | 11100011 | 1001110 | 101100 |
Color Harmonies of #193FC8
Complementary color
Monochromatic Colors of #193FC8
Black with #193FC8
Text Example
Text Example
White with #193FC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193FC8; }
p { color: rgb(25,63,200); }
H1.HeaderClassName
{
color: #193FC8;
}
.AnyTagClassName
{
color: #193FC8;
}
</style>
background-color css
<style>
a { background-color: #193FC8; }
a { background-color: rgb(25,63,200); }
div.DivClassName
{
background-color: #193FC8;
}
.BgClassName
{
background-color: #193FC8;
}
</style>
border-color css
<style>
span { border-color: #193FC8; }
span { border-color: rgb(25,63,200); }
td.TdClassName
{
border-color: #193FC8;
}
.TagClassName
{
border-color: #193FC8;
}
</style>