Shades of Persian Blue #1629DC
Tints of Persian Blue #1629DC
RGB
CMYK
RGB Variations
Color information
#1629DC (or 0x1629DC) is known color: Persian Blue. HEX triplet: 16, 29 and DC. RGB value is (22,41,220). Sum of RGB (Red+Green+Blue) = 22+41+220=283 (37% of max value = 765). Red value is 22 (8.98% from 255 or 7.77% from 283); Green value is 41 (16.41% from 255 or 14.49% from 283); Blue value is 220 (86.33% from 255 or 77.74% from 283); Max value from RGB is 220 - color contains mainly: blue. Hex color #1629DC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1629DC is #E9D623. Grayscale: #363636. Windows color (decimal): -15324708 or 14428438. OLE color: 14428438.
HSL color Cylindrical-coordinate representation of color #1629DC: hue angle of 234.24º 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 #1629DC is Cyan = 0.9, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 22 | 41 | 220 | - |
| CMYK | 0.9 | 0.81 | 0 | 0.14 |
| HSL | 234.24º | 0.82% | 0.47% | - |
| HSV(B) | 234.24º | 0.9% | 0.86% | - |
| XYZ | 14.04 | 6.92 | 68.31 | - |
| YUV | 55.73 | 220.71 | 103.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 41 | 220 | 0.9 | 0.81 | 0 | 0.14 | 234.24 | 0.82 | 0.47 |
| Hex | 16 | 29 | DC | 5A | 51 | 0 | E | EA | 52 | 2F |
| Octal | 26 | 51 | 334 | 132 | 121 | 0 | 16 | 352 | 122 | 57 |
| Binary | 10110 | 101001 | 11011100 | 1011010 | 1010001 | 0 | 1110 | 11101010 | 1010010 | 101111 |
Color Harmonies of #1629DC
Complementary color
Monochromatic Colors of #1629DC
Black with #1629DC
Text Example
Text Example
White with #1629DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1629DC; }
p { color: rgb(22,41,220); }
H1.HeaderClassName
{
color: #1629DC;
}
.AnyTagClassName
{
color: #1629DC;
}
</style>
background-color css
<style>
a { background-color: #1629DC; }
a { background-color: rgb(22,41,220); }
div.DivClassName
{
background-color: #1629DC;
}
.BgClassName
{
background-color: #1629DC;
}
</style>
border-color css
<style>
span { border-color: #1629DC; }
span { border-color: rgb(22,41,220); }
td.TdClassName
{
border-color: #1629DC;
}
.TagClassName
{
border-color: #1629DC;
}
</style>