Shades of Persian Blue #1048D9
Tints of Persian Blue #1048D9
RGB
CMYK
RGB Variations
Color information
#1048D9 (or 0x1048D9) is known color: Persian Blue. HEX triplet: 10, 48 and D9. RGB value is (16,72,217). Sum of RGB (Red+Green+Blue) = 16+72+217=305 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.25% from 305); Green value is 72 (28.52% from 255 or 23.61% from 305); Blue value is 217 (85.16% from 255 or 71.15% from 305); Max value from RGB is 217 - color contains mainly: blue. Hex color #1048D9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1048D9 is #EFB726. Grayscale: #474747. Windows color (decimal): -15709991 or 14239760. OLE color: 14239760.
HSL color Cylindrical-coordinate representation of color #1048D9: hue angle of 223.28º 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 #1048D9 is Cyan = 0.93, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 16 | 72 | 217 | - |
| CMYK | 0.93 | 0.67 | 0 | 0.15 |
| HSL | 223.28º | 0.86% | 0.46% | - |
| HSV(B) | 223.28º | 0.93% | 0.85% | - |
| XYZ | 15.06 | 9.75 | 66.73 | - |
| YUV | 71.79 | 209.95 | 88.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 72 | 217 | 0.93 | 0.67 | 0 | 0.15 | 223.28 | 0.86 | 0.46 |
| Hex | 10 | 48 | D9 | 5D | 43 | 0 | F | DF | 56 | 2E |
| Octal | 20 | 110 | 331 | 135 | 103 | 0 | 17 | 337 | 126 | 56 |
| Binary | 10000 | 1001000 | 11011001 | 1011101 | 1000011 | 0 | 1111 | 11011111 | 1010110 | 101110 |
Color Harmonies of #1048D9
Complementary color
Monochromatic Colors of #1048D9
Black with #1048D9
Text Example
Text Example
White with #1048D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1048D9; }
p { color: rgb(16,72,217); }
H1.HeaderClassName
{
color: #1048D9;
}
.AnyTagClassName
{
color: #1048D9;
}
</style>
background-color css
<style>
a { background-color: #1048D9; }
a { background-color: rgb(16,72,217); }
div.DivClassName
{
background-color: #1048D9;
}
.BgClassName
{
background-color: #1048D9;
}
</style>
border-color css
<style>
span { border-color: #1048D9; }
span { border-color: rgb(16,72,217); }
td.TdClassName
{
border-color: #1048D9;
}
.TagClassName
{
border-color: #1048D9;
}
</style>