Shades of Persian Blue #1621CD
Tints of Persian Blue #1621CD
RGB
CMYK
RGB Variations
Color information
#1621CD (or 0x1621CD) is known color: Persian Blue. HEX triplet: 16, 21 and CD. RGB value is (22,33,205). Sum of RGB (Red+Green+Blue) = 22+33+205=260 (34% of max value = 765). Red value is 22 (8.98% from 255 or 8.46% from 260); Green value is 33 (13.28% from 255 or 12.69% from 260); Blue value is 205 (80.47% from 255 or 78.85% from 260); Max value from RGB is 205 - color contains mainly: blue. Hex color #1621CD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1621CD is #E9DE32. Grayscale: #303030. Windows color (decimal): -15326771 or 13443350. OLE color: 13443350.
HSL color Cylindrical-coordinate representation of color #1621CD: hue angle of 236.39º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1621CD is Cyan = 0.89, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 22 | 33 | 205 | - |
| CMYK | 0.89 | 0.84 | 0 | 0.20 |
| HSL | 236.39º | 0.81% | 0.45% | - |
| HSV(B) | 236.39º | 0.89% | 0.8% | - |
| XYZ | 11.89 | 5.67 | 58.22 | - |
| YUV | 49.32 | 215.86 | 108.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 33 | 205 | 0.89 | 0.84 | 0 | 0.20 | 236.39 | 0.81 | 0.45 |
| Hex | 16 | 21 | CD | 59 | 54 | 0 | 14 | EC | 51 | 2D |
| Octal | 26 | 41 | 315 | 131 | 124 | 0 | 24 | 354 | 121 | 55 |
| Binary | 10110 | 100001 | 11001101 | 1011001 | 1010100 | 0 | 10100 | 11101100 | 1010001 | 101101 |
Color Harmonies of #1621CD
Complementary color
Monochromatic Colors of #1621CD
Black with #1621CD
Text Example
Text Example
White with #1621CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1621CD; }
p { color: rgb(22,33,205); }
H1.HeaderClassName
{
color: #1621CD;
}
.AnyTagClassName
{
color: #1621CD;
}
</style>
background-color css
<style>
a { background-color: #1621CD; }
a { background-color: rgb(22,33,205); }
div.DivClassName
{
background-color: #1621CD;
}
.BgClassName
{
background-color: #1621CD;
}
</style>
border-color css
<style>
span { border-color: #1621CD; }
span { border-color: rgb(22,33,205); }
td.TdClassName
{
border-color: #1621CD;
}
.TagClassName
{
border-color: #1621CD;
}
</style>