Shades of Persian Blue #1049DA
Tints of Persian Blue #1049DA
RGB
CMYK
RGB Variations
Color information
#1049DA (or 0x1049DA) is known color: Persian Blue. HEX triplet: 10, 49 and DA. RGB value is (16,73,218). Sum of RGB (Red+Green+Blue) = 16+73+218=307 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.21% from 307); Green value is 73 (28.91% from 255 or 23.78% from 307); Blue value is 218 (85.55% from 255 or 71.01% from 307); Max value from RGB is 218 - color contains mainly: blue. Hex color #1049DA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1049DA is #EFB625. Grayscale: #474747. Windows color (decimal): -15709734 or 14305552. OLE color: 14305552.
HSL color Cylindrical-coordinate representation of color #1049DA: hue angle of 223.07º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1049DA is Cyan = 0.93, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 16 | 73 | 218 | - |
| CMYK | 0.93 | 0.67 | 0 | 0.15 |
| HSL | 223.07º | 0.86% | 0.46% | - |
| HSV(B) | 223.07º | 0.93% | 0.85% | - |
| XYZ | 15.25 | 9.94 | 67.44 | - |
| YUV | 72.49 | 210.12 | 87.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 73 | 218 | 0.93 | 0.67 | 0 | 0.15 | 223.07 | 0.86 | 0.46 |
| Hex | 10 | 49 | DA | 5D | 43 | 0 | F | DF | 56 | 2E |
| Octal | 20 | 111 | 332 | 135 | 103 | 0 | 17 | 337 | 126 | 56 |
| Binary | 10000 | 1001001 | 11011010 | 1011101 | 1000011 | 0 | 1111 | 11011111 | 1010110 | 101110 |
Color Harmonies of #1049DA
Complementary color
Monochromatic Colors of #1049DA
Black with #1049DA
Text Example
Text Example
White with #1049DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1049DA; }
p { color: rgb(16,73,218); }
H1.HeaderClassName
{
color: #1049DA;
}
.AnyTagClassName
{
color: #1049DA;
}
</style>
background-color css
<style>
a { background-color: #1049DA; }
a { background-color: rgb(16,73,218); }
div.DivClassName
{
background-color: #1049DA;
}
.BgClassName
{
background-color: #1049DA;
}
</style>
border-color css
<style>
span { border-color: #1049DA; }
span { border-color: rgb(16,73,218); }
td.TdClassName
{
border-color: #1049DA;
}
.TagClassName
{
border-color: #1049DA;
}
</style>