Shades of Persian Blue #1F45AA
Tints of Persian Blue #1F45AA
RGB
CMYK
RGB Variations
Color information
#1F45AA (or 0x1F45AA) is known color: Persian Blue. HEX triplet: 1F, 45 and AA. RGB value is (31,69,170). Sum of RGB (Red+Green+Blue) = 31+69+170=270 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.48% from 270); Green value is 69 (27.34% from 255 or 25.56% from 270); Blue value is 170 (66.80% from 255 or 62.96% from 270); Max value from RGB is 170 - color contains mainly: blue. Hex color #1F45AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F45AA is #E0BA55. Grayscale: #444444. Windows color (decimal): -14727766 or 11158815. OLE color: 11158815.
HSL color Cylindrical-coordinate representation of color #1F45AA: hue angle of 223.6º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1F45AA is Cyan = 0.82, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 31 | 69 | 170 | - |
| CMYK | 0.82 | 0.59 | 0 | 0.33 |
| HSL | 223.6º | 0.69% | 0.39% | - |
| HSV(B) | 223.6º | 0.82% | 0.67% | - |
| XYZ | 9.95 | 7.45 | 38.94 | - |
| YUV | 69.15 | 184.91 | 100.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 69 | 170 | 0.82 | 0.59 | 0 | 0.33 | 223.6 | 0.69 | 0.39 |
| Hex | 1F | 45 | AA | 52 | 3B | 0 | 21 | E0 | 45 | 27 |
| Octal | 37 | 105 | 252 | 122 | 73 | 0 | 41 | 340 | 105 | 47 |
| Binary | 11111 | 1000101 | 10101010 | 1010010 | 111011 | 0 | 100001 | 11100000 | 1000101 | 100111 |
Color Harmonies of #1F45AA
Complementary color
Monochromatic Colors of #1F45AA
Black with #1F45AA
Text Example
Text Example
White with #1F45AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F45AA; }
p { color: rgb(31,69,170); }
H1.HeaderClassName
{
color: #1F45AA;
}
.AnyTagClassName
{
color: #1F45AA;
}
</style>
background-color css
<style>
a { background-color: #1F45AA; }
a { background-color: rgb(31,69,170); }
div.DivClassName
{
background-color: #1F45AA;
}
.BgClassName
{
background-color: #1F45AA;
}
</style>
border-color css
<style>
span { border-color: #1F45AA; }
span { border-color: rgb(31,69,170); }
td.TdClassName
{
border-color: #1F45AA;
}
.TagClassName
{
border-color: #1F45AA;
}
</style>