Shades of Persian Blue #191DC9
Tints of Persian Blue #191DC9
RGB
CMYK
RGB Variations
Color information
#191DC9 (or 0x191DC9) is known color: Persian Blue. HEX triplet: 19, 1D and C9. RGB value is (25,29,201). Sum of RGB (Red+Green+Blue) = 25+29+201=255 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.80% from 255); Green value is 29 (11.72% from 255 or 11.37% from 255); Blue value is 201 (78.91% from 255 or 78.82% from 255); Max value from RGB is 201 - color contains mainly: blue. Hex color #191DC9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #191DC9 is #E6E236. Grayscale: #2E2E2E. Windows color (decimal): -15131191 or 13180185. OLE color: 13180185.
HSL color Cylindrical-coordinate representation of color #191DC9: hue angle of 238.64º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #191DC9 is Cyan = 0.88, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 25 | 29 | 201 | - |
| CMYK | 0.88 | 0.86 | 0 | 0.21 |
| HSL | 238.64º | 0.78% | 0.44% | - |
| HSV(B) | 238.64º | 0.88% | 0.79% | - |
| XYZ | 11.38 | 5.3 | 55.68 | - |
| YUV | 47.41 | 214.67 | 112.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 29 | 201 | 0.88 | 0.86 | 0 | 0.21 | 238.64 | 0.78 | 0.44 |
| Hex | 19 | 1D | C9 | 58 | 56 | 0 | 15 | EF | 4E | 2C |
| Octal | 31 | 35 | 311 | 130 | 126 | 0 | 25 | 357 | 116 | 54 |
| Binary | 11001 | 11101 | 11001001 | 1011000 | 1010110 | 0 | 10101 | 11101111 | 1001110 | 101100 |
Color Harmonies of #191DC9
Complementary color
Monochromatic Colors of #191DC9
Black with #191DC9
Text Example
Text Example
White with #191DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191DC9; }
p { color: rgb(25,29,201); }
H1.HeaderClassName
{
color: #191DC9;
}
.AnyTagClassName
{
color: #191DC9;
}
</style>
background-color css
<style>
a { background-color: #191DC9; }
a { background-color: rgb(25,29,201); }
div.DivClassName
{
background-color: #191DC9;
}
.BgClassName
{
background-color: #191DC9;
}
</style>
border-color css
<style>
span { border-color: #191DC9; }
span { border-color: rgb(25,29,201); }
td.TdClassName
{
border-color: #191DC9;
}
.TagClassName
{
border-color: #191DC9;
}
</style>