Shades of Persian Blue #1449D0
Tints of Persian Blue #1449D0
RGB
CMYK
RGB Variations
Color information
#1449D0 (or 0x1449D0) is known color: Persian Blue. HEX triplet: 14, 49 and D0. RGB value is (20,73,208). Sum of RGB (Red+Green+Blue) = 20+73+208=301 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.64% from 301); Green value is 73 (28.91% from 255 or 24.25% from 301); Blue value is 208 (81.64% from 255 or 69.10% from 301); Max value from RGB is 208 - color contains mainly: blue. Hex color #1449D0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1449D0 is #EBB62F. Grayscale: #474747. Windows color (decimal): -15447600 or 13650196. OLE color: 13650196.
HSL color Cylindrical-coordinate representation of color #1449D0: hue angle of 223.09º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1449D0 is Cyan = 0.90, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 20 | 73 | 208 | - |
| CMYK | 0.90 | 0.65 | 0 | 0.18 |
| HSL | 223.09º | 0.82% | 0.45% | - |
| HSV(B) | 223.09º | 0.9% | 0.82% | - |
| XYZ | 14.06 | 9.47 | 60.76 | - |
| YUV | 72.54 | 204.44 | 90.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 73 | 208 | 0.90 | 0.65 | 0 | 0.18 | 223.09 | 0.82 | 0.45 |
| Hex | 14 | 49 | D0 | 5A | 41 | 0 | 12 | DF | 52 | 2D |
| Octal | 24 | 111 | 320 | 132 | 101 | 0 | 22 | 337 | 122 | 55 |
| Binary | 10100 | 1001001 | 11010000 | 1011010 | 1000001 | 0 | 10010 | 11011111 | 1010010 | 101101 |
Color Harmonies of #1449D0
Complementary color
Monochromatic Colors of #1449D0
Black with #1449D0
Text Example
Text Example
White with #1449D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1449D0; }
p { color: rgb(20,73,208); }
H1.HeaderClassName
{
color: #1449D0;
}
.AnyTagClassName
{
color: #1449D0;
}
</style>
background-color css
<style>
a { background-color: #1449D0; }
a { background-color: rgb(20,73,208); }
div.DivClassName
{
background-color: #1449D0;
}
.BgClassName
{
background-color: #1449D0;
}
</style>
border-color css
<style>
span { border-color: #1449D0; }
span { border-color: rgb(20,73,208); }
td.TdClassName
{
border-color: #1449D0;
}
.TagClassName
{
border-color: #1449D0;
}
</style>