Shades of Persian Blue #1629DB
Tints of Persian Blue #1629DB
RGB
CMYK
RGB Variations
Color information
#1629DB (or 0x1629DB) is known color: Persian Blue. HEX triplet: 16, 29 and DB. RGB value is (22,41,219). Sum of RGB (Red+Green+Blue) = 22+41+219=282 (37% of max value = 765). Red value is 22 (8.98% from 255 or 7.80% from 282); Green value is 41 (16.41% from 255 or 14.54% from 282); Blue value is 219 (85.94% from 255 or 77.66% from 282); Max value from RGB is 219 - color contains mainly: blue. Hex color #1629DB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1629DB is #E9D624. Grayscale: #363636. Windows color (decimal): -15324709 or 14362902. OLE color: 14362902.
HSL color Cylindrical-coordinate representation of color #1629DB: hue angle of 234.21º 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 #1629DB is Cyan = 0.90, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 22 | 41 | 219 | - |
| CMYK | 0.90 | 0.81 | 0 | 0.14 |
| HSL | 234.21º | 0.82% | 0.47% | - |
| HSV(B) | 234.21º | 0.9% | 0.86% | - |
| XYZ | 13.91 | 6.87 | 67.61 | - |
| YUV | 55.61 | 220.21 | 104.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 41 | 219 | 0.90 | 0.81 | 0 | 0.14 | 234.21 | 0.82 | 0.47 |
| Hex | 16 | 29 | DB | 5A | 51 | 0 | E | EA | 52 | 2F |
| Octal | 26 | 51 | 333 | 132 | 121 | 0 | 16 | 352 | 122 | 57 |
| Binary | 10110 | 101001 | 11011011 | 1011010 | 1010001 | 0 | 1110 | 11101010 | 1010010 | 101111 |
Color Harmonies of #1629DB
Complementary color
Monochromatic Colors of #1629DB
Black with #1629DB
Text Example
Text Example
White with #1629DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1629DB; }
p { color: rgb(22,41,219); }
H1.HeaderClassName
{
color: #1629DB;
}
.AnyTagClassName
{
color: #1629DB;
}
</style>
background-color css
<style>
a { background-color: #1629DB; }
a { background-color: rgb(22,41,219); }
div.DivClassName
{
background-color: #1629DB;
}
.BgClassName
{
background-color: #1629DB;
}
</style>
border-color css
<style>
span { border-color: #1629DB; }
span { border-color: rgb(22,41,219); }
td.TdClassName
{
border-color: #1629DB;
}
.TagClassName
{
border-color: #1629DB;
}
</style>