Shades of Persian Blue #1047D6
Tints of Persian Blue #1047D6
RGB
CMYK
RGB Variations
Color information
#1047D6 (or 0x1047D6) is known color: Persian Blue. HEX triplet: 10, 47 and D6. RGB value is (16,71,214). Sum of RGB (Red+Green+Blue) = 16+71+214=301 (39% of max value = 765). Red value is 16 (6.64% from 255 or 5.32% from 301); Green value is 71 (28.12% from 255 or 23.59% from 301); Blue value is 214 (83.98% from 255 or 71.10% from 301); Max value from RGB is 214 - color contains mainly: blue. Hex color #1047D6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1047D6 is #EFB829. Grayscale: #464646. Windows color (decimal): -15710250 or 14042896. OLE color: 14042896.
HSL color Cylindrical-coordinate representation of color #1047D6: hue angle of 223.33º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1047D6 is Cyan = 0.93, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 16 | 71 | 214 | - |
| CMYK | 0.93 | 0.67 | 0 | 0.16 |
| HSL | 223.33º | 0.86% | 0.45% | - |
| HSV(B) | 223.33º | 0.93% | 0.84% | - |
| XYZ | 14.6 | 9.47 | 64.68 | - |
| YUV | 70.86 | 208.78 | 88.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 71 | 214 | 0.93 | 0.67 | 0 | 0.16 | 223.33 | 0.86 | 0.45 |
| Hex | 10 | 47 | D6 | 5D | 43 | 0 | 10 | DF | 56 | 2D |
| Octal | 20 | 107 | 326 | 135 | 103 | 0 | 20 | 337 | 126 | 55 |
| Binary | 10000 | 1000111 | 11010110 | 1011101 | 1000011 | 0 | 10000 | 11011111 | 1010110 | 101101 |
Color Harmonies of #1047D6
Complementary color
Monochromatic Colors of #1047D6
Black with #1047D6
Text Example
Text Example
White with #1047D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1047D6; }
p { color: rgb(16,71,214); }
H1.HeaderClassName
{
color: #1047D6;
}
.AnyTagClassName
{
color: #1047D6;
}
</style>
background-color css
<style>
a { background-color: #1047D6; }
a { background-color: rgb(16,71,214); }
div.DivClassName
{
background-color: #1047D6;
}
.BgClassName
{
background-color: #1047D6;
}
</style>
border-color css
<style>
span { border-color: #1047D6; }
span { border-color: rgb(16,71,214); }
td.TdClassName
{
border-color: #1047D6;
}
.TagClassName
{
border-color: #1047D6;
}
</style>