Shades of Persian Blue #191ECC
Tints of Persian Blue #191ECC
RGB
CMYK
RGB Variations
Color information
#191ECC (or 0x191ECC) is known color: Persian Blue. HEX triplet: 19, 1E and CC. RGB value is (25,30,204). Sum of RGB (Red+Green+Blue) = 25+30+204=259 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.65% from 259); Green value is 30 (12.11% from 255 or 11.58% from 259); Blue value is 204 (80.08% from 255 or 78.76% from 259); Max value from RGB is 204 - color contains mainly: blue. Hex color #191ECC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #191ECC is #E6E133. Grayscale: #2F2F2F. Windows color (decimal): -15130932 or 13377049. OLE color: 13377049.
HSL color Cylindrical-coordinate representation of color #191ECC: hue angle of 238.32º 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 #191ECC is Cyan = 0.88, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 25 | 30 | 204 | - |
| CMYK | 0.88 | 0.85 | 0 | 0.2 |
| HSL | 238.32º | 0.78% | 0.45% | - |
| HSV(B) | 238.32º | 0.88% | 0.8% | - |
| XYZ | 11.76 | 5.49 | 57.57 | - |
| YUV | 48.34 | 215.84 | 111.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 30 | 204 | 0.88 | 0.85 | 0 | 0.2 | 238.32 | 0.78 | 0.45 |
| Hex | 19 | 1E | CC | 58 | 55 | 0 | 14 | EE | 4E | 2D |
| Octal | 31 | 36 | 314 | 130 | 125 | 0 | 24 | 356 | 116 | 55 |
| Binary | 11001 | 11110 | 11001100 | 1011000 | 1010101 | 0 | 10100 | 11101110 | 1001110 | 101101 |
Color Harmonies of #191ECC
Complementary color
Monochromatic Colors of #191ECC
Black with #191ECC
Text Example
Text Example
White with #191ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191ECC; }
p { color: rgb(25,30,204); }
H1.HeaderClassName
{
color: #191ECC;
}
.AnyTagClassName
{
color: #191ECC;
}
</style>
background-color css
<style>
a { background-color: #191ECC; }
a { background-color: rgb(25,30,204); }
div.DivClassName
{
background-color: #191ECC;
}
.BgClassName
{
background-color: #191ECC;
}
</style>
border-color css
<style>
span { border-color: #191ECC; }
span { border-color: rgb(25,30,204); }
td.TdClassName
{
border-color: #191ECC;
}
.TagClassName
{
border-color: #191ECC;
}
</style>