Shades of Persian Blue #1646DF
Tints of Persian Blue #1646DF
RGB
CMYK
RGB Variations
Color information
#1646DF (or 0x1646DF) is known color: Persian Blue. HEX triplet: 16, 46 and DF. RGB value is (22,70,223). Sum of RGB (Red+Green+Blue) = 22+70+223=315 (41% of max value = 765). Red value is 22 (8.98% from 255 or 6.98% from 315); Green value is 70 (27.73% from 255 or 22.22% from 315); Blue value is 223 (87.5% from 255 or 70.79% from 315); Max value from RGB is 223 - color contains mainly: blue. Hex color #1646DF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1646DF is #E9B920. Grayscale: #484848. Windows color (decimal): -15317281 or 14632470. OLE color: 14632470.
HSL color Cylindrical-coordinate representation of color #1646DF: hue angle of 225.67º 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 #1646DF is Cyan = 0.90, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 22 | 70 | 223 | - |
| CMYK | 0.90 | 0.69 | 0 | 0.13 |
| HSL | 225.67º | 0.82% | 0.48% | - |
| HSV(B) | 225.67º | 0.9% | 0.87% | - |
| XYZ | 15.84 | 9.88 | 70.88 | - |
| YUV | 73.09 | 212.6 | 91.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 70 | 223 | 0.90 | 0.69 | 0 | 0.13 | 225.67 | 0.82 | 0.48 |
| Hex | 16 | 46 | DF | 5A | 45 | 0 | D | E2 | 52 | 30 |
| Octal | 26 | 106 | 337 | 132 | 105 | 0 | 15 | 342 | 122 | 60 |
| Binary | 10110 | 1000110 | 11011111 | 1011010 | 1000101 | 0 | 1101 | 11100010 | 1010010 | 110000 |
Color Harmonies of #1646DF
Complementary color
Monochromatic Colors of #1646DF
Black with #1646DF
Text Example
Text Example
White with #1646DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1646DF; }
p { color: rgb(22,70,223); }
H1.HeaderClassName
{
color: #1646DF;
}
.AnyTagClassName
{
color: #1646DF;
}
</style>
background-color css
<style>
a { background-color: #1646DF; }
a { background-color: rgb(22,70,223); }
div.DivClassName
{
background-color: #1646DF;
}
.BgClassName
{
background-color: #1646DF;
}
</style>
border-color css
<style>
span { border-color: #1646DF; }
span { border-color: rgb(22,70,223); }
td.TdClassName
{
border-color: #1646DF;
}
.TagClassName
{
border-color: #1646DF;
}
</style>