Shades of Persian Blue #191CCC
Tints of Persian Blue #191CCC
RGB
CMYK
RGB Variations
Color information
#191CCC (or 0x191CCC) is known color: Persian Blue. HEX triplet: 19, 1C and CC. RGB value is (25,28,204). Sum of RGB (Red+Green+Blue) = 25+28+204=257 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.73% from 257); Green value is 28 (11.33% from 255 or 10.89% from 257); Blue value is 204 (80.08% from 255 or 79.38% from 257); Max value from RGB is 204 - color contains mainly: blue. Hex color #191CCC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #191CCC is #E6E333. Grayscale: #2E2E2E. Windows color (decimal): -15131444 or 13376537. OLE color: 13376537.
HSL color Cylindrical-coordinate representation of color #191CCC: hue angle of 238.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 #191CCC is Cyan = 0.88, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 25 | 28 | 204 | - |
| CMYK | 0.88 | 0.86 | 0 | 0.2 |
| HSL | 238.99º | 0.78% | 0.45% | - |
| HSV(B) | 238.99º | 0.88% | 0.8% | - |
| XYZ | 11.72 | 5.4 | 57.55 | - |
| YUV | 47.17 | 216.51 | 112.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 28 | 204 | 0.88 | 0.86 | 0 | 0.2 | 238.99 | 0.78 | 0.45 |
| Hex | 19 | 1C | CC | 58 | 56 | 0 | 14 | EF | 4E | 2D |
| Octal | 31 | 34 | 314 | 130 | 126 | 0 | 24 | 357 | 116 | 55 |
| Binary | 11001 | 11100 | 11001100 | 1011000 | 1010110 | 0 | 10100 | 11101111 | 1001110 | 101101 |
Color Harmonies of #191CCC
Complementary color
Monochromatic Colors of #191CCC
Black with #191CCC
Text Example
Text Example
White with #191CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191CCC; }
p { color: rgb(25,28,204); }
H1.HeaderClassName
{
color: #191CCC;
}
.AnyTagClassName
{
color: #191CCC;
}
</style>
background-color css
<style>
a { background-color: #191CCC; }
a { background-color: rgb(25,28,204); }
div.DivClassName
{
background-color: #191CCC;
}
.BgClassName
{
background-color: #191CCC;
}
</style>
border-color css
<style>
span { border-color: #191CCC; }
span { border-color: rgb(25,28,204); }
td.TdClassName
{
border-color: #191CCC;
}
.TagClassName
{
border-color: #191CCC;
}
</style>