Shades of Persian Blue #193CB4
Tints of Persian Blue #193CB4
RGB
CMYK
RGB Variations
Color information
#193CB4 (or 0x193CB4) is known color: Persian Blue. HEX triplet: 19, 3C and B4. RGB value is (25,60,180). Sum of RGB (Red+Green+Blue) = 25+60+180=265 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.43% from 265); Green value is 60 (23.83% from 255 or 22.64% from 265); Blue value is 180 (70.70% from 255 or 67.92% from 265); Max value from RGB is 180 - color contains mainly: blue. Hex color #193CB4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #193CB4 is #E6C34B. Grayscale: #3E3E3E. Windows color (decimal): -15123276 or 11811865. OLE color: 11811865.
HSL color Cylindrical-coordinate representation of color #193CB4: hue angle of 226.45º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #193CB4 is Cyan = 0.86, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 25 | 60 | 180 | - |
| CMYK | 0.86 | 0.67 | 0 | 0.29 |
| HSL | 226.45º | 0.76% | 0.4% | - |
| HSV(B) | 226.45º | 0.86% | 0.71% | - |
| XYZ | 10.25 | 6.73 | 43.94 | - |
| YUV | 63.22 | 193.9 | 100.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 60 | 180 | 0.86 | 0.67 | 0 | 0.29 | 226.45 | 0.76 | 0.4 |
| Hex | 19 | 3C | B4 | 56 | 43 | 0 | 1D | E2 | 4C | 28 |
| Octal | 31 | 74 | 264 | 126 | 103 | 0 | 35 | 342 | 114 | 50 |
| Binary | 11001 | 111100 | 10110100 | 1010110 | 1000011 | 0 | 11101 | 11100010 | 1001100 | 101000 |
Color Harmonies of #193CB4
Complementary color
Monochromatic Colors of #193CB4
Black with #193CB4
Text Example
Text Example
White with #193CB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193CB4; }
p { color: rgb(25,60,180); }
H1.HeaderClassName
{
color: #193CB4;
}
.AnyTagClassName
{
color: #193CB4;
}
</style>
background-color css
<style>
a { background-color: #193CB4; }
a { background-color: rgb(25,60,180); }
div.DivClassName
{
background-color: #193CB4;
}
.BgClassName
{
background-color: #193CB4;
}
</style>
border-color css
<style>
span { border-color: #193CB4; }
span { border-color: rgb(25,60,180); }
td.TdClassName
{
border-color: #193CB4;
}
.TagClassName
{
border-color: #193CB4;
}
</style>