Shades of Persian Blue #1447BA
Tints of Persian Blue #1447BA
RGB
CMYK
RGB Variations
Color information
#1447BA (or 0x1447BA) is known color: Persian Blue. HEX triplet: 14, 47 and BA. RGB value is (20,71,186). Sum of RGB (Red+Green+Blue) = 20+71+186=277 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.22% from 277); Green value is 71 (28.12% from 255 or 25.63% from 277); Blue value is 186 (73.05% from 255 or 67.15% from 277); Max value from RGB is 186 - color contains mainly: blue. Hex color #1447BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1447BA is #EBB845. Grayscale: #444444. Windows color (decimal): -15448134 or 12207892. OLE color: 12207892.
HSL color Cylindrical-coordinate representation of color #1447BA: hue angle of 221.57º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1447BA is Cyan = 0.89, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 20 | 71 | 186 | - |
| CMYK | 0.89 | 0.62 | 0 | 0.27 |
| HSL | 221.57º | 0.81% | 0.4% | - |
| HSV(B) | 221.57º | 0.89% | 0.73% | - |
| XYZ | 11.4 | 8.2 | 47.44 | - |
| YUV | 68.86 | 194.1 | 93.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 71 | 186 | 0.89 | 0.62 | 0 | 0.27 | 221.57 | 0.81 | 0.4 |
| Hex | 14 | 47 | BA | 59 | 3E | 0 | 1B | DE | 51 | 28 |
| Octal | 24 | 107 | 272 | 131 | 76 | 0 | 33 | 336 | 121 | 50 |
| Binary | 10100 | 1000111 | 10111010 | 1011001 | 111110 | 0 | 11011 | 11011110 | 1010001 | 101000 |
Color Harmonies of #1447BA
Complementary color
Monochromatic Colors of #1447BA
Black with #1447BA
Text Example
Text Example
White with #1447BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1447BA; }
p { color: rgb(20,71,186); }
H1.HeaderClassName
{
color: #1447BA;
}
.AnyTagClassName
{
color: #1447BA;
}
</style>
background-color css
<style>
a { background-color: #1447BA; }
a { background-color: rgb(20,71,186); }
div.DivClassName
{
background-color: #1447BA;
}
.BgClassName
{
background-color: #1447BA;
}
</style>
border-color css
<style>
span { border-color: #1447BA; }
span { border-color: rgb(20,71,186); }
td.TdClassName
{
border-color: #1447BA;
}
.TagClassName
{
border-color: #1447BA;
}
</style>