Shades of Persian Blue #162ED6
Tints of Persian Blue #162ED6
RGB
CMYK
RGB Variations
Color information
#162ED6 (or 0x162ED6) is known color: Persian Blue. HEX triplet: 16, 2E and D6. RGB value is (22,46,214). Sum of RGB (Red+Green+Blue) = 22+46+214=282 (37% of max value = 765). Red value is 22 (8.98% from 255 or 7.80% from 282); Green value is 46 (18.36% from 255 or 16.31% from 282); Blue value is 214 (83.98% from 255 or 75.89% from 282); Max value from RGB is 214 - color contains mainly: blue. Hex color #162ED6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #162ED6 is #E9D129. Grayscale: #393939. Windows color (decimal): -15323434 or 14036502. OLE color: 14036502.
HSL color Cylindrical-coordinate representation of color #162ED6: hue angle of 232.5º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #162ED6 is Cyan = 0.90, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 22 | 46 | 214 | - |
| CMYK | 0.90 | 0.79 | 0 | 0.16 |
| HSL | 232.5º | 0.81% | 0.46% | - |
| HSV(B) | 232.5º | 0.9% | 0.84% | - |
| XYZ | 13.45 | 6.98 | 64.26 | - |
| YUV | 57.98 | 216.05 | 102.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 46 | 214 | 0.90 | 0.79 | 0 | 0.16 | 232.5 | 0.81 | 0.46 |
| Hex | 16 | 2E | D6 | 5A | 4F | 0 | 10 | E8 | 51 | 2E |
| Octal | 26 | 56 | 326 | 132 | 117 | 0 | 20 | 350 | 121 | 56 |
| Binary | 10110 | 101110 | 11010110 | 1011010 | 1001111 | 0 | 10000 | 11101000 | 1010001 | 101110 |
Color Harmonies of #162ED6
Complementary color
Monochromatic Colors of #162ED6
Black with #162ED6
Text Example
Text Example
White with #162ED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #162ED6; }
p { color: rgb(22,46,214); }
H1.HeaderClassName
{
color: #162ED6;
}
.AnyTagClassName
{
color: #162ED6;
}
</style>
background-color css
<style>
a { background-color: #162ED6; }
a { background-color: rgb(22,46,214); }
div.DivClassName
{
background-color: #162ED6;
}
.BgClassName
{
background-color: #162ED6;
}
</style>
border-color css
<style>
span { border-color: #162ED6; }
span { border-color: rgb(22,46,214); }
td.TdClassName
{
border-color: #162ED6;
}
.TagClassName
{
border-color: #162ED6;
}
</style>