Shades of Persian Blue #1647DC
Tints of Persian Blue #1647DC
RGB
CMYK
RGB Variations
Color information
#1647DC (or 0x1647DC) is known color: Persian Blue. HEX triplet: 16, 47 and DC. RGB value is (22,71,220). Sum of RGB (Red+Green+Blue) = 22+71+220=313 (41% of max value = 765). Red value is 22 (8.98% from 255 or 7.03% from 313); Green value is 71 (28.12% from 255 or 22.68% from 313); Blue value is 220 (86.33% from 255 or 70.29% from 313); Max value from RGB is 220 - color contains mainly: blue. Hex color #1647DC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1647DC is #E9B823. Grayscale: #484848. Windows color (decimal): -15317028 or 14436118. OLE color: 14436118.
HSL color Cylindrical-coordinate representation of color #1647DC: hue angle of 225.15º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1647DC is Cyan = 0.9, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 22 | 71 | 220 | - |
| CMYK | 0.9 | 0.68 | 0 | 0.14 |
| HSL | 225.15º | 0.82% | 0.47% | - |
| HSV(B) | 225.15º | 0.9% | 0.86% | - |
| XYZ | 15.5 | 9.84 | 68.79 | - |
| YUV | 73.34 | 210.77 | 91.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 71 | 220 | 0.9 | 0.68 | 0 | 0.14 | 225.15 | 0.82 | 0.47 |
| Hex | 16 | 47 | DC | 5A | 44 | 0 | E | E1 | 52 | 2F |
| Octal | 26 | 107 | 334 | 132 | 104 | 0 | 16 | 341 | 122 | 57 |
| Binary | 10110 | 1000111 | 11011100 | 1011010 | 1000100 | 0 | 1110 | 11100001 | 1010010 | 101111 |
Color Harmonies of #1647DC
Complementary color
Monochromatic Colors of #1647DC
Black with #1647DC
Text Example
Text Example
White with #1647DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1647DC; }
p { color: rgb(22,71,220); }
H1.HeaderClassName
{
color: #1647DC;
}
.AnyTagClassName
{
color: #1647DC;
}
</style>
background-color css
<style>
a { background-color: #1647DC; }
a { background-color: rgb(22,71,220); }
div.DivClassName
{
background-color: #1647DC;
}
.BgClassName
{
background-color: #1647DC;
}
</style>
border-color css
<style>
span { border-color: #1647DC; }
span { border-color: rgb(22,71,220); }
td.TdClassName
{
border-color: #1647DC;
}
.TagClassName
{
border-color: #1647DC;
}
</style>