Shades of Persian Blue #1449DB
Tints of Persian Blue #1449DB
RGB
CMYK
RGB Variations
Color information
#1449DB (or 0x1449DB) is known color: Persian Blue. HEX triplet: 14, 49 and DB. RGB value is (20,73,219). Sum of RGB (Red+Green+Blue) = 20+73+219=312 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.41% from 312); Green value is 73 (28.91% from 255 or 23.40% from 312); Blue value is 219 (85.94% from 255 or 70.19% from 312); Max value from RGB is 219 - color contains mainly: blue. Hex color #1449DB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1449DB is #EBB624. Grayscale: #494949. Windows color (decimal): -15447589 or 14371092. OLE color: 14371092.
HSL color Cylindrical-coordinate representation of color #1449DB: hue angle of 224.02º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1449DB is Cyan = 0.91, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 20 | 73 | 219 | - |
| CMYK | 0.91 | 0.67 | 0 | 0.14 |
| HSL | 224.02º | 0.83% | 0.47% | - |
| HSV(B) | 224.02º | 0.91% | 0.86% | - |
| XYZ | 15.46 | 10.03 | 68.14 | - |
| YUV | 73.8 | 209.94 | 89.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 73 | 219 | 0.91 | 0.67 | 0 | 0.14 | 224.02 | 0.83 | 0.47 |
| Hex | 14 | 49 | DB | 5B | 43 | 0 | E | E0 | 53 | 2F |
| Octal | 24 | 111 | 333 | 133 | 103 | 0 | 16 | 340 | 123 | 57 |
| Binary | 10100 | 1001001 | 11011011 | 1011011 | 1000011 | 0 | 1110 | 11100000 | 1010011 | 101111 |
Color Harmonies of #1449DB
Complementary color
Monochromatic Colors of #1449DB
Black with #1449DB
Text Example
Text Example
White with #1449DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1449DB; }
p { color: rgb(20,73,219); }
H1.HeaderClassName
{
color: #1449DB;
}
.AnyTagClassName
{
color: #1449DB;
}
</style>
background-color css
<style>
a { background-color: #1449DB; }
a { background-color: rgb(20,73,219); }
div.DivClassName
{
background-color: #1449DB;
}
.BgClassName
{
background-color: #1449DB;
}
</style>
border-color css
<style>
span { border-color: #1449DB; }
span { border-color: rgb(20,73,219); }
td.TdClassName
{
border-color: #1449DB;
}
.TagClassName
{
border-color: #1449DB;
}
</style>