Shades of Persian Blue #191EC5
Tints of Persian Blue #191EC5
RGB
CMYK
RGB Variations
Color information
#191EC5 (or 0x191EC5) is known color: Persian Blue. HEX triplet: 19, 1E and C5. RGB value is (25,30,197). Sum of RGB (Red+Green+Blue) = 25+30+197=252 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.92% from 252); Green value is 30 (12.11% from 255 or 11.90% from 252); Blue value is 197 (77.34% from 255 or 78.17% from 252); Max value from RGB is 197 - color contains mainly: blue. Hex color #191EC5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #191EC5 is #E6E13A. Grayscale: #2E2E2E. Windows color (decimal): -15130939 or 12918297. OLE color: 12918297.
HSL color Cylindrical-coordinate representation of color #191EC5: hue angle of 238.26º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #191EC5 is Cyan = 0.87, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 25 | 30 | 197 | - |
| CMYK | 0.87 | 0.85 | 0 | 0.23 |
| HSL | 238.26º | 0.77% | 0.44% | - |
| HSV(B) | 238.26º | 0.87% | 0.77% | - |
| XYZ | 10.94 | 5.17 | 53.24 | - |
| YUV | 47.54 | 212.34 | 111.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 30 | 197 | 0.87 | 0.85 | 0 | 0.23 | 238.26 | 0.77 | 0.44 |
| Hex | 19 | 1E | C5 | 57 | 55 | 0 | 17 | EE | 4D | 2C |
| Octal | 31 | 36 | 305 | 127 | 125 | 0 | 27 | 356 | 115 | 54 |
| Binary | 11001 | 11110 | 11000101 | 1010111 | 1010101 | 0 | 10111 | 11101110 | 1001101 | 101100 |
Color Harmonies of #191EC5
Complementary color
Monochromatic Colors of #191EC5
Black with #191EC5
Text Example
Text Example
White with #191EC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191EC5; }
p { color: rgb(25,30,197); }
H1.HeaderClassName
{
color: #191EC5;
}
.AnyTagClassName
{
color: #191EC5;
}
</style>
background-color css
<style>
a { background-color: #191EC5; }
a { background-color: rgb(25,30,197); }
div.DivClassName
{
background-color: #191EC5;
}
.BgClassName
{
background-color: #191EC5;
}
</style>
border-color css
<style>
span { border-color: #191EC5; }
span { border-color: rgb(25,30,197); }
td.TdClassName
{
border-color: #191EC5;
}
.TagClassName
{
border-color: #191EC5;
}
</style>