Shades of Persian Blue #162BDB
Tints of Persian Blue #162BDB
RGB
CMYK
RGB Variations
Color information
#162BDB (or 0x162BDB) is known color: Persian Blue. HEX triplet: 16, 2B and DB. RGB value is (22,43,219). Sum of RGB (Red+Green+Blue) = 22+43+219=284 (37% of max value = 765). Red value is 22 (8.98% from 255 or 7.75% from 284); Green value is 43 (17.19% from 255 or 15.14% from 284); Blue value is 219 (85.94% from 255 or 77.11% from 284); Max value from RGB is 219 - color contains mainly: blue. Hex color #162BDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #162BDB is #E9D424. Grayscale: #383838. Windows color (decimal): -15324197 or 14363414. OLE color: 14363414.
HSL color Cylindrical-coordinate representation of color #162BDB: hue angle of 233.6º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #162BDB is Cyan = 0.90, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 22 | 43 | 219 | - |
| CMYK | 0.90 | 0.80 | 0 | 0.14 |
| HSL | 233.6º | 0.82% | 0.47% | - |
| HSV(B) | 233.6º | 0.9% | 0.86% | - |
| XYZ | 13.98 | 7.01 | 67.63 | - |
| YUV | 56.79 | 219.54 | 103.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 43 | 219 | 0.90 | 0.80 | 0 | 0.14 | 233.6 | 0.82 | 0.47 |
| Hex | 16 | 2B | DB | 5A | 50 | 0 | E | EA | 52 | 2F |
| Octal | 26 | 53 | 333 | 132 | 120 | 0 | 16 | 352 | 122 | 57 |
| Binary | 10110 | 101011 | 11011011 | 1011010 | 1010000 | 0 | 1110 | 11101010 | 1010010 | 101111 |
Color Harmonies of #162BDB
Complementary color
Monochromatic Colors of #162BDB
Black with #162BDB
Text Example
Text Example
White with #162BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #162BDB; }
p { color: rgb(22,43,219); }
H1.HeaderClassName
{
color: #162BDB;
}
.AnyTagClassName
{
color: #162BDB;
}
</style>
background-color css
<style>
a { background-color: #162BDB; }
a { background-color: rgb(22,43,219); }
div.DivClassName
{
background-color: #162BDB;
}
.BgClassName
{
background-color: #162BDB;
}
</style>
border-color css
<style>
span { border-color: #162BDB; }
span { border-color: rgb(22,43,219); }
td.TdClassName
{
border-color: #162BDB;
}
.TagClassName
{
border-color: #162BDB;
}
</style>