Shades of Persian Blue #191CB6
Tints of Persian Blue #191CB6
RGB
CMYK
RGB Variations
Color information
#191CB6 (or 0x191CB6) is known color: Persian Blue. HEX triplet: 19, 1C and B6. RGB value is (25,28,182). Sum of RGB (Red+Green+Blue) = 25+28+182=235 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.64% from 235); Green value is 28 (11.33% from 255 or 11.91% from 235); Blue value is 182 (71.48% from 255 or 77.45% from 235); Max value from RGB is 182 - color contains mainly: blue. Hex color #191CB6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #191CB6 is #E6E349. Grayscale: #2C2C2C. Windows color (decimal): -15131466 or 11934745. OLE color: 11934745.
HSL color Cylindrical-coordinate representation of color #191CB6: hue angle of 238.85º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #191CB6 is Cyan = 0.86, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 25 | 28 | 182 | - |
| CMYK | 0.86 | 0.85 | 0 | 0.29 |
| HSL | 238.85º | 0.76% | 0.41% | - |
| HSV(B) | 238.85º | 0.86% | 0.71% | - |
| XYZ | 9.26 | 4.41 | 44.62 | - |
| YUV | 44.66 | 205.51 | 113.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 28 | 182 | 0.86 | 0.85 | 0 | 0.29 | 238.85 | 0.76 | 0.41 |
| Hex | 19 | 1C | B6 | 56 | 55 | 0 | 1D | EF | 4C | 29 |
| Octal | 31 | 34 | 266 | 126 | 125 | 0 | 35 | 357 | 114 | 51 |
| Binary | 11001 | 11100 | 10110110 | 1010110 | 1010101 | 0 | 11101 | 11101111 | 1001100 | 101001 |
Color Harmonies of #191CB6
Complementary color
Monochromatic Colors of #191CB6
Black with #191CB6
Text Example
Text Example
White with #191CB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191CB6; }
p { color: rgb(25,28,182); }
H1.HeaderClassName
{
color: #191CB6;
}
.AnyTagClassName
{
color: #191CB6;
}
</style>
background-color css
<style>
a { background-color: #191CB6; }
a { background-color: rgb(25,28,182); }
div.DivClassName
{
background-color: #191CB6;
}
.BgClassName
{
background-color: #191CB6;
}
</style>
border-color css
<style>
span { border-color: #191CB6; }
span { border-color: rgb(25,28,182); }
td.TdClassName
{
border-color: #191CB6;
}
.TagClassName
{
border-color: #191CB6;
}
</style>