Shades of Persian Blue #1449BD
Tints of Persian Blue #1449BD
RGB
CMYK
RGB Variations
Color information
#1449BD (or 0x1449BD) is known color: Persian Blue. HEX triplet: 14, 49 and BD. RGB value is (20,73,189). Sum of RGB (Red+Green+Blue) = 20+73+189=282 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.09% from 282); Green value is 73 (28.91% from 255 or 25.89% from 282); Blue value is 189 (74.22% from 255 or 67.02% from 282); Max value from RGB is 189 - color contains mainly: blue. Hex color #1449BD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1449BD is #EBB642. Grayscale: #454545. Windows color (decimal): -15447619 or 12405012. OLE color: 12405012.
HSL color Cylindrical-coordinate representation of color #1449BD: hue angle of 221.18º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1449BD is Cyan = 0.89, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 20 | 73 | 189 | - |
| CMYK | 0.89 | 0.61 | 0 | 0.26 |
| HSL | 221.18º | 0.81% | 0.41% | - |
| HSV(B) | 221.18º | 0.89% | 0.74% | - |
| XYZ | 11.86 | 8.59 | 49.18 | - |
| YUV | 70.38 | 194.94 | 92.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 73 | 189 | 0.89 | 0.61 | 0 | 0.26 | 221.18 | 0.81 | 0.41 |
| Hex | 14 | 49 | BD | 59 | 3D | 0 | 1A | DD | 51 | 29 |
| Octal | 24 | 111 | 275 | 131 | 75 | 0 | 32 | 335 | 121 | 51 |
| Binary | 10100 | 1001001 | 10111101 | 1011001 | 111101 | 0 | 11010 | 11011101 | 1010001 | 101001 |
Color Harmonies of #1449BD
Complementary color
Monochromatic Colors of #1449BD
Black with #1449BD
Text Example
Text Example
White with #1449BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1449BD; }
p { color: rgb(20,73,189); }
H1.HeaderClassName
{
color: #1449BD;
}
.AnyTagClassName
{
color: #1449BD;
}
</style>
background-color css
<style>
a { background-color: #1449BD; }
a { background-color: rgb(20,73,189); }
div.DivClassName
{
background-color: #1449BD;
}
.BgClassName
{
background-color: #1449BD;
}
</style>
border-color css
<style>
span { border-color: #1449BD; }
span { border-color: rgb(20,73,189); }
td.TdClassName
{
border-color: #1449BD;
}
.TagClassName
{
border-color: #1449BD;
}
</style>