Shades of Persian Blue #1648DF
Tints of Persian Blue #1648DF
RGB
CMYK
RGB Variations
Color information
#1648DF (or 0x1648DF) is known color: Persian Blue. HEX triplet: 16, 48 and DF. RGB value is (22,72,223). Sum of RGB (Red+Green+Blue) = 22+72+223=317 (41% of max value = 765). Red value is 22 (8.98% from 255 or 6.94% from 317); Green value is 72 (28.52% from 255 or 22.71% from 317); Blue value is 223 (87.5% from 255 or 70.35% from 317); Max value from RGB is 223 - color contains mainly: blue. Hex color #1648DF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1648DF is #E9B720. Grayscale: #494949. Windows color (decimal): -15316769 or 14632982. OLE color: 14632982.
HSL color Cylindrical-coordinate representation of color #1648DF: hue angle of 225.07º 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 #1648DF is Cyan = 0.90, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 22 | 72 | 223 | - |
| CMYK | 0.90 | 0.68 | 0 | 0.13 |
| HSL | 225.07º | 0.82% | 0.48% | - |
| HSV(B) | 225.07º | 0.9% | 0.87% | - |
| XYZ | 15.97 | 10.13 | 70.93 | - |
| YUV | 74.26 | 211.94 | 90.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 72 | 223 | 0.90 | 0.68 | 0 | 0.13 | 225.07 | 0.82 | 0.48 |
| Hex | 16 | 48 | DF | 5A | 44 | 0 | D | E1 | 52 | 30 |
| Octal | 26 | 110 | 337 | 132 | 104 | 0 | 15 | 341 | 122 | 60 |
| Binary | 10110 | 1001000 | 11011111 | 1011010 | 1000100 | 0 | 1101 | 11100001 | 1010010 | 110000 |
Color Harmonies of #1648DF
Complementary color
Monochromatic Colors of #1648DF
Black with #1648DF
Text Example
Text Example
White with #1648DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1648DF; }
p { color: rgb(22,72,223); }
H1.HeaderClassName
{
color: #1648DF;
}
.AnyTagClassName
{
color: #1648DF;
}
</style>
background-color css
<style>
a { background-color: #1648DF; }
a { background-color: rgb(22,72,223); }
div.DivClassName
{
background-color: #1648DF;
}
.BgClassName
{
background-color: #1648DF;
}
</style>
border-color css
<style>
span { border-color: #1648DF; }
span { border-color: rgb(22,72,223); }
td.TdClassName
{
border-color: #1648DF;
}
.TagClassName
{
border-color: #1648DF;
}
</style>