Shades of Persian Blue #1F17B9
Tints of Persian Blue #1F17B9
RGB
CMYK
RGB Variations
Color information
#1F17B9 (or 0x1F17B9) is known color: Persian Blue. HEX triplet: 1F, 17 and B9. RGB value is (31,23,185). Sum of RGB (Red+Green+Blue) = 31+23+185=239 (31% of max value = 765). Red value is 31 (12.5% from 255 or 12.97% from 239); Green value is 23 (9.38% from 255 or 9.62% from 239); Blue value is 185 (72.66% from 255 or 77.41% from 239); Max value from RGB is 185 - color contains mainly: blue. Hex color #1F17B9 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1F17B9 is #E0E846. Grayscale: #2B2B2B. Windows color (decimal): -14739527 or 12130079. OLE color: 12130079.
HSL color Cylindrical-coordinate representation of color #1F17B9: hue angle of 242.96º 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 #1F17B9 is Cyan = 0.83, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 31 | 23 | 185 | - |
| CMYK | 0.83 | 0.88 | 0 | 0.27 |
| HSL | 242.96º | 0.78% | 0.41% | - |
| HSV(B) | 242.96º | 0.88% | 0.73% | - |
| XYZ | 9.63 | 4.41 | 46.24 | - |
| YUV | 43.86 | 207.65 | 118.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 23 | 185 | 0.83 | 0.88 | 0 | 0.27 | 242.96 | 0.78 | 0.41 |
| Hex | 1F | 17 | B9 | 53 | 58 | 0 | 1B | F3 | 4E | 29 |
| Octal | 37 | 27 | 271 | 123 | 130 | 0 | 33 | 363 | 116 | 51 |
| Binary | 11111 | 10111 | 10111001 | 1010011 | 1011000 | 0 | 11011 | 11110011 | 1001110 | 101001 |
Color Harmonies of #1F17B9
Complementary color
Monochromatic Colors of #1F17B9
Black with #1F17B9
Text Example
Text Example
White with #1F17B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F17B9; }
p { color: rgb(31,23,185); }
H1.HeaderClassName
{
color: #1F17B9;
}
.AnyTagClassName
{
color: #1F17B9;
}
</style>
background-color css
<style>
a { background-color: #1F17B9; }
a { background-color: rgb(31,23,185); }
div.DivClassName
{
background-color: #1F17B9;
}
.BgClassName
{
background-color: #1F17B9;
}
</style>
border-color css
<style>
span { border-color: #1F17B9; }
span { border-color: rgb(31,23,185); }
td.TdClassName
{
border-color: #1F17B9;
}
.TagClassName
{
border-color: #1F17B9;
}
</style>