Shades of Persian Blue #193BCC
Tints of Persian Blue #193BCC
RGB
CMYK
RGB Variations
Color information
#193BCC (or 0x193BCC) is known color: Persian Blue. HEX triplet: 19, 3B and CC. RGB value is (25,59,204). Sum of RGB (Red+Green+Blue) = 25+59+204=288 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.68% from 288); Green value is 59 (23.44% from 255 or 20.49% from 288); Blue value is 204 (80.08% from 255 or 70.83% from 288); Max value from RGB is 204 - color contains mainly: blue. Hex color #193BCC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #193BCC is #E6C433. Grayscale: #404040. Windows color (decimal): -15123508 or 13384473. OLE color: 13384473.
HSL color Cylindrical-coordinate representation of color #193BCC: hue angle of 228.6º 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 #193BCC is Cyan = 0.88, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 25 | 59 | 204 | - |
| CMYK | 0.88 | 0.71 | 0 | 0.2 |
| HSL | 228.6º | 0.78% | 0.45% | - |
| HSV(B) | 228.6º | 0.88% | 0.8% | - |
| XYZ | 12.86 | 7.69 | 57.93 | - |
| YUV | 65.36 | 206.24 | 99.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 59 | 204 | 0.88 | 0.71 | 0 | 0.2 | 228.6 | 0.78 | 0.45 |
| Hex | 19 | 3B | CC | 58 | 47 | 0 | 14 | E5 | 4E | 2D |
| Octal | 31 | 73 | 314 | 130 | 107 | 0 | 24 | 345 | 116 | 55 |
| Binary | 11001 | 111011 | 11001100 | 1011000 | 1000111 | 0 | 10100 | 11100101 | 1001110 | 101101 |
Color Harmonies of #193BCC
Complementary color
Monochromatic Colors of #193BCC
Black with #193BCC
Text Example
Text Example
White with #193BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193BCC; }
p { color: rgb(25,59,204); }
H1.HeaderClassName
{
color: #193BCC;
}
.AnyTagClassName
{
color: #193BCC;
}
</style>
background-color css
<style>
a { background-color: #193BCC; }
a { background-color: rgb(25,59,204); }
div.DivClassName
{
background-color: #193BCC;
}
.BgClassName
{
background-color: #193BCC;
}
</style>
border-color css
<style>
span { border-color: #193BCC; }
span { border-color: rgb(25,59,204); }
td.TdClassName
{
border-color: #193BCC;
}
.TagClassName
{
border-color: #193BCC;
}
</style>