Shades of Persian Blue #1917BC
Tints of Persian Blue #1917BC
RGB
CMYK
RGB Variations
Color information
#1917BC (or 0x1917BC) is known color: Persian Blue. HEX triplet: 19, 17 and BC. RGB value is (25,23,188). Sum of RGB (Red+Green+Blue) = 25+23+188=236 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.59% from 236); Green value is 23 (9.38% from 255 or 9.75% from 236); Blue value is 188 (73.83% from 255 or 79.66% from 236); Max value from RGB is 188 - color contains mainly: blue. Hex color #1917BC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1917BC is #E6E843. Grayscale: #292929. Windows color (decimal): -15132740 or 12326681. OLE color: 12326681.
HSL color Cylindrical-coordinate representation of color #1917BC: hue angle of 240.73º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1917BC is Cyan = 0.87, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 25 | 23 | 188 | - |
| CMYK | 0.87 | 0.88 | 0 | 0.26 |
| HSL | 240.73º | 0.78% | 0.41% | - |
| HSV(B) | 240.73º | 0.88% | 0.74% | - |
| XYZ | 9.78 | 4.45 | 47.92 | - |
| YUV | 42.41 | 210.16 | 115.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 23 | 188 | 0.87 | 0.88 | 0 | 0.26 | 240.73 | 0.78 | 0.41 |
| Hex | 19 | 17 | BC | 57 | 58 | 0 | 1A | F1 | 4E | 29 |
| Octal | 31 | 27 | 274 | 127 | 130 | 0 | 32 | 361 | 116 | 51 |
| Binary | 11001 | 10111 | 10111100 | 1010111 | 1011000 | 0 | 11010 | 11110001 | 1001110 | 101001 |
Color Harmonies of #1917BC
Complementary color
Monochromatic Colors of #1917BC
Black with #1917BC
Text Example
Text Example
White with #1917BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1917BC; }
p { color: rgb(25,23,188); }
H1.HeaderClassName
{
color: #1917BC;
}
.AnyTagClassName
{
color: #1917BC;
}
</style>
background-color css
<style>
a { background-color: #1917BC; }
a { background-color: rgb(25,23,188); }
div.DivClassName
{
background-color: #1917BC;
}
.BgClassName
{
background-color: #1917BC;
}
</style>
border-color css
<style>
span { border-color: #1917BC; }
span { border-color: rgb(25,23,188); }
td.TdClassName
{
border-color: #1917BC;
}
.TagClassName
{
border-color: #1917BC;
}
</style>