Shades of Persian Blue #1447B5
Tints of Persian Blue #1447B5
RGB
CMYK
RGB Variations
Color information
#1447B5 (or 0x1447B5) is known color: Persian Blue. HEX triplet: 14, 47 and B5. RGB value is (20,71,181). Sum of RGB (Red+Green+Blue) = 20+71+181=272 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.35% from 272); Green value is 71 (28.12% from 255 or 26.10% from 272); Blue value is 181 (71.09% from 255 or 66.54% from 272); Max value from RGB is 181 - color contains mainly: blue. Hex color #1447B5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1447B5 is #EBB84A. Grayscale: #434343. Windows color (decimal): -15448139 or 11880212. OLE color: 11880212.
HSL color Cylindrical-coordinate representation of color #1447B5: hue angle of 220.99º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1447B5 is Cyan = 0.89, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 20 | 71 | 181 | - |
| CMYK | 0.89 | 0.61 | 0 | 0.29 |
| HSL | 220.99º | 0.8% | 0.39% | - |
| HSV(B) | 220.99º | 0.89% | 0.71% | - |
| XYZ | 10.88 | 7.99 | 44.69 | - |
| YUV | 68.29 | 191.6 | 93.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 71 | 181 | 0.89 | 0.61 | 0 | 0.29 | 220.99 | 0.8 | 0.39 |
| Hex | 14 | 47 | B5 | 59 | 3D | 0 | 1D | DD | 50 | 27 |
| Octal | 24 | 107 | 265 | 131 | 75 | 0 | 35 | 335 | 120 | 47 |
| Binary | 10100 | 1000111 | 10110101 | 1011001 | 111101 | 0 | 11101 | 11011101 | 1010000 | 100111 |
Color Harmonies of #1447B5
Complementary color
Monochromatic Colors of #1447B5
Black with #1447B5
Text Example
Text Example
White with #1447B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1447B5; }
p { color: rgb(20,71,181); }
H1.HeaderClassName
{
color: #1447B5;
}
.AnyTagClassName
{
color: #1447B5;
}
</style>
background-color css
<style>
a { background-color: #1447B5; }
a { background-color: rgb(20,71,181); }
div.DivClassName
{
background-color: #1447B5;
}
.BgClassName
{
background-color: #1447B5;
}
</style>
border-color css
<style>
span { border-color: #1447B5; }
span { border-color: rgb(20,71,181); }
td.TdClassName
{
border-color: #1447B5;
}
.TagClassName
{
border-color: #1447B5;
}
</style>