Shades of Persian Blue #1644DC
Tints of Persian Blue #1644DC
RGB
CMYK
RGB Variations
Color information
#1644DC (or 0x1644DC) is known color: Persian Blue. HEX triplet: 16, 44 and DC. RGB value is (22,68,220). Sum of RGB (Red+Green+Blue) = 22+68+220=310 (41% of max value = 765). Red value is 22 (8.98% from 255 or 7.10% from 310); Green value is 68 (26.95% from 255 or 21.94% from 310); Blue value is 220 (86.33% from 255 or 70.97% from 310); Max value from RGB is 220 - color contains mainly: blue. Hex color #1644DC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1644DC is #E9BB23. Grayscale: #464646. Windows color (decimal): -15317796 or 14435350. OLE color: 14435350.
HSL color Cylindrical-coordinate representation of color #1644DC: hue angle of 226.06º 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 #1644DC is Cyan = 0.9, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 22 | 68 | 220 | - |
| CMYK | 0.9 | 0.69 | 0 | 0.14 |
| HSL | 226.06º | 0.82% | 0.47% | - |
| HSV(B) | 226.06º | 0.9% | 0.86% | - |
| XYZ | 15.32 | 9.47 | 68.73 | - |
| YUV | 71.57 | 211.76 | 92.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 68 | 220 | 0.9 | 0.69 | 0 | 0.14 | 226.06 | 0.82 | 0.47 |
| Hex | 16 | 44 | DC | 5A | 45 | 0 | E | E2 | 52 | 2F |
| Octal | 26 | 104 | 334 | 132 | 105 | 0 | 16 | 342 | 122 | 57 |
| Binary | 10110 | 1000100 | 11011100 | 1011010 | 1000101 | 0 | 1110 | 11100010 | 1010010 | 101111 |
Color Harmonies of #1644DC
Complementary color
Monochromatic Colors of #1644DC
Black with #1644DC
Text Example
Text Example
White with #1644DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1644DC; }
p { color: rgb(22,68,220); }
H1.HeaderClassName
{
color: #1644DC;
}
.AnyTagClassName
{
color: #1644DC;
}
</style>
background-color css
<style>
a { background-color: #1644DC; }
a { background-color: rgb(22,68,220); }
div.DivClassName
{
background-color: #1644DC;
}
.BgClassName
{
background-color: #1644DC;
}
</style>
border-color css
<style>
span { border-color: #1644DC; }
span { border-color: rgb(22,68,220); }
td.TdClassName
{
border-color: #1644DC;
}
.TagClassName
{
border-color: #1644DC;
}
</style>