Shades of Persian Blue #1F1AB9
Tints of Persian Blue #1F1AB9
RGB
CMYK
RGB Variations
Color information
#1F1AB9 (or 0x1F1AB9) is known color: Persian Blue. HEX triplet: 1F, 1A and B9. RGB value is (31,26,185). Sum of RGB (Red+Green+Blue) = 31+26+185=242 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.81% from 242); Green value is 26 (10.55% from 255 or 10.74% from 242); Blue value is 185 (72.66% from 255 or 76.45% from 242); Max value from RGB is 185 - color contains mainly: blue. Hex color #1F1AB9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F1AB9 is #E0E546. Grayscale: #2C2C2C. Windows color (decimal): -14738759 or 12130847. OLE color: 12130847.
HSL color Cylindrical-coordinate representation of color #1F1AB9: hue angle of 241.89º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1F1AB9 is Cyan = 0.83, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 31 | 26 | 185 | - |
| CMYK | 0.83 | 0.86 | 0 | 0.27 |
| HSL | 241.89º | 0.75% | 0.41% | - |
| HSV(B) | 241.89º | 0.86% | 0.73% | - |
| XYZ | 9.69 | 4.53 | 46.26 | - |
| YUV | 45.62 | 206.66 | 117.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 26 | 185 | 0.83 | 0.86 | 0 | 0.27 | 241.89 | 0.75 | 0.41 |
| Hex | 1F | 1A | B9 | 53 | 56 | 0 | 1B | F2 | 4B | 29 |
| Octal | 37 | 32 | 271 | 123 | 126 | 0 | 33 | 362 | 113 | 51 |
| Binary | 11111 | 11010 | 10111001 | 1010011 | 1010110 | 0 | 11011 | 11110010 | 1001011 | 101001 |
Color Harmonies of #1F1AB9
Complementary color
Monochromatic Colors of #1F1AB9
Black with #1F1AB9
Text Example
Text Example
White with #1F1AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F1AB9; }
p { color: rgb(31,26,185); }
H1.HeaderClassName
{
color: #1F1AB9;
}
.AnyTagClassName
{
color: #1F1AB9;
}
</style>
background-color css
<style>
a { background-color: #1F1AB9; }
a { background-color: rgb(31,26,185); }
div.DivClassName
{
background-color: #1F1AB9;
}
.BgClassName
{
background-color: #1F1AB9;
}
</style>
border-color css
<style>
span { border-color: #1F1AB9; }
span { border-color: rgb(31,26,185); }
td.TdClassName
{
border-color: #1F1AB9;
}
.TagClassName
{
border-color: #1F1AB9;
}
</style>