Shades of Persian Blue #1449D5
Tints of Persian Blue #1449D5
RGB
CMYK
RGB Variations
Color information
#1449D5 (or 0x1449D5) is known color: Persian Blue. HEX triplet: 14, 49 and D5. RGB value is (20,73,213). Sum of RGB (Red+Green+Blue) = 20+73+213=306 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.54% from 306); Green value is 73 (28.91% from 255 or 23.86% from 306); Blue value is 213 (83.59% from 255 or 69.61% from 306); Max value from RGB is 213 - color contains mainly: blue. Hex color #1449D5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1449D5 is #EBB62A. Grayscale: #484848. Windows color (decimal): -15447595 or 13977876. OLE color: 13977876.
HSL color Cylindrical-coordinate representation of color #1449D5: hue angle of 223.52º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1449D5 is Cyan = 0.91, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 20 | 73 | 213 | - |
| CMYK | 0.91 | 0.66 | 0 | 0.16 |
| HSL | 223.52º | 0.83% | 0.46% | - |
| HSV(B) | 223.52º | 0.91% | 0.84% | - |
| XYZ | 14.68 | 9.72 | 64.05 | - |
| YUV | 73.11 | 206.94 | 90.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 73 | 213 | 0.91 | 0.66 | 0 | 0.16 | 223.52 | 0.83 | 0.46 |
| Hex | 14 | 49 | D5 | 5B | 42 | 0 | 10 | E0 | 53 | 2E |
| Octal | 24 | 111 | 325 | 133 | 102 | 0 | 20 | 340 | 123 | 56 |
| Binary | 10100 | 1001001 | 11010101 | 1011011 | 1000010 | 0 | 10000 | 11100000 | 1010011 | 101110 |
Color Harmonies of #1449D5
Complementary color
Monochromatic Colors of #1449D5
Black with #1449D5
Text Example
Text Example
White with #1449D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1449D5; }
p { color: rgb(20,73,213); }
H1.HeaderClassName
{
color: #1449D5;
}
.AnyTagClassName
{
color: #1449D5;
}
</style>
background-color css
<style>
a { background-color: #1449D5; }
a { background-color: rgb(20,73,213); }
div.DivClassName
{
background-color: #1449D5;
}
.BgClassName
{
background-color: #1449D5;
}
</style>
border-color css
<style>
span { border-color: #1449D5; }
span { border-color: rgb(20,73,213); }
td.TdClassName
{
border-color: #1449D5;
}
.TagClassName
{
border-color: #1449D5;
}
</style>