Shades of Persian Blue #191FCC
Tints of Persian Blue #191FCC
RGB
CMYK
RGB Variations
Color information
#191FCC (or 0x191FCC) is known color: Persian Blue. HEX triplet: 19, 1F and CC. RGB value is (25,31,204). Sum of RGB (Red+Green+Blue) = 25+31+204=260 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.62% from 260); Green value is 31 (12.5% from 255 or 11.92% from 260); Blue value is 204 (80.08% from 255 or 78.46% from 260); Max value from RGB is 204 - color contains mainly: blue. Hex color #191FCC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #191FCC is #E6E033. Grayscale: #303030. Windows color (decimal): -15130676 or 13377305. OLE color: 13377305.
HSL color Cylindrical-coordinate representation of color #191FCC: hue angle of 237.99º 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 #191FCC is Cyan = 0.88, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 25 | 31 | 204 | - |
| CMYK | 0.88 | 0.85 | 0 | 0.2 |
| HSL | 237.99º | 0.78% | 0.45% | - |
| HSV(B) | 237.99º | 0.88% | 0.8% | - |
| XYZ | 11.79 | 5.55 | 57.58 | - |
| YUV | 48.93 | 215.51 | 110.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 31 | 204 | 0.88 | 0.85 | 0 | 0.2 | 237.99 | 0.78 | 0.45 |
| Hex | 19 | 1F | CC | 58 | 55 | 0 | 14 | EE | 4E | 2D |
| Octal | 31 | 37 | 314 | 130 | 125 | 0 | 24 | 356 | 116 | 55 |
| Binary | 11001 | 11111 | 11001100 | 1011000 | 1010101 | 0 | 10100 | 11101110 | 1001110 | 101101 |
Color Harmonies of #191FCC
Complementary color
Monochromatic Colors of #191FCC
Black with #191FCC
Text Example
Text Example
White with #191FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191FCC; }
p { color: rgb(25,31,204); }
H1.HeaderClassName
{
color: #191FCC;
}
.AnyTagClassName
{
color: #191FCC;
}
</style>
background-color css
<style>
a { background-color: #191FCC; }
a { background-color: rgb(25,31,204); }
div.DivClassName
{
background-color: #191FCC;
}
.BgClassName
{
background-color: #191FCC;
}
</style>
border-color css
<style>
span { border-color: #191FCC; }
span { border-color: rgb(25,31,204); }
td.TdClassName
{
border-color: #191FCC;
}
.TagClassName
{
border-color: #191FCC;
}
</style>