Shades of Persian Blue #1646DB
Tints of Persian Blue #1646DB
RGB
CMYK
RGB Variations
Color information
#1646DB (or 0x1646DB) is known color: Persian Blue. HEX triplet: 16, 46 and DB. RGB value is (22,70,219). Sum of RGB (Red+Green+Blue) = 22+70+219=311 (41% of max value = 765). Red value is 22 (8.98% from 255 or 7.07% from 311); Green value is 70 (27.73% from 255 or 22.51% from 311); Blue value is 219 (85.94% from 255 or 70.42% from 311); Max value from RGB is 219 - color contains mainly: blue. Hex color #1646DB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1646DB is #E9B924. Grayscale: #474747. Windows color (decimal): -15317285 or 14370326. OLE color: 14370326.
HSL color Cylindrical-coordinate representation of color #1646DB: hue angle of 225.38º 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 #1646DB is Cyan = 0.90, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 22 | 70 | 219 | - |
| CMYK | 0.90 | 0.68 | 0 | 0.14 |
| HSL | 225.38º | 0.82% | 0.47% | - |
| HSV(B) | 225.38º | 0.9% | 0.86% | - |
| XYZ | 15.31 | 9.67 | 68.08 | - |
| YUV | 72.63 | 210.6 | 91.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 70 | 219 | 0.90 | 0.68 | 0 | 0.14 | 225.38 | 0.82 | 0.47 |
| Hex | 16 | 46 | DB | 5A | 44 | 0 | E | E1 | 52 | 2F |
| Octal | 26 | 106 | 333 | 132 | 104 | 0 | 16 | 341 | 122 | 57 |
| Binary | 10110 | 1000110 | 11011011 | 1011010 | 1000100 | 0 | 1110 | 11100001 | 1010010 | 101111 |
Color Harmonies of #1646DB
Complementary color
Monochromatic Colors of #1646DB
Black with #1646DB
Text Example
Text Example
White with #1646DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1646DB; }
p { color: rgb(22,70,219); }
H1.HeaderClassName
{
color: #1646DB;
}
.AnyTagClassName
{
color: #1646DB;
}
</style>
background-color css
<style>
a { background-color: #1646DB; }
a { background-color: rgb(22,70,219); }
div.DivClassName
{
background-color: #1646DB;
}
.BgClassName
{
background-color: #1646DB;
}
</style>
border-color css
<style>
span { border-color: #1646DB; }
span { border-color: rgb(22,70,219); }
td.TdClassName
{
border-color: #1646DB;
}
.TagClassName
{
border-color: #1646DB;
}
</style>