Shades of Persian Blue #162ADA
Tints of Persian Blue #162ADA
RGB
CMYK
RGB Variations
Color information
#162ADA (or 0x162ADA) is known color: Persian Blue. HEX triplet: 16, 2A and DA. RGB value is (22,42,218). Sum of RGB (Red+Green+Blue) = 22+42+218=282 (37% of max value = 765). Red value is 22 (8.98% from 255 or 7.80% from 282); Green value is 42 (16.80% from 255 or 14.89% from 282); Blue value is 218 (85.55% from 255 or 77.30% from 282); Max value from RGB is 218 - color contains mainly: blue. Hex color #162ADA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #162ADA is #E9D525. Grayscale: #373737. Windows color (decimal): -15324454 or 14297622. OLE color: 14297622.
HSL color Cylindrical-coordinate representation of color #162ADA: hue angle of 233.88º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #162ADA is Cyan = 0.90, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 22 | 42 | 218 | - |
| CMYK | 0.90 | 0.81 | 0 | 0.15 |
| HSL | 233.88º | 0.82% | 0.47% | - |
| HSV(B) | 233.88º | 0.9% | 0.85% | - |
| XYZ | 13.81 | 6.89 | 66.93 | - |
| YUV | 56.08 | 219.37 | 103.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 42 | 218 | 0.90 | 0.81 | 0 | 0.15 | 233.88 | 0.82 | 0.47 |
| Hex | 16 | 2A | DA | 5A | 51 | 0 | F | EA | 52 | 2F |
| Octal | 26 | 52 | 332 | 132 | 121 | 0 | 17 | 352 | 122 | 57 |
| Binary | 10110 | 101010 | 11011010 | 1011010 | 1010001 | 0 | 1111 | 11101010 | 1010010 | 101111 |
Color Harmonies of #162ADA
Complementary color
Monochromatic Colors of #162ADA
Black with #162ADA
Text Example
Text Example
White with #162ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #162ADA; }
p { color: rgb(22,42,218); }
H1.HeaderClassName
{
color: #162ADA;
}
.AnyTagClassName
{
color: #162ADA;
}
</style>
background-color css
<style>
a { background-color: #162ADA; }
a { background-color: rgb(22,42,218); }
div.DivClassName
{
background-color: #162ADA;
}
.BgClassName
{
background-color: #162ADA;
}
</style>
border-color css
<style>
span { border-color: #162ADA; }
span { border-color: rgb(22,42,218); }
td.TdClassName
{
border-color: #162ADA;
}
.TagClassName
{
border-color: #162ADA;
}
</style>