Shades of Persian Blue #1626DC
Tints of Persian Blue #1626DC
RGB
CMYK
RGB Variations
Color information
#1626DC (or 0x1626DC) is known color: Persian Blue. HEX triplet: 16, 26 and DC. RGB value is (22,38,220). Sum of RGB (Red+Green+Blue) = 22+38+220=280 (37% of max value = 765). Red value is 22 (8.98% from 255 or 7.86% from 280); Green value is 38 (15.23% from 255 or 13.57% from 280); Blue value is 220 (86.33% from 255 or 78.57% from 280); Max value from RGB is 220 - color contains mainly: blue. Hex color #1626DC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1626DC is #E9D923. Grayscale: #353535. Windows color (decimal): -15325476 or 14427670. OLE color: 14427670.
HSL color Cylindrical-coordinate representation of color #1626DC: hue angle of 235.15º 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 #1626DC is Cyan = 0.9, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 22 | 38 | 220 | - |
| CMYK | 0.9 | 0.83 | 0 | 0.14 |
| HSL | 235.15º | 0.82% | 0.47% | - |
| HSV(B) | 235.15º | 0.9% | 0.86% | - |
| XYZ | 13.94 | 6.72 | 68.27 | - |
| YUV | 53.96 | 221.7 | 105.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 38 | 220 | 0.9 | 0.83 | 0 | 0.14 | 235.15 | 0.82 | 0.47 |
| Hex | 16 | 26 | DC | 5A | 53 | 0 | E | EB | 52 | 2F |
| Octal | 26 | 46 | 334 | 132 | 123 | 0 | 16 | 353 | 122 | 57 |
| Binary | 10110 | 100110 | 11011100 | 1011010 | 1010011 | 0 | 1110 | 11101011 | 1010010 | 101111 |
Color Harmonies of #1626DC
Complementary color
Monochromatic Colors of #1626DC
Black with #1626DC
Text Example
Text Example
White with #1626DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1626DC; }
p { color: rgb(22,38,220); }
H1.HeaderClassName
{
color: #1626DC;
}
.AnyTagClassName
{
color: #1626DC;
}
</style>
background-color css
<style>
a { background-color: #1626DC; }
a { background-color: rgb(22,38,220); }
div.DivClassName
{
background-color: #1626DC;
}
.BgClassName
{
background-color: #1626DC;
}
</style>
border-color css
<style>
span { border-color: #1626DC; }
span { border-color: rgb(22,38,220); }
td.TdClassName
{
border-color: #1626DC;
}
.TagClassName
{
border-color: #1626DC;
}
</style>