Shades of Persian Blue #193CBB
Tints of Persian Blue #193CBB
RGB
CMYK
RGB Variations
Color information
#193CBB (or 0x193CBB) is known color: Persian Blue. HEX triplet: 19, 3C and BB. RGB value is (25,60,187). Sum of RGB (Red+Green+Blue) = 25+60+187=272 (36% of max value = 765). Red value is 25 (10.16% from 255 or 9.19% from 272); Green value is 60 (23.83% from 255 or 22.06% from 272); Blue value is 187 (73.44% from 255 or 68.75% from 272); Max value from RGB is 187 - color contains mainly: blue. Hex color #193CBB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #193CBB is #E6C344. Grayscale: #3F3F3F. Windows color (decimal): -15123269 or 12270617. OLE color: 12270617.
HSL color Cylindrical-coordinate representation of color #193CBB: hue angle of 227.04º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #193CBB is Cyan = 0.87, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 25 | 60 | 187 | - |
| CMYK | 0.87 | 0.68 | 0 | 0.27 |
| HSL | 227.04º | 0.76% | 0.42% | - |
| HSV(B) | 227.04º | 0.87% | 0.73% | - |
| XYZ | 10.99 | 7.03 | 47.79 | - |
| YUV | 64.01 | 197.4 | 100.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 60 | 187 | 0.87 | 0.68 | 0 | 0.27 | 227.04 | 0.76 | 0.42 |
| Hex | 19 | 3C | BB | 57 | 44 | 0 | 1B | E3 | 4C | 2A |
| Octal | 31 | 74 | 273 | 127 | 104 | 0 | 33 | 343 | 114 | 52 |
| Binary | 11001 | 111100 | 10111011 | 1010111 | 1000100 | 0 | 11011 | 11100011 | 1001100 | 101010 |
Color Harmonies of #193CBB
Complementary color
Monochromatic Colors of #193CBB
Black with #193CBB
Text Example
Text Example
White with #193CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193CBB; }
p { color: rgb(25,60,187); }
H1.HeaderClassName
{
color: #193CBB;
}
.AnyTagClassName
{
color: #193CBB;
}
</style>
background-color css
<style>
a { background-color: #193CBB; }
a { background-color: rgb(25,60,187); }
div.DivClassName
{
background-color: #193CBB;
}
.BgClassName
{
background-color: #193CBB;
}
</style>
border-color css
<style>
span { border-color: #193CBB; }
span { border-color: rgb(25,60,187); }
td.TdClassName
{
border-color: #193CBB;
}
.TagClassName
{
border-color: #193CBB;
}
</style>