Shades of Persian Blue #1628DB
Tints of Persian Blue #1628DB
RGB
CMYK
RGB Variations
Color information
#1628DB (or 0x1628DB) is known color: Persian Blue. HEX triplet: 16, 28 and DB. RGB value is (22,40,219). Sum of RGB (Red+Green+Blue) = 22+40+219=281 (37% of max value = 765). Red value is 22 (8.98% from 255 or 7.83% from 281); Green value is 40 (16.02% from 255 or 14.23% from 281); Blue value is 219 (85.94% from 255 or 77.94% from 281); Max value from RGB is 219 - color contains mainly: blue. Hex color #1628DB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1628DB is #E9D724. Grayscale: #363636. Windows color (decimal): -15324965 or 14362646. OLE color: 14362646.
HSL color Cylindrical-coordinate representation of color #1628DB: hue angle of 234.52º 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 #1628DB is Cyan = 0.90, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 22 | 40 | 219 | - |
| CMYK | 0.90 | 0.82 | 0 | 0.14 |
| HSL | 234.52º | 0.82% | 0.47% | - |
| HSV(B) | 234.52º | 0.9% | 0.86% | - |
| XYZ | 13.88 | 6.8 | 67.6 | - |
| YUV | 55.02 | 220.54 | 104.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 40 | 219 | 0.90 | 0.82 | 0 | 0.14 | 234.52 | 0.82 | 0.47 |
| Hex | 16 | 28 | DB | 5A | 52 | 0 | E | EB | 52 | 2F |
| Octal | 26 | 50 | 333 | 132 | 122 | 0 | 16 | 353 | 122 | 57 |
| Binary | 10110 | 101000 | 11011011 | 1011010 | 1010010 | 0 | 1110 | 11101011 | 1010010 | 101111 |
Color Harmonies of #1628DB
Complementary color
Monochromatic Colors of #1628DB
Black with #1628DB
Text Example
Text Example
White with #1628DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1628DB; }
p { color: rgb(22,40,219); }
H1.HeaderClassName
{
color: #1628DB;
}
.AnyTagClassName
{
color: #1628DB;
}
</style>
background-color css
<style>
a { background-color: #1628DB; }
a { background-color: rgb(22,40,219); }
div.DivClassName
{
background-color: #1628DB;
}
.BgClassName
{
background-color: #1628DB;
}
</style>
border-color css
<style>
span { border-color: #1628DB; }
span { border-color: rgb(22,40,219); }
td.TdClassName
{
border-color: #1628DB;
}
.TagClassName
{
border-color: #1628DB;
}
</style>