Shades of Persian Blue #162EEB
Tints of Persian Blue #162EEB
RGB
CMYK
RGB Variations
Color information
#162EEB (or 0x162EEB) is known color: Persian Blue. HEX triplet: 16, 2E and EB. RGB value is (22,46,235). Sum of RGB (Red+Green+Blue) = 22+46+235=303 (40% of max value = 765). Red value is 22 (8.98% from 255 or 7.26% from 303); Green value is 46 (18.36% from 255 or 15.18% from 303); Blue value is 235 (92.19% from 255 or 77.56% from 303); Max value from RGB is 235 - color contains mainly: blue. Hex color #162EEB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #162EEB is #E9D114. Grayscale: #3B3B3B. Windows color (decimal): -15323413 or 15412758. OLE color: 15412758.
HSL color Cylindrical-coordinate representation of color #162EEB: hue angle of 233.24º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #162EEB is Cyan = 0.91, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 22 | 46 | 235 | - |
| CMYK | 0.91 | 0.80 | 0 | 0.08 |
| HSL | 233.24º | 0.84% | 0.5% | - |
| HSV(B) | 233.24º | 0.91% | 0.92% | - |
| XYZ | 16.3 | 8.12 | 79.31 | - |
| YUV | 60.37 | 226.55 | 100.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 46 | 235 | 0.91 | 0.80 | 0 | 0.08 | 233.24 | 0.84 | 0.5 |
| Hex | 16 | 2E | EB | 5B | 50 | 0 | 8 | E9 | 54 | 32 |
| Octal | 26 | 56 | 353 | 133 | 120 | 0 | 10 | 351 | 124 | 62 |
| Binary | 10110 | 101110 | 11101011 | 1011011 | 1010000 | 0 | 1000 | 11101001 | 1010100 | 110010 |
Color Harmonies of #162EEB
Complementary color
Monochromatic Colors of #162EEB
Black with #162EEB
Text Example
Text Example
White with #162EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #162EEB; }
p { color: rgb(22,46,235); }
H1.HeaderClassName
{
color: #162EEB;
}
.AnyTagClassName
{
color: #162EEB;
}
</style>
background-color css
<style>
a { background-color: #162EEB; }
a { background-color: rgb(22,46,235); }
div.DivClassName
{
background-color: #162EEB;
}
.BgClassName
{
background-color: #162EEB;
}
</style>
border-color css
<style>
span { border-color: #162EEB; }
span { border-color: rgb(22,46,235); }
td.TdClassName
{
border-color: #162EEB;
}
.TagClassName
{
border-color: #162EEB;
}
</style>