Shades of Persian Blue #1645DB
Tints of Persian Blue #1645DB
RGB
CMYK
RGB Variations
Color information
#1645DB (or 0x1645DB) is known color: Persian Blue. HEX triplet: 16, 45 and DB. RGB value is (22,69,219). Sum of RGB (Red+Green+Blue) = 22+69+219=310 (41% of max value = 765). Red value is 22 (8.98% from 255 or 7.10% from 310); Green value is 69 (27.34% from 255 or 22.26% from 310); Blue value is 219 (85.94% from 255 or 70.65% from 310); Max value from RGB is 219 - color contains mainly: blue. Hex color #1645DB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1645DB is #E9BA24. Grayscale: #474747. Windows color (decimal): -15317541 or 14370070. OLE color: 14370070.
HSL color Cylindrical-coordinate representation of color #1645DB: hue angle of 225.69º 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 #1645DB is Cyan = 0.90, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 22 | 69 | 219 | - |
| CMYK | 0.90 | 0.68 | 0 | 0.14 |
| HSL | 225.69º | 0.82% | 0.47% | - |
| HSV(B) | 225.69º | 0.9% | 0.86% | - |
| XYZ | 15.25 | 9.54 | 68.06 | - |
| YUV | 72.05 | 210.93 | 92.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 69 | 219 | 0.90 | 0.68 | 0 | 0.14 | 225.69 | 0.82 | 0.47 |
| Hex | 16 | 45 | DB | 5A | 44 | 0 | E | E2 | 52 | 2F |
| Octal | 26 | 105 | 333 | 132 | 104 | 0 | 16 | 342 | 122 | 57 |
| Binary | 10110 | 1000101 | 11011011 | 1011010 | 1000100 | 0 | 1110 | 11100010 | 1010010 | 101111 |
Color Harmonies of #1645DB
Complementary color
Monochromatic Colors of #1645DB
Black with #1645DB
Text Example
Text Example
White with #1645DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1645DB; }
p { color: rgb(22,69,219); }
H1.HeaderClassName
{
color: #1645DB;
}
.AnyTagClassName
{
color: #1645DB;
}
</style>
background-color css
<style>
a { background-color: #1645DB; }
a { background-color: rgb(22,69,219); }
div.DivClassName
{
background-color: #1645DB;
}
.BgClassName
{
background-color: #1645DB;
}
</style>
border-color css
<style>
span { border-color: #1645DB; }
span { border-color: rgb(22,69,219); }
td.TdClassName
{
border-color: #1645DB;
}
.TagClassName
{
border-color: #1645DB;
}
</style>