Shades of Persian Blue #162BDA
Tints of Persian Blue #162BDA
RGB
CMYK
RGB Variations
Color information
#162BDA (or 0x162BDA) is known color: Persian Blue. HEX triplet: 16, 2B and DA. RGB value is (22,43,218). Sum of RGB (Red+Green+Blue) = 22+43+218=283 (37% of max value = 765). Red value is 22 (8.98% from 255 or 7.77% from 283); Green value is 43 (17.19% from 255 or 15.19% from 283); Blue value is 218 (85.55% from 255 or 77.03% from 283); Max value from RGB is 218 - color contains mainly: blue. Hex color #162BDA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #162BDA is #E9D425. Grayscale: #373737. Windows color (decimal): -15324198 or 14297878. OLE color: 14297878.
HSL color Cylindrical-coordinate representation of color #162BDA: hue angle of 233.57º 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 #162BDA is Cyan = 0.90, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 22 | 43 | 218 | - |
| CMYK | 0.90 | 0.80 | 0 | 0.15 |
| HSL | 233.57º | 0.82% | 0.47% | - |
| HSV(B) | 233.57º | 0.9% | 0.85% | - |
| XYZ | 13.85 | 6.96 | 66.94 | - |
| YUV | 56.67 | 219.04 | 103.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 43 | 218 | 0.90 | 0.80 | 0 | 0.15 | 233.57 | 0.82 | 0.47 |
| Hex | 16 | 2B | DA | 5A | 50 | 0 | F | EA | 52 | 2F |
| Octal | 26 | 53 | 332 | 132 | 120 | 0 | 17 | 352 | 122 | 57 |
| Binary | 10110 | 101011 | 11011010 | 1011010 | 1010000 | 0 | 1111 | 11101010 | 1010010 | 101111 |
Color Harmonies of #162BDA
Complementary color
Monochromatic Colors of #162BDA
Black with #162BDA
Text Example
Text Example
White with #162BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #162BDA; }
p { color: rgb(22,43,218); }
H1.HeaderClassName
{
color: #162BDA;
}
.AnyTagClassName
{
color: #162BDA;
}
</style>
background-color css
<style>
a { background-color: #162BDA; }
a { background-color: rgb(22,43,218); }
div.DivClassName
{
background-color: #162BDA;
}
.BgClassName
{
background-color: #162BDA;
}
</style>
border-color css
<style>
span { border-color: #162BDA; }
span { border-color: rgb(22,43,218); }
td.TdClassName
{
border-color: #162BDA;
}
.TagClassName
{
border-color: #162BDA;
}
</style>