Shades of Persian Blue #193FCC
Tints of Persian Blue #193FCC
RGB
CMYK
RGB Variations
Color information
#193FCC (or 0x193FCC) is known color: Persian Blue. HEX triplet: 19, 3F and CC. RGB value is (25,63,204). Sum of RGB (Red+Green+Blue) = 25+63+204=292 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.56% from 292); Green value is 63 (25% from 255 or 21.58% from 292); Blue value is 204 (80.08% from 255 or 69.86% from 292); Max value from RGB is 204 - color contains mainly: blue. Hex color #193FCC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #193FCC is #E6C033. Grayscale: #434343. Windows color (decimal): -15122484 or 13385497. OLE color: 13385497.
HSL color Cylindrical-coordinate representation of color #193FCC: hue angle of 227.26º 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 #193FCC is Cyan = 0.88, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 25 | 63 | 204 | - |
| CMYK | 0.88 | 0.69 | 0 | 0.2 |
| HSL | 227.26º | 0.78% | 0.45% | - |
| HSV(B) | 227.26º | 0.88% | 0.8% | - |
| XYZ | 13.08 | 8.12 | 58.01 | - |
| YUV | 67.71 | 204.91 | 97.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 63 | 204 | 0.88 | 0.69 | 0 | 0.2 | 227.26 | 0.78 | 0.45 |
| Hex | 19 | 3F | CC | 58 | 45 | 0 | 14 | E3 | 4E | 2D |
| Octal | 31 | 77 | 314 | 130 | 105 | 0 | 24 | 343 | 116 | 55 |
| Binary | 11001 | 111111 | 11001100 | 1011000 | 1000101 | 0 | 10100 | 11100011 | 1001110 | 101101 |
Color Harmonies of #193FCC
Complementary color
Monochromatic Colors of #193FCC
Black with #193FCC
Text Example
Text Example
White with #193FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193FCC; }
p { color: rgb(25,63,204); }
H1.HeaderClassName
{
color: #193FCC;
}
.AnyTagClassName
{
color: #193FCC;
}
</style>
background-color css
<style>
a { background-color: #193FCC; }
a { background-color: rgb(25,63,204); }
div.DivClassName
{
background-color: #193FCC;
}
.BgClassName
{
background-color: #193FCC;
}
</style>
border-color css
<style>
span { border-color: #193FCC; }
span { border-color: rgb(25,63,204); }
td.TdClassName
{
border-color: #193FCC;
}
.TagClassName
{
border-color: #193FCC;
}
</style>