Shades of Persian Blue #193CBC
Tints of Persian Blue #193CBC
RGB
CMYK
RGB Variations
Color information
#193CBC (or 0x193CBC) is known color: Persian Blue. HEX triplet: 19, 3C and BC. RGB value is (25,60,188). Sum of RGB (Red+Green+Blue) = 25+60+188=273 (36% of max value = 765). Red value is 25 (10.16% from 255 or 9.16% from 273); Green value is 60 (23.83% from 255 or 21.98% from 273); Blue value is 188 (73.83% from 255 or 68.86% from 273); Max value from RGB is 188 - color contains mainly: blue. Hex color #193CBC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #193CBC is #E6C343. Grayscale: #3F3F3F. Windows color (decimal): -15123268 or 12336153. OLE color: 12336153.
HSL color Cylindrical-coordinate representation of color #193CBC: hue angle of 227.12º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #193CBC is Cyan = 0.87, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 25 | 60 | 188 | - |
| CMYK | 0.87 | 0.68 | 0 | 0.26 |
| HSL | 227.12º | 0.77% | 0.42% | - |
| HSV(B) | 227.12º | 0.87% | 0.74% | - |
| XYZ | 11.09 | 7.07 | 48.36 | - |
| YUV | 64.13 | 197.9 | 100.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 60 | 188 | 0.87 | 0.68 | 0 | 0.26 | 227.12 | 0.77 | 0.42 |
| Hex | 19 | 3C | BC | 57 | 44 | 0 | 1A | E3 | 4D | 2A |
| Octal | 31 | 74 | 274 | 127 | 104 | 0 | 32 | 343 | 115 | 52 |
| Binary | 11001 | 111100 | 10111100 | 1010111 | 1000100 | 0 | 11010 | 11100011 | 1001101 | 101010 |
Color Harmonies of #193CBC
Complementary color
Monochromatic Colors of #193CBC
Black with #193CBC
Text Example
Text Example
White with #193CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193CBC; }
p { color: rgb(25,60,188); }
H1.HeaderClassName
{
color: #193CBC;
}
.AnyTagClassName
{
color: #193CBC;
}
</style>
background-color css
<style>
a { background-color: #193CBC; }
a { background-color: rgb(25,60,188); }
div.DivClassName
{
background-color: #193CBC;
}
.BgClassName
{
background-color: #193CBC;
}
</style>
border-color css
<style>
span { border-color: #193CBC; }
span { border-color: rgb(25,60,188); }
td.TdClassName
{
border-color: #193CBC;
}
.TagClassName
{
border-color: #193CBC;
}
</style>