Shades of Persian Blue #162ABB
Tints of Persian Blue #162ABB
RGB
CMYK
RGB Variations
Color information
#162ABB (or 0x162ABB) is known color: Persian Blue. HEX triplet: 16, 2A and BB. RGB value is (22,42,187). Sum of RGB (Red+Green+Blue) = 22+42+187=251 (33% of max value = 765). Red value is 22 (8.98% from 255 or 8.76% from 251); Green value is 42 (16.80% from 255 or 16.73% from 251); Blue value is 187 (73.44% from 255 or 74.50% from 251); Max value from RGB is 187 - color contains mainly: blue. Hex color #162ABB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #162ABB is #E9D544. Grayscale: #333333. Windows color (decimal): -15324485 or 12266006. OLE color: 12266006.
HSL color Cylindrical-coordinate representation of color #162ABB: hue angle of 232.73º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #162ABB is Cyan = 0.88, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 22 | 42 | 187 | - |
| CMYK | 0.88 | 0.78 | 0 | 0.27 |
| HSL | 232.73º | 0.79% | 0.41% | - |
| HSV(B) | 232.73º | 0.88% | 0.73% | - |
| XYZ | 10.13 | 5.41 | 47.52 | - |
| YUV | 52.55 | 203.87 | 106.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 42 | 187 | 0.88 | 0.78 | 0 | 0.27 | 232.73 | 0.79 | 0.41 |
| Hex | 16 | 2A | BB | 58 | 4E | 0 | 1B | E9 | 4F | 29 |
| Octal | 26 | 52 | 273 | 130 | 116 | 0 | 33 | 351 | 117 | 51 |
| Binary | 10110 | 101010 | 10111011 | 1011000 | 1001110 | 0 | 11011 | 11101001 | 1001111 | 101001 |
Color Harmonies of #162ABB
Complementary color
Monochromatic Colors of #162ABB
Black with #162ABB
Text Example
Text Example
White with #162ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #162ABB; }
p { color: rgb(22,42,187); }
H1.HeaderClassName
{
color: #162ABB;
}
.AnyTagClassName
{
color: #162ABB;
}
</style>
background-color css
<style>
a { background-color: #162ABB; }
a { background-color: rgb(22,42,187); }
div.DivClassName
{
background-color: #162ABB;
}
.BgClassName
{
background-color: #162ABB;
}
</style>
border-color css
<style>
span { border-color: #162ABB; }
span { border-color: rgb(22,42,187); }
td.TdClassName
{
border-color: #162ABB;
}
.TagClassName
{
border-color: #162ABB;
}
</style>