Shades of Persian Blue #191CBB
Tints of Persian Blue #191CBB
RGB
CMYK
RGB Variations
Color information
#191CBB (or 0x191CBB) is known color: Persian Blue. HEX triplet: 19, 1C and BB. RGB value is (25,28,187). Sum of RGB (Red+Green+Blue) = 25+28+187=240 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.42% from 240); Green value is 28 (11.33% from 255 or 11.67% from 240); Blue value is 187 (73.44% from 255 or 77.92% from 240); Max value from RGB is 187 - color contains mainly: blue. Hex color #191CBB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #191CBB is #E6E344. Grayscale: #2C2C2C. Windows color (decimal): -15131461 or 12262425. OLE color: 12262425.
HSL color Cylindrical-coordinate representation of color #191CBB: hue angle of 238.89º 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 #191CBB is Cyan = 0.87, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 25 | 28 | 187 | - |
| CMYK | 0.87 | 0.85 | 0 | 0.27 |
| HSL | 238.89º | 0.76% | 0.42% | - |
| HSV(B) | 238.89º | 0.87% | 0.73% | - |
| XYZ | 9.79 | 4.63 | 47.39 | - |
| YUV | 45.23 | 208.01 | 113.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 28 | 187 | 0.87 | 0.85 | 0 | 0.27 | 238.89 | 0.76 | 0.42 |
| Hex | 19 | 1C | BB | 57 | 55 | 0 | 1B | EF | 4C | 2A |
| Octal | 31 | 34 | 273 | 127 | 125 | 0 | 33 | 357 | 114 | 52 |
| Binary | 11001 | 11100 | 10111011 | 1010111 | 1010101 | 0 | 11011 | 11101111 | 1001100 | 101010 |
Color Harmonies of #191CBB
Complementary color
Monochromatic Colors of #191CBB
Black with #191CBB
Text Example
Text Example
White with #191CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191CBB; }
p { color: rgb(25,28,187); }
H1.HeaderClassName
{
color: #191CBB;
}
.AnyTagClassName
{
color: #191CBB;
}
</style>
background-color css
<style>
a { background-color: #191CBB; }
a { background-color: rgb(25,28,187); }
div.DivClassName
{
background-color: #191CBB;
}
.BgClassName
{
background-color: #191CBB;
}
</style>
border-color css
<style>
span { border-color: #191CBB; }
span { border-color: rgb(25,28,187); }
td.TdClassName
{
border-color: #191CBB;
}
.TagClassName
{
border-color: #191CBB;
}
</style>