Shades of Persian Blue #191AB2
Tints of Persian Blue #191AB2
RGB
CMYK
RGB Variations
Color information
#191AB2 (or 0x191AB2) is known color: Persian Blue. HEX triplet: 19, 1A and B2. RGB value is (25,26,178). Sum of RGB (Red+Green+Blue) = 25+26+178=229 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.92% from 229); Green value is 26 (10.55% from 255 or 11.35% from 229); Blue value is 178 (69.92% from 255 or 77.73% from 229); Max value from RGB is 178 - color contains mainly: blue. Hex color #191AB2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #191AB2 is #E6E54D. Grayscale: #2A2A2A. Windows color (decimal): -15131982 or 11672089. OLE color: 11672089.
HSL color Cylindrical-coordinate representation of color #191AB2: hue angle of 239.61º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #191AB2 is Cyan = 0.86, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 25 | 26 | 178 | - |
| CMYK | 0.86 | 0.85 | 0 | 0.30 |
| HSL | 239.61º | 0.75% | 0.4% | - |
| HSV(B) | 239.61º | 0.86% | 0.7% | - |
| XYZ | 8.81 | 4.16 | 42.46 | - |
| YUV | 43.03 | 204.17 | 115.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 26 | 178 | 0.86 | 0.85 | 0 | 0.30 | 239.61 | 0.75 | 0.4 |
| Hex | 19 | 1A | B2 | 56 | 55 | 0 | 1E | F0 | 4B | 28 |
| Octal | 31 | 32 | 262 | 126 | 125 | 0 | 36 | 360 | 113 | 50 |
| Binary | 11001 | 11010 | 10110010 | 1010110 | 1010101 | 0 | 11110 | 11110000 | 1001011 | 101000 |
Color Harmonies of #191AB2
Complementary color
Monochromatic Colors of #191AB2
Black with #191AB2
Text Example
Text Example
White with #191AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191AB2; }
p { color: rgb(25,26,178); }
H1.HeaderClassName
{
color: #191AB2;
}
.AnyTagClassName
{
color: #191AB2;
}
</style>
background-color css
<style>
a { background-color: #191AB2; }
a { background-color: rgb(25,26,178); }
div.DivClassName
{
background-color: #191AB2;
}
.BgClassName
{
background-color: #191AB2;
}
</style>
border-color css
<style>
span { border-color: #191AB2; }
span { border-color: rgb(25,26,178); }
td.TdClassName
{
border-color: #191AB2;
}
.TagClassName
{
border-color: #191AB2;
}
</style>