Shades of Persian Blue #191FC5
Tints of Persian Blue #191FC5
RGB
CMYK
RGB Variations
Color information
#191FC5 (or 0x191FC5) is known color: Persian Blue. HEX triplet: 19, 1F and C5. RGB value is (25,31,197). Sum of RGB (Red+Green+Blue) = 25+31+197=253 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.88% from 253); Green value is 31 (12.5% from 255 or 12.25% from 253); Blue value is 197 (77.34% from 255 or 77.87% from 253); Max value from RGB is 197 - color contains mainly: blue. Hex color #191FC5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #191FC5 is #E6E03A. Grayscale: #2F2F2F. Windows color (decimal): -15130683 or 12918553. OLE color: 12918553.
HSL color Cylindrical-coordinate representation of color #191FC5: hue angle of 237.91º 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 #191FC5 is Cyan = 0.87, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 25 | 31 | 197 | - |
| CMYK | 0.87 | 0.84 | 0 | 0.23 |
| HSL | 237.91º | 0.77% | 0.44% | - |
| HSV(B) | 237.91º | 0.87% | 0.77% | - |
| XYZ | 10.97 | 5.22 | 53.25 | - |
| YUV | 48.13 | 212.01 | 111.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 31 | 197 | 0.87 | 0.84 | 0 | 0.23 | 237.91 | 0.77 | 0.44 |
| Hex | 19 | 1F | C5 | 57 | 54 | 0 | 17 | EE | 4D | 2C |
| Octal | 31 | 37 | 305 | 127 | 124 | 0 | 27 | 356 | 115 | 54 |
| Binary | 11001 | 11111 | 11000101 | 1010111 | 1010100 | 0 | 10111 | 11101110 | 1001101 | 101100 |
Color Harmonies of #191FC5
Complementary color
Monochromatic Colors of #191FC5
Black with #191FC5
Text Example
Text Example
White with #191FC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191FC5; }
p { color: rgb(25,31,197); }
H1.HeaderClassName
{
color: #191FC5;
}
.AnyTagClassName
{
color: #191FC5;
}
</style>
background-color css
<style>
a { background-color: #191FC5; }
a { background-color: rgb(25,31,197); }
div.DivClassName
{
background-color: #191FC5;
}
.BgClassName
{
background-color: #191FC5;
}
</style>
border-color css
<style>
span { border-color: #191FC5; }
span { border-color: rgb(25,31,197); }
td.TdClassName
{
border-color: #191FC5;
}
.TagClassName
{
border-color: #191FC5;
}
</style>