Shades of Persian Blue #1F40AB
Tints of Persian Blue #1F40AB
RGB
CMYK
RGB Variations
Color information
#1F40AB (or 0x1F40AB) is known color: Persian Blue. HEX triplet: 1F, 40 and AB. RGB value is (31,64,171). Sum of RGB (Red+Green+Blue) = 31+64+171=266 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.65% from 266); Green value is 64 (25.39% from 255 or 24.06% from 266); Blue value is 171 (67.19% from 255 or 64.29% from 266); Max value from RGB is 171 - color contains mainly: blue. Hex color #1F40AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F40AB is #E0BF54. Grayscale: #414141. Windows color (decimal): -14729045 or 11223071. OLE color: 11223071.
HSL color Cylindrical-coordinate representation of color #1F40AB: hue angle of 225.86º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1F40AB is Cyan = 0.82, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 31 | 64 | 171 | - |
| CMYK | 0.82 | 0.63 | 0 | 0.33 |
| HSL | 225.86º | 0.69% | 0.4% | - |
| HSV(B) | 225.86º | 0.82% | 0.67% | - |
| XYZ | 9.75 | 6.9 | 39.35 | - |
| YUV | 66.33 | 187.07 | 102.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 64 | 171 | 0.82 | 0.63 | 0 | 0.33 | 225.86 | 0.69 | 0.4 |
| Hex | 1F | 40 | AB | 52 | 3F | 0 | 21 | E2 | 45 | 28 |
| Octal | 37 | 100 | 253 | 122 | 77 | 0 | 41 | 342 | 105 | 50 |
| Binary | 11111 | 1000000 | 10101011 | 1010010 | 111111 | 0 | 100001 | 11100010 | 1000101 | 101000 |
Color Harmonies of #1F40AB
Complementary color
Monochromatic Colors of #1F40AB
Black with #1F40AB
Text Example
Text Example
White with #1F40AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F40AB; }
p { color: rgb(31,64,171); }
H1.HeaderClassName
{
color: #1F40AB;
}
.AnyTagClassName
{
color: #1F40AB;
}
</style>
background-color css
<style>
a { background-color: #1F40AB; }
a { background-color: rgb(31,64,171); }
div.DivClassName
{
background-color: #1F40AB;
}
.BgClassName
{
background-color: #1F40AB;
}
</style>
border-color css
<style>
span { border-color: #1F40AB; }
span { border-color: rgb(31,64,171); }
td.TdClassName
{
border-color: #1F40AB;
}
.TagClassName
{
border-color: #1F40AB;
}
</style>