Shades of Persian Blue #1F47A9
Tints of Persian Blue #1F47A9
RGB
CMYK
RGB Variations
Color information
#1F47A9 (or 0x1F47A9) is known color: Persian Blue. HEX triplet: 1F, 47 and A9. RGB value is (31,71,169). Sum of RGB (Red+Green+Blue) = 31+71+169=271 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.44% from 271); Green value is 71 (28.12% from 255 or 26.20% from 271); Blue value is 169 (66.41% from 255 or 62.36% from 271); Max value from RGB is 169 - color contains mainly: blue. Hex color #1F47A9 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F47A9 is #E0B856. Grayscale: #454545. Windows color (decimal): -14727255 or 11093791. OLE color: 11093791.
HSL color Cylindrical-coordinate representation of color #1F47A9: hue angle of 222.61º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1F47A9 is Cyan = 0.82, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 31 | 71 | 169 | - |
| CMYK | 0.82 | 0.58 | 0 | 0.34 |
| HSL | 222.61º | 0.69% | 0.39% | - |
| HSV(B) | 222.61º | 0.82% | 0.66% | - |
| XYZ | 9.98 | 7.66 | 38.49 | - |
| YUV | 70.21 | 183.75 | 100.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 71 | 169 | 0.82 | 0.58 | 0 | 0.34 | 222.61 | 0.69 | 0.39 |
| Hex | 1F | 47 | A9 | 52 | 3A | 0 | 22 | DF | 45 | 27 |
| Octal | 37 | 107 | 251 | 122 | 72 | 0 | 42 | 337 | 105 | 47 |
| Binary | 11111 | 1000111 | 10101001 | 1010010 | 111010 | 0 | 100010 | 11011111 | 1000101 | 100111 |
Color Harmonies of #1F47A9
Complementary color
Monochromatic Colors of #1F47A9
Black with #1F47A9
Text Example
Text Example
White with #1F47A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F47A9; }
p { color: rgb(31,71,169); }
H1.HeaderClassName
{
color: #1F47A9;
}
.AnyTagClassName
{
color: #1F47A9;
}
</style>
background-color css
<style>
a { background-color: #1F47A9; }
a { background-color: rgb(31,71,169); }
div.DivClassName
{
background-color: #1F47A9;
}
.BgClassName
{
background-color: #1F47A9;
}
</style>
border-color css
<style>
span { border-color: #1F47A9; }
span { border-color: rgb(31,71,169); }
td.TdClassName
{
border-color: #1F47A9;
}
.TagClassName
{
border-color: #1F47A9;
}
</style>