Shades of Persian Blue #1917BA
Tints of Persian Blue #1917BA
RGB
CMYK
RGB Variations
Color information
#1917BA (or 0x1917BA) is known color: Persian Blue. HEX triplet: 19, 17 and BA. RGB value is (25,23,186). Sum of RGB (Red+Green+Blue) = 25+23+186=234 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.68% from 234); Green value is 23 (9.38% from 255 or 9.83% from 234); Blue value is 186 (73.05% from 255 or 79.49% from 234); Max value from RGB is 186 - color contains mainly: blue. Hex color #1917BA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1917BA is #E6E845. Grayscale: #292929. Windows color (decimal): -15132742 or 12195609. OLE color: 12195609.
HSL color Cylindrical-coordinate representation of color #1917BA: hue angle of 240.74º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1917BA is Cyan = 0.87, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 25 | 23 | 186 | - |
| CMYK | 0.87 | 0.88 | 0 | 0.27 |
| HSL | 240.74º | 0.78% | 0.41% | - |
| HSV(B) | 240.74º | 0.88% | 0.73% | - |
| XYZ | 9.57 | 4.36 | 46.79 | - |
| YUV | 42.18 | 209.16 | 115.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 23 | 186 | 0.87 | 0.88 | 0 | 0.27 | 240.74 | 0.78 | 0.41 |
| Hex | 19 | 17 | BA | 57 | 58 | 0 | 1B | F1 | 4E | 29 |
| Octal | 31 | 27 | 272 | 127 | 130 | 0 | 33 | 361 | 116 | 51 |
| Binary | 11001 | 10111 | 10111010 | 1010111 | 1011000 | 0 | 11011 | 11110001 | 1001110 | 101001 |
Color Harmonies of #1917BA
Complementary color
Monochromatic Colors of #1917BA
Black with #1917BA
Text Example
Text Example
White with #1917BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1917BA; }
p { color: rgb(25,23,186); }
H1.HeaderClassName
{
color: #1917BA;
}
.AnyTagClassName
{
color: #1917BA;
}
</style>
background-color css
<style>
a { background-color: #1917BA; }
a { background-color: rgb(25,23,186); }
div.DivClassName
{
background-color: #1917BA;
}
.BgClassName
{
background-color: #1917BA;
}
</style>
border-color css
<style>
span { border-color: #1917BA; }
span { border-color: rgb(25,23,186); }
td.TdClassName
{
border-color: #1917BA;
}
.TagClassName
{
border-color: #1917BA;
}
</style>