Shades of Persian Blue #193CB2
Tints of Persian Blue #193CB2
RGB
CMYK
RGB Variations
Color information
#193CB2 (or 0x193CB2) is known color: Persian Blue. HEX triplet: 19, 3C and B2. RGB value is (25,60,178). Sum of RGB (Red+Green+Blue) = 25+60+178=263 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.51% from 263); Green value is 60 (23.83% from 255 or 22.81% from 263); Blue value is 178 (69.92% from 255 or 67.68% from 263); Max value from RGB is 178 - color contains mainly: blue. Hex color #193CB2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #193CB2 is #E6C34D. Grayscale: #3E3E3E. Windows color (decimal): -15123278 or 11680793. OLE color: 11680793.
HSL color Cylindrical-coordinate representation of color #193CB2: hue angle of 226.27º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #193CB2 is Cyan = 0.86, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 25 | 60 | 178 | - |
| CMYK | 0.86 | 0.66 | 0 | 0.30 |
| HSL | 226.27º | 0.75% | 0.4% | - |
| HSV(B) | 226.27º | 0.86% | 0.7% | - |
| XYZ | 10.05 | 6.65 | 42.87 | - |
| YUV | 62.99 | 192.9 | 100.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 60 | 178 | 0.86 | 0.66 | 0 | 0.30 | 226.27 | 0.75 | 0.4 |
| Hex | 19 | 3C | B2 | 56 | 42 | 0 | 1E | E2 | 4B | 28 |
| Octal | 31 | 74 | 262 | 126 | 102 | 0 | 36 | 342 | 113 | 50 |
| Binary | 11001 | 111100 | 10110010 | 1010110 | 1000010 | 0 | 11110 | 11100010 | 1001011 | 101000 |
Color Harmonies of #193CB2
Complementary color
Monochromatic Colors of #193CB2
Black with #193CB2
Text Example
Text Example
White with #193CB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193CB2; }
p { color: rgb(25,60,178); }
H1.HeaderClassName
{
color: #193CB2;
}
.AnyTagClassName
{
color: #193CB2;
}
</style>
background-color css
<style>
a { background-color: #193CB2; }
a { background-color: rgb(25,60,178); }
div.DivClassName
{
background-color: #193CB2;
}
.BgClassName
{
background-color: #193CB2;
}
</style>
border-color css
<style>
span { border-color: #193CB2; }
span { border-color: rgb(25,60,178); }
td.TdClassName
{
border-color: #193CB2;
}
.TagClassName
{
border-color: #193CB2;
}
</style>