Shades of Persian Blue #1049DB
Tints of Persian Blue #1049DB
RGB
CMYK
RGB Variations
Color information
#1049DB (or 0x1049DB) is known color: Persian Blue. HEX triplet: 10, 49 and DB. RGB value is (16,73,219). Sum of RGB (Red+Green+Blue) = 16+73+219=308 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.19% from 308); Green value is 73 (28.91% from 255 or 23.70% from 308); Blue value is 219 (85.94% from 255 or 71.10% from 308); Max value from RGB is 219 - color contains mainly: blue. Hex color #1049DB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1049DB is #EFB624. Grayscale: #474747. Windows color (decimal): -15709733 or 14371088. OLE color: 14371088.
HSL color Cylindrical-coordinate representation of color #1049DB: hue angle of 223.15º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1049DB is Cyan = 0.93, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 16 | 73 | 219 | - |
| CMYK | 0.93 | 0.67 | 0 | 0.14 |
| HSL | 223.15º | 0.86% | 0.46% | - |
| HSV(B) | 223.15º | 0.93% | 0.86% | - |
| XYZ | 15.38 | 9.99 | 68.14 | - |
| YUV | 72.6 | 210.62 | 87.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 73 | 219 | 0.93 | 0.67 | 0 | 0.14 | 223.15 | 0.86 | 0.46 |
| Hex | 10 | 49 | DB | 5D | 43 | 0 | E | DF | 56 | 2E |
| Octal | 20 | 111 | 333 | 135 | 103 | 0 | 16 | 337 | 126 | 56 |
| Binary | 10000 | 1001001 | 11011011 | 1011101 | 1000011 | 0 | 1110 | 11011111 | 1010110 | 101110 |
Color Harmonies of #1049DB
Complementary color
Monochromatic Colors of #1049DB
Black with #1049DB
Text Example
Text Example
White with #1049DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1049DB; }
p { color: rgb(16,73,219); }
H1.HeaderClassName
{
color: #1049DB;
}
.AnyTagClassName
{
color: #1049DB;
}
</style>
background-color css
<style>
a { background-color: #1049DB; }
a { background-color: rgb(16,73,219); }
div.DivClassName
{
background-color: #1049DB;
}
.BgClassName
{
background-color: #1049DB;
}
</style>
border-color css
<style>
span { border-color: #1049DB; }
span { border-color: rgb(16,73,219); }
td.TdClassName
{
border-color: #1049DB;
}
.TagClassName
{
border-color: #1049DB;
}
</style>