Shades of Persian Blue #191DBC
Tints of Persian Blue #191DBC
RGB
CMYK
RGB Variations
Color information
#191DBC (or 0x191DBC) is known color: Persian Blue. HEX triplet: 19, 1D and BC. RGB value is (25,29,188). Sum of RGB (Red+Green+Blue) = 25+29+188=242 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.33% from 242); Green value is 29 (11.72% from 255 or 11.98% from 242); Blue value is 188 (73.83% from 255 or 77.69% from 242); Max value from RGB is 188 - color contains mainly: blue. Hex color #191DBC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #191DBC is #E6E243. Grayscale: #2D2D2D. Windows color (decimal): -15131204 or 12328217. OLE color: 12328217.
HSL color Cylindrical-coordinate representation of color #191DBC: hue angle of 238.53º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #191DBC is Cyan = 0.87, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 25 | 29 | 188 | - |
| CMYK | 0.87 | 0.85 | 0 | 0.26 |
| HSL | 238.53º | 0.77% | 0.42% | - |
| HSV(B) | 238.53º | 0.87% | 0.74% | - |
| XYZ | 9.92 | 4.72 | 47.96 | - |
| YUV | 45.93 | 208.17 | 113.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 29 | 188 | 0.87 | 0.85 | 0 | 0.26 | 238.53 | 0.77 | 0.42 |
| Hex | 19 | 1D | BC | 57 | 55 | 0 | 1A | EF | 4D | 2A |
| Octal | 31 | 35 | 274 | 127 | 125 | 0 | 32 | 357 | 115 | 52 |
| Binary | 11001 | 11101 | 10111100 | 1010111 | 1010101 | 0 | 11010 | 11101111 | 1001101 | 101010 |
Color Harmonies of #191DBC
Complementary color
Monochromatic Colors of #191DBC
Black with #191DBC
Text Example
Text Example
White with #191DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191DBC; }
p { color: rgb(25,29,188); }
H1.HeaderClassName
{
color: #191DBC;
}
.AnyTagClassName
{
color: #191DBC;
}
</style>
background-color css
<style>
a { background-color: #191DBC; }
a { background-color: rgb(25,29,188); }
div.DivClassName
{
background-color: #191DBC;
}
.BgClassName
{
background-color: #191DBC;
}
</style>
border-color css
<style>
span { border-color: #191DBC; }
span { border-color: rgb(25,29,188); }
td.TdClassName
{
border-color: #191DBC;
}
.TagClassName
{
border-color: #191DBC;
}
</style>