Shades of Persian Blue #191EBB
Tints of Persian Blue #191EBB
RGB
CMYK
RGB Variations
Color information
#191EBB (or 0x191EBB) is known color: Persian Blue. HEX triplet: 19, 1E and BB. RGB value is (25,30,187). Sum of RGB (Red+Green+Blue) = 25+30+187=242 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.33% from 242); Green value is 30 (12.11% from 255 or 12.40% from 242); Blue value is 187 (73.44% from 255 or 77.27% from 242); Max value from RGB is 187 - color contains mainly: blue. Hex color #191EBB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #191EBB is #E6E144. Grayscale: #2D2D2D. Windows color (decimal): -15130949 or 12262937. OLE color: 12262937.
HSL color Cylindrical-coordinate representation of color #191EBB: hue angle of 238.15º 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 #191EBB is Cyan = 0.87, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 25 | 30 | 187 | - |
| CMYK | 0.87 | 0.84 | 0 | 0.27 |
| HSL | 238.15º | 0.76% | 0.42% | - |
| HSV(B) | 238.15º | 0.87% | 0.73% | - |
| XYZ | 9.83 | 4.72 | 47.41 | - |
| YUV | 46.4 | 207.34 | 112.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 30 | 187 | 0.87 | 0.84 | 0 | 0.27 | 238.15 | 0.76 | 0.42 |
| Hex | 19 | 1E | BB | 57 | 54 | 0 | 1B | EE | 4C | 2A |
| Octal | 31 | 36 | 273 | 127 | 124 | 0 | 33 | 356 | 114 | 52 |
| Binary | 11001 | 11110 | 10111011 | 1010111 | 1010100 | 0 | 11011 | 11101110 | 1001100 | 101010 |
Color Harmonies of #191EBB
Complementary color
Monochromatic Colors of #191EBB
Black with #191EBB
Text Example
Text Example
White with #191EBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191EBB; }
p { color: rgb(25,30,187); }
H1.HeaderClassName
{
color: #191EBB;
}
.AnyTagClassName
{
color: #191EBB;
}
</style>
background-color css
<style>
a { background-color: #191EBB; }
a { background-color: rgb(25,30,187); }
div.DivClassName
{
background-color: #191EBB;
}
.BgClassName
{
background-color: #191EBB;
}
</style>
border-color css
<style>
span { border-color: #191EBB; }
span { border-color: rgb(25,30,187); }
td.TdClassName
{
border-color: #191EBB;
}
.TagClassName
{
border-color: #191EBB;
}
</style>