Shades of Persian Blue #1422CD
Tints of Persian Blue #1422CD
RGB
CMYK
RGB Variations
Color information
#1422CD (or 0x1422CD) is known color: Persian Blue. HEX triplet: 14, 22 and CD. RGB value is (20,34,205). Sum of RGB (Red+Green+Blue) = 20+34+205=259 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.72% from 259); Green value is 34 (13.67% from 255 or 13.13% from 259); Blue value is 205 (80.47% from 255 or 79.15% from 259); Max value from RGB is 205 - color contains mainly: blue. Hex color #1422CD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1422CD is #EBDD32. Grayscale: #303030. Windows color (decimal): -15457587 or 13443604. OLE color: 13443604.
HSL color Cylindrical-coordinate representation of color #1422CD: hue angle of 235.46º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1422CD is Cyan = 0.90, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 20 | 34 | 205 | - |
| CMYK | 0.90 | 0.83 | 0 | 0.20 |
| HSL | 235.46º | 0.82% | 0.44% | - |
| HSV(B) | 235.46º | 0.9% | 0.8% | - |
| XYZ | 11.88 | 5.7 | 58.23 | - |
| YUV | 49.31 | 215.86 | 107.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 34 | 205 | 0.90 | 0.83 | 0 | 0.20 | 235.46 | 0.82 | 0.44 |
| Hex | 14 | 22 | CD | 5A | 53 | 0 | 14 | EB | 52 | 2C |
| Octal | 24 | 42 | 315 | 132 | 123 | 0 | 24 | 353 | 122 | 54 |
| Binary | 10100 | 100010 | 11001101 | 1011010 | 1010011 | 0 | 10100 | 11101011 | 1010010 | 101100 |
Color Harmonies of #1422CD
Complementary color
Monochromatic Colors of #1422CD
Black with #1422CD
Text Example
Text Example
White with #1422CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1422CD; }
p { color: rgb(20,34,205); }
H1.HeaderClassName
{
color: #1422CD;
}
.AnyTagClassName
{
color: #1422CD;
}
</style>
background-color css
<style>
a { background-color: #1422CD; }
a { background-color: rgb(20,34,205); }
div.DivClassName
{
background-color: #1422CD;
}
.BgClassName
{
background-color: #1422CD;
}
</style>
border-color css
<style>
span { border-color: #1422CD; }
span { border-color: rgb(20,34,205); }
td.TdClassName
{
border-color: #1422CD;
}
.TagClassName
{
border-color: #1422CD;
}
</style>