Shades of Persian Blue #191CB2
Tints of Persian Blue #191CB2
RGB
CMYK
RGB Variations
Color information
#191CB2 (or 0x191CB2) is known color: Persian Blue. HEX triplet: 19, 1C and B2. RGB value is (25,28,178). Sum of RGB (Red+Green+Blue) = 25+28+178=231 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.82% from 231); Green value is 28 (11.33% from 255 or 12.12% from 231); Blue value is 178 (69.92% from 255 or 77.06% from 231); Max value from RGB is 178 - color contains mainly: blue. Hex color #191CB2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #191CB2 is #E6E34D. Grayscale: #2B2B2B. Windows color (decimal): -15131470 or 11672601. OLE color: 11672601.
HSL color Cylindrical-coordinate representation of color #191CB2: hue angle of 238.82º 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 #191CB2 is Cyan = 0.86, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 25 | 28 | 178 | - |
| CMYK | 0.86 | 0.84 | 0 | 0.30 |
| HSL | 238.82º | 0.75% | 0.4% | - |
| HSV(B) | 238.82º | 0.86% | 0.7% | - |
| XYZ | 8.85 | 4.25 | 42.47 | - |
| YUV | 44.2 | 203.51 | 114.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 28 | 178 | 0.86 | 0.84 | 0 | 0.30 | 238.82 | 0.75 | 0.4 |
| Hex | 19 | 1C | B2 | 56 | 54 | 0 | 1E | EF | 4B | 28 |
| Octal | 31 | 34 | 262 | 126 | 124 | 0 | 36 | 357 | 113 | 50 |
| Binary | 11001 | 11100 | 10110010 | 1010110 | 1010100 | 0 | 11110 | 11101111 | 1001011 | 101000 |
Color Harmonies of #191CB2
Complementary color
Monochromatic Colors of #191CB2
Black with #191CB2
Text Example
Text Example
White with #191CB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191CB2; }
p { color: rgb(25,28,178); }
H1.HeaderClassName
{
color: #191CB2;
}
.AnyTagClassName
{
color: #191CB2;
}
</style>
background-color css
<style>
a { background-color: #191CB2; }
a { background-color: rgb(25,28,178); }
div.DivClassName
{
background-color: #191CB2;
}
.BgClassName
{
background-color: #191CB2;
}
</style>
border-color css
<style>
span { border-color: #191CB2; }
span { border-color: rgb(25,28,178); }
td.TdClassName
{
border-color: #191CB2;
}
.TagClassName
{
border-color: #191CB2;
}
</style>