Shades of Persian Blue #191BBB
Tints of Persian Blue #191BBB
RGB
CMYK
RGB Variations
Color information
#191BBB (or 0x191BBB) is known color: Persian Blue. HEX triplet: 19, 1B and BB. RGB value is (25,27,187). Sum of RGB (Red+Green+Blue) = 25+27+187=239 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.46% from 239); Green value is 27 (10.94% from 255 or 11.30% from 239); Blue value is 187 (73.44% from 255 or 78.24% from 239); Max value from RGB is 187 - color contains mainly: blue. Hex color #191BBB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #191BBB is #E6E444. Grayscale: #2C2C2C. Windows color (decimal): -15131717 or 12262169. OLE color: 12262169.
HSL color Cylindrical-coordinate representation of color #191BBB: hue angle of 239.26º 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 #191BBB is Cyan = 0.87, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 25 | 27 | 187 | - |
| CMYK | 0.87 | 0.86 | 0 | 0.27 |
| HSL | 239.26º | 0.76% | 0.42% | - |
| HSV(B) | 239.26º | 0.87% | 0.73% | - |
| XYZ | 9.76 | 4.58 | 47.38 | - |
| YUV | 44.64 | 208.34 | 113.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 27 | 187 | 0.87 | 0.86 | 0 | 0.27 | 239.26 | 0.76 | 0.42 |
| Hex | 19 | 1B | BB | 57 | 56 | 0 | 1B | EF | 4C | 2A |
| Octal | 31 | 33 | 273 | 127 | 126 | 0 | 33 | 357 | 114 | 52 |
| Binary | 11001 | 11011 | 10111011 | 1010111 | 1010110 | 0 | 11011 | 11101111 | 1001100 | 101010 |
Color Harmonies of #191BBB
Complementary color
Monochromatic Colors of #191BBB
Black with #191BBB
Text Example
Text Example
White with #191BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191BBB; }
p { color: rgb(25,27,187); }
H1.HeaderClassName
{
color: #191BBB;
}
.AnyTagClassName
{
color: #191BBB;
}
</style>
background-color css
<style>
a { background-color: #191BBB; }
a { background-color: rgb(25,27,187); }
div.DivClassName
{
background-color: #191BBB;
}
.BgClassName
{
background-color: #191BBB;
}
</style>
border-color css
<style>
span { border-color: #191BBB; }
span { border-color: rgb(25,27,187); }
td.TdClassName
{
border-color: #191BBB;
}
.TagClassName
{
border-color: #191BBB;
}
</style>