Shades of Persian Blue #1645DD
Tints of Persian Blue #1645DD
RGB
CMYK
RGB Variations
Color information
#1645DD (or 0x1645DD) is known color: Persian Blue. HEX triplet: 16, 45 and DD. RGB value is (22,69,221). Sum of RGB (Red+Green+Blue) = 22+69+221=312 (41% of max value = 765). Red value is 22 (8.98% from 255 or 7.05% from 312); Green value is 69 (27.34% from 255 or 22.12% from 312); Blue value is 221 (86.72% from 255 or 70.83% from 312); Max value from RGB is 221 - color contains mainly: blue. Hex color #1645DD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1645DD is #E9BA22. Grayscale: #474747. Windows color (decimal): -15317539 or 14501142. OLE color: 14501142.
HSL color Cylindrical-coordinate representation of color #1645DD: hue angle of 225.83º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1645DD is Cyan = 0.90, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 22 | 69 | 221 | - |
| CMYK | 0.90 | 0.69 | 0 | 0.13 |
| HSL | 225.83º | 0.82% | 0.48% | - |
| HSV(B) | 225.83º | 0.9% | 0.87% | - |
| XYZ | 15.51 | 9.65 | 69.45 | - |
| YUV | 72.28 | 211.93 | 92.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 69 | 221 | 0.90 | 0.69 | 0 | 0.13 | 225.83 | 0.82 | 0.48 |
| Hex | 16 | 45 | DD | 5A | 45 | 0 | D | E2 | 52 | 30 |
| Octal | 26 | 105 | 335 | 132 | 105 | 0 | 15 | 342 | 122 | 60 |
| Binary | 10110 | 1000101 | 11011101 | 1011010 | 1000101 | 0 | 1101 | 11100010 | 1010010 | 110000 |
Color Harmonies of #1645DD
Complementary color
Monochromatic Colors of #1645DD
Black with #1645DD
Text Example
Text Example
White with #1645DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1645DD; }
p { color: rgb(22,69,221); }
H1.HeaderClassName
{
color: #1645DD;
}
.AnyTagClassName
{
color: #1645DD;
}
</style>
background-color css
<style>
a { background-color: #1645DD; }
a { background-color: rgb(22,69,221); }
div.DivClassName
{
background-color: #1645DD;
}
.BgClassName
{
background-color: #1645DD;
}
</style>
border-color css
<style>
span { border-color: #1645DD; }
span { border-color: rgb(22,69,221); }
td.TdClassName
{
border-color: #1645DD;
}
.TagClassName
{
border-color: #1645DD;
}
</style>