Shades of Persian Blue #1645DF
Tints of Persian Blue #1645DF
RGB
CMYK
RGB Variations
Color information
#1645DF (or 0x1645DF) is known color: Persian Blue. HEX triplet: 16, 45 and DF. RGB value is (22,69,223). Sum of RGB (Red+Green+Blue) = 22+69+223=314 (41% of max value = 765). Red value is 22 (8.98% from 255 or 7.01% from 314); Green value is 69 (27.34% from 255 or 21.97% from 314); Blue value is 223 (87.5% from 255 or 71.02% from 314); Max value from RGB is 223 - color contains mainly: blue. Hex color #1645DF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1645DF is #E9BA20. Grayscale: #474747. Windows color (decimal): -15317537 or 14632214. OLE color: 14632214.
HSL color Cylindrical-coordinate representation of color #1645DF: hue angle of 225.97º 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 #1645DF is Cyan = 0.90, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 22 | 69 | 223 | - |
| CMYK | 0.90 | 0.69 | 0 | 0.13 |
| HSL | 225.97º | 0.82% | 0.48% | - |
| HSV(B) | 225.97º | 0.9% | 0.87% | - |
| XYZ | 15.78 | 9.75 | 70.86 | - |
| YUV | 72.5 | 212.93 | 91.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 69 | 223 | 0.90 | 0.69 | 0 | 0.13 | 225.97 | 0.82 | 0.48 |
| Hex | 16 | 45 | DF | 5A | 45 | 0 | D | E2 | 52 | 30 |
| Octal | 26 | 105 | 337 | 132 | 105 | 0 | 15 | 342 | 122 | 60 |
| Binary | 10110 | 1000101 | 11011111 | 1011010 | 1000101 | 0 | 1101 | 11100010 | 1010010 | 110000 |
Color Harmonies of #1645DF
Complementary color
Monochromatic Colors of #1645DF
Black with #1645DF
Text Example
Text Example
White with #1645DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1645DF; }
p { color: rgb(22,69,223); }
H1.HeaderClassName
{
color: #1645DF;
}
.AnyTagClassName
{
color: #1645DF;
}
</style>
background-color css
<style>
a { background-color: #1645DF; }
a { background-color: rgb(22,69,223); }
div.DivClassName
{
background-color: #1645DF;
}
.BgClassName
{
background-color: #1645DF;
}
</style>
border-color css
<style>
span { border-color: #1645DF; }
span { border-color: rgb(22,69,223); }
td.TdClassName
{
border-color: #1645DF;
}
.TagClassName
{
border-color: #1645DF;
}
</style>