Shades of Persian Blue #1648DB
Tints of Persian Blue #1648DB
RGB
CMYK
RGB Variations
Color information
#1648DB (or 0x1648DB) is known color: Persian Blue. HEX triplet: 16, 48 and DB. RGB value is (22,72,219). Sum of RGB (Red+Green+Blue) = 22+72+219=313 (41% of max value = 765). Red value is 22 (8.98% from 255 or 7.03% from 313); Green value is 72 (28.52% from 255 or 23.00% from 313); Blue value is 219 (85.94% from 255 or 69.97% from 313); Max value from RGB is 219 - color contains mainly: blue. Hex color #1648DB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1648DB is #E9B724. Grayscale: #494949. Windows color (decimal): -15316773 or 14370838. OLE color: 14370838.
HSL color Cylindrical-coordinate representation of color #1648DB: hue angle of 224.77º 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 #1648DB is Cyan = 0.90, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 22 | 72 | 219 | - |
| CMYK | 0.90 | 0.67 | 0 | 0.14 |
| HSL | 224.77º | 0.82% | 0.47% | - |
| HSV(B) | 224.77º | 0.9% | 0.86% | - |
| XYZ | 15.43 | 9.92 | 68.12 | - |
| YUV | 73.81 | 209.94 | 91.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 72 | 219 | 0.90 | 0.67 | 0 | 0.14 | 224.77 | 0.82 | 0.47 |
| Hex | 16 | 48 | DB | 5A | 43 | 0 | E | E1 | 52 | 2F |
| Octal | 26 | 110 | 333 | 132 | 103 | 0 | 16 | 341 | 122 | 57 |
| Binary | 10110 | 1001000 | 11011011 | 1011010 | 1000011 | 0 | 1110 | 11100001 | 1010010 | 101111 |
Color Harmonies of #1648DB
Complementary color
Monochromatic Colors of #1648DB
Black with #1648DB
Text Example
Text Example
White with #1648DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1648DB; }
p { color: rgb(22,72,219); }
H1.HeaderClassName
{
color: #1648DB;
}
.AnyTagClassName
{
color: #1648DB;
}
</style>
background-color css
<style>
a { background-color: #1648DB; }
a { background-color: rgb(22,72,219); }
div.DivClassName
{
background-color: #1648DB;
}
.BgClassName
{
background-color: #1648DB;
}
</style>
border-color css
<style>
span { border-color: #1648DB; }
span { border-color: rgb(22,72,219); }
td.TdClassName
{
border-color: #1648DB;
}
.TagClassName
{
border-color: #1648DB;
}
</style>