Shades of Persian Blue #191FCE
Tints of Persian Blue #191FCE
RGB
CMYK
RGB Variations
Color information
#191FCE (or 0x191FCE) is known color: Persian Blue. HEX triplet: 19, 1F and CE. RGB value is (25,31,206). Sum of RGB (Red+Green+Blue) = 25+31+206=262 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.54% from 262); Green value is 31 (12.5% from 255 or 11.83% from 262); Blue value is 206 (80.86% from 255 or 78.63% from 262); Max value from RGB is 206 - color contains mainly: blue. Hex color #191FCE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #191FCE is #E6E031. Grayscale: #303030. Windows color (decimal): -15130674 or 13508377. OLE color: 13508377.
HSL color Cylindrical-coordinate representation of color #191FCE: hue angle of 238.01º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #191FCE is Cyan = 0.88, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 25 | 31 | 206 | - |
| CMYK | 0.88 | 0.85 | 0 | 0.19 |
| HSL | 238.01º | 0.78% | 0.45% | - |
| HSV(B) | 238.01º | 0.88% | 0.81% | - |
| XYZ | 12.03 | 5.64 | 58.85 | - |
| YUV | 49.16 | 216.51 | 110.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 31 | 206 | 0.88 | 0.85 | 0 | 0.19 | 238.01 | 0.78 | 0.45 |
| Hex | 19 | 1F | CE | 58 | 55 | 0 | 13 | EE | 4E | 2D |
| Octal | 31 | 37 | 316 | 130 | 125 | 0 | 23 | 356 | 116 | 55 |
| Binary | 11001 | 11111 | 11001110 | 1011000 | 1010101 | 0 | 10011 | 11101110 | 1001110 | 101101 |
Color Harmonies of #191FCE
Complementary color
Monochromatic Colors of #191FCE
Black with #191FCE
Text Example
Text Example
White with #191FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191FCE; }
p { color: rgb(25,31,206); }
H1.HeaderClassName
{
color: #191FCE;
}
.AnyTagClassName
{
color: #191FCE;
}
</style>
background-color css
<style>
a { background-color: #191FCE; }
a { background-color: rgb(25,31,206); }
div.DivClassName
{
background-color: #191FCE;
}
.BgClassName
{
background-color: #191FCE;
}
</style>
border-color css
<style>
span { border-color: #191FCE; }
span { border-color: rgb(25,31,206); }
td.TdClassName
{
border-color: #191FCE;
}
.TagClassName
{
border-color: #191FCE;
}
</style>