Shades of Persian Blue #162ED4
Tints of Persian Blue #162ED4
RGB
CMYK
RGB Variations
Color information
#162ED4 (or 0x162ED4) is known color: Persian Blue. HEX triplet: 16, 2E and D4. RGB value is (22,46,212). Sum of RGB (Red+Green+Blue) = 22+46+212=280 (37% of max value = 765). Red value is 22 (8.98% from 255 or 7.86% from 280); Green value is 46 (18.36% from 255 or 16.43% from 280); Blue value is 212 (83.20% from 255 or 75.71% from 280); Max value from RGB is 212 - color contains mainly: blue. Hex color #162ED4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #162ED4 is #E9D12B. Grayscale: #393939. Windows color (decimal): -15323436 or 13905430. OLE color: 13905430.
HSL color Cylindrical-coordinate representation of color #162ED4: hue angle of 232.42º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #162ED4 is Cyan = 0.90, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 22 | 46 | 212 | - |
| CMYK | 0.90 | 0.78 | 0 | 0.17 |
| HSL | 232.42º | 0.81% | 0.46% | - |
| HSV(B) | 232.42º | 0.9% | 0.83% | - |
| XYZ | 13.19 | 6.88 | 62.92 | - |
| YUV | 57.75 | 215.05 | 102.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 46 | 212 | 0.90 | 0.78 | 0 | 0.17 | 232.42 | 0.81 | 0.46 |
| Hex | 16 | 2E | D4 | 5A | 4E | 0 | 11 | E8 | 51 | 2E |
| Octal | 26 | 56 | 324 | 132 | 116 | 0 | 21 | 350 | 121 | 56 |
| Binary | 10110 | 101110 | 11010100 | 1011010 | 1001110 | 0 | 10001 | 11101000 | 1010001 | 101110 |
Color Harmonies of #162ED4
Complementary color
Monochromatic Colors of #162ED4
Black with #162ED4
Text Example
Text Example
White with #162ED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #162ED4; }
p { color: rgb(22,46,212); }
H1.HeaderClassName
{
color: #162ED4;
}
.AnyTagClassName
{
color: #162ED4;
}
</style>
background-color css
<style>
a { background-color: #162ED4; }
a { background-color: rgb(22,46,212); }
div.DivClassName
{
background-color: #162ED4;
}
.BgClassName
{
background-color: #162ED4;
}
</style>
border-color css
<style>
span { border-color: #162ED4; }
span { border-color: rgb(22,46,212); }
td.TdClassName
{
border-color: #162ED4;
}
.TagClassName
{
border-color: #162ED4;
}
</style>