Shades of Persian Blue #162ABA
Tints of Persian Blue #162ABA
RGB
CMYK
RGB Variations
Color information
#162ABA (or 0x162ABA) is known color: Persian Blue. HEX triplet: 16, 2A and BA. RGB value is (22,42,186). Sum of RGB (Red+Green+Blue) = 22+42+186=250 (33% of max value = 765). Red value is 22 (8.98% from 255 or 8.8% from 250); Green value is 42 (16.80% from 255 or 16.8% from 250); Blue value is 186 (73.05% from 255 or 74.4% from 250); Max value from RGB is 186 - color contains mainly: blue. Hex color #162ABA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #162ABA is #E9D545. Grayscale: #333333. Windows color (decimal): -15324486 or 12200470. OLE color: 12200470.
HSL color Cylindrical-coordinate representation of color #162ABA: hue angle of 232.68º 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 #162ABA is Cyan = 0.88, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 22 | 42 | 186 | - |
| CMYK | 0.88 | 0.77 | 0 | 0.27 |
| HSL | 232.68º | 0.79% | 0.41% | - |
| HSV(B) | 232.68º | 0.88% | 0.73% | - |
| XYZ | 10.02 | 5.37 | 46.96 | - |
| YUV | 52.44 | 203.37 | 106.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 42 | 186 | 0.88 | 0.77 | 0 | 0.27 | 232.68 | 0.79 | 0.41 |
| Hex | 16 | 2A | BA | 58 | 4D | 0 | 1B | E9 | 4F | 29 |
| Octal | 26 | 52 | 272 | 130 | 115 | 0 | 33 | 351 | 117 | 51 |
| Binary | 10110 | 101010 | 10111010 | 1011000 | 1001101 | 0 | 11011 | 11101001 | 1001111 | 101001 |
Color Harmonies of #162ABA
Complementary color
Monochromatic Colors of #162ABA
Black with #162ABA
Text Example
Text Example
White with #162ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #162ABA; }
p { color: rgb(22,42,186); }
H1.HeaderClassName
{
color: #162ABA;
}
.AnyTagClassName
{
color: #162ABA;
}
</style>
background-color css
<style>
a { background-color: #162ABA; }
a { background-color: rgb(22,42,186); }
div.DivClassName
{
background-color: #162ABA;
}
.BgClassName
{
background-color: #162ABA;
}
</style>
border-color css
<style>
span { border-color: #162ABA; }
span { border-color: rgb(22,42,186); }
td.TdClassName
{
border-color: #162ABA;
}
.TagClassName
{
border-color: #162ABA;
}
</style>