Shades of Persian Blue #162EBA
Tints of Persian Blue #162EBA
RGB
CMYK
RGB Variations
Color information
#162EBA (or 0x162EBA) is known color: Persian Blue. HEX triplet: 16, 2E and BA. RGB value is (22,46,186). Sum of RGB (Red+Green+Blue) = 22+46+186=254 (33% of max value = 765). Red value is 22 (8.98% from 255 or 8.66% from 254); Green value is 46 (18.36% from 255 or 18.11% from 254); Blue value is 186 (73.05% from 255 or 73.23% from 254); Max value from RGB is 186 - color contains mainly: blue. Hex color #162EBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #162EBA is #E9D145. Grayscale: #363636. Windows color (decimal): -15323462 or 12201494. OLE color: 12201494.
HSL color Cylindrical-coordinate representation of color #162EBA: hue angle of 231.22º 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 #162EBA is Cyan = 0.88, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 22 | 46 | 186 | - |
| CMYK | 0.88 | 0.75 | 0 | 0.27 |
| HSL | 231.22º | 0.79% | 0.41% | - |
| HSV(B) | 231.22º | 0.88% | 0.73% | - |
| XYZ | 10.17 | 5.67 | 47.01 | - |
| YUV | 54.78 | 202.05 | 104.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 46 | 186 | 0.88 | 0.75 | 0 | 0.27 | 231.22 | 0.79 | 0.41 |
| Hex | 16 | 2E | BA | 58 | 4B | 0 | 1B | E7 | 4F | 29 |
| Octal | 26 | 56 | 272 | 130 | 113 | 0 | 33 | 347 | 117 | 51 |
| Binary | 10110 | 101110 | 10111010 | 1011000 | 1001011 | 0 | 11011 | 11100111 | 1001111 | 101001 |
Color Harmonies of #162EBA
Complementary color
Monochromatic Colors of #162EBA
Black with #162EBA
Text Example
Text Example
White with #162EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #162EBA; }
p { color: rgb(22,46,186); }
H1.HeaderClassName
{
color: #162EBA;
}
.AnyTagClassName
{
color: #162EBA;
}
</style>
background-color css
<style>
a { background-color: #162EBA; }
a { background-color: rgb(22,46,186); }
div.DivClassName
{
background-color: #162EBA;
}
.BgClassName
{
background-color: #162EBA;
}
</style>
border-color css
<style>
span { border-color: #162EBA; }
span { border-color: rgb(22,46,186); }
td.TdClassName
{
border-color: #162EBA;
}
.TagClassName
{
border-color: #162EBA;
}
</style>