Shades of Persian Blue #191FBA
Tints of Persian Blue #191FBA
RGB
CMYK
RGB Variations
Color information
#191FBA (or 0x191FBA) is known color: Persian Blue. HEX triplet: 19, 1F and BA. RGB value is (25,31,186). Sum of RGB (Red+Green+Blue) = 25+31+186=242 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.33% from 242); Green value is 31 (12.5% from 255 or 12.81% from 242); Blue value is 186 (73.05% from 255 or 76.86% from 242); Max value from RGB is 186 - color contains mainly: blue. Hex color #191FBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #191FBA is #E6E045. Grayscale: #2E2E2E. Windows color (decimal): -15130694 or 12197657. OLE color: 12197657.
HSL color Cylindrical-coordinate representation of color #191FBA: hue angle of 237.76º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #191FBA is Cyan = 0.87, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 25 | 31 | 186 | - |
| CMYK | 0.87 | 0.83 | 0 | 0.27 |
| HSL | 237.76º | 0.76% | 0.41% | - |
| HSV(B) | 237.76º | 0.87% | 0.73% | - |
| XYZ | 9.75 | 4.73 | 46.85 | - |
| YUV | 46.88 | 206.51 | 112.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 31 | 186 | 0.87 | 0.83 | 0 | 0.27 | 237.76 | 0.76 | 0.41 |
| Hex | 19 | 1F | BA | 57 | 53 | 0 | 1B | EE | 4C | 29 |
| Octal | 31 | 37 | 272 | 127 | 123 | 0 | 33 | 356 | 114 | 51 |
| Binary | 11001 | 11111 | 10111010 | 1010111 | 1010011 | 0 | 11011 | 11101110 | 1001100 | 101001 |
Color Harmonies of #191FBA
Complementary color
Monochromatic Colors of #191FBA
Black with #191FBA
Text Example
Text Example
White with #191FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191FBA; }
p { color: rgb(25,31,186); }
H1.HeaderClassName
{
color: #191FBA;
}
.AnyTagClassName
{
color: #191FBA;
}
</style>
background-color css
<style>
a { background-color: #191FBA; }
a { background-color: rgb(25,31,186); }
div.DivClassName
{
background-color: #191FBA;
}
.BgClassName
{
background-color: #191FBA;
}
</style>
border-color css
<style>
span { border-color: #191FBA; }
span { border-color: rgb(25,31,186); }
td.TdClassName
{
border-color: #191FBA;
}
.TagClassName
{
border-color: #191FBA;
}
</style>