Shades of Persian Blue #191FCB
Tints of Persian Blue #191FCB
RGB
CMYK
RGB Variations
Color information
#191FCB (or 0x191FCB) is known color: Persian Blue. HEX triplet: 19, 1F and CB. RGB value is (25,31,203). Sum of RGB (Red+Green+Blue) = 25+31+203=259 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.65% from 259); Green value is 31 (12.5% from 255 or 11.97% from 259); Blue value is 203 (79.69% from 255 or 78.38% from 259); Max value from RGB is 203 - color contains mainly: blue. Hex color #191FCB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #191FCB is #E6E034. Grayscale: #303030. Windows color (decimal): -15130677 or 13311769. OLE color: 13311769.
HSL color Cylindrical-coordinate representation of color #191FCB: hue angle of 237.98º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #191FCB is Cyan = 0.88, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 25 | 31 | 203 | - |
| CMYK | 0.88 | 0.85 | 0 | 0.20 |
| HSL | 237.98º | 0.78% | 0.45% | - |
| HSV(B) | 237.98º | 0.88% | 0.8% | - |
| XYZ | 11.67 | 5.5 | 56.95 | - |
| YUV | 48.81 | 215.01 | 111.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 31 | 203 | 0.88 | 0.85 | 0 | 0.20 | 237.98 | 0.78 | 0.45 |
| Hex | 19 | 1F | CB | 58 | 55 | 0 | 14 | EE | 4E | 2D |
| Octal | 31 | 37 | 313 | 130 | 125 | 0 | 24 | 356 | 116 | 55 |
| Binary | 11001 | 11111 | 11001011 | 1011000 | 1010101 | 0 | 10100 | 11101110 | 1001110 | 101101 |
Color Harmonies of #191FCB
Complementary color
Monochromatic Colors of #191FCB
Black with #191FCB
Text Example
Text Example
White with #191FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191FCB; }
p { color: rgb(25,31,203); }
H1.HeaderClassName
{
color: #191FCB;
}
.AnyTagClassName
{
color: #191FCB;
}
</style>
background-color css
<style>
a { background-color: #191FCB; }
a { background-color: rgb(25,31,203); }
div.DivClassName
{
background-color: #191FCB;
}
.BgClassName
{
background-color: #191FCB;
}
</style>
border-color css
<style>
span { border-color: #191FCB; }
span { border-color: rgb(25,31,203); }
td.TdClassName
{
border-color: #191FCB;
}
.TagClassName
{
border-color: #191FCB;
}
</style>