Shades of Persian Blue #1F3BAB
Tints of Persian Blue #1F3BAB
RGB
CMYK
RGB Variations
Color information
#1F3BAB (or 0x1F3BAB) is known color: Persian Blue. HEX triplet: 1F, 3B and AB. RGB value is (31,59,171). Sum of RGB (Red+Green+Blue) = 31+59+171=261 (34% of max value = 765). Red value is 31 (12.5% from 255 or 11.88% from 261); Green value is 59 (23.44% from 255 or 22.61% from 261); Blue value is 171 (67.19% from 255 or 65.52% from 261); Max value from RGB is 171 - color contains mainly: blue. Hex color #1F3BAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F3BAB is #E0C454. Grayscale: #3E3E3E. Windows color (decimal): -14730325 or 11221791. OLE color: 11221791.
HSL color Cylindrical-coordinate representation of color #1F3BAB: hue angle of 228º 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 #1F3BAB is Cyan = 0.82, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 31 | 59 | 171 | - |
| CMYK | 0.82 | 0.65 | 0 | 0.33 |
| HSL | 228º | 0.69% | 0.4% | - |
| HSV(B) | 228º | 0.82% | 0.67% | - |
| XYZ | 9.48 | 6.36 | 39.26 | - |
| YUV | 63.4 | 188.72 | 104.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 59 | 171 | 0.82 | 0.65 | 0 | 0.33 | 228 | 0.69 | 0.4 |
| Hex | 1F | 3B | AB | 52 | 41 | 0 | 21 | E4 | 45 | 28 |
| Octal | 37 | 73 | 253 | 122 | 101 | 0 | 41 | 344 | 105 | 50 |
| Binary | 11111 | 111011 | 10101011 | 1010010 | 1000001 | 0 | 100001 | 11100100 | 1000101 | 101000 |
Color Harmonies of #1F3BAB
Complementary color
Monochromatic Colors of #1F3BAB
Black with #1F3BAB
Text Example
Text Example
White with #1F3BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F3BAB; }
p { color: rgb(31,59,171); }
H1.HeaderClassName
{
color: #1F3BAB;
}
.AnyTagClassName
{
color: #1F3BAB;
}
</style>
background-color css
<style>
a { background-color: #1F3BAB; }
a { background-color: rgb(31,59,171); }
div.DivClassName
{
background-color: #1F3BAB;
}
.BgClassName
{
background-color: #1F3BAB;
}
</style>
border-color css
<style>
span { border-color: #1F3BAB; }
span { border-color: rgb(31,59,171); }
td.TdClassName
{
border-color: #1F3BAB;
}
.TagClassName
{
border-color: #1F3BAB;
}
</style>