Shades of Persian Blue #162BEB
Tints of Persian Blue #162BEB
RGB
CMYK
RGB Variations
Color information
#162BEB (or 0x162BEB) is known color: Persian Blue. HEX triplet: 16, 2B and EB. RGB value is (22,43,235). Sum of RGB (Red+Green+Blue) = 22+43+235=300 (39% of max value = 765). Red value is 22 (8.98% from 255 or 7.33% from 300); Green value is 43 (17.19% from 255 or 14.33% from 300); Blue value is 235 (92.19% from 255 or 78.33% from 300); Max value from RGB is 235 - color contains mainly: blue. Hex color #162BEB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #162BEB is #E9D414. Grayscale: #393939. Windows color (decimal): -15324181 or 15411990. OLE color: 15411990.
HSL color Cylindrical-coordinate representation of color #162BEB: hue angle of 234.08º 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 #162BEB is Cyan = 0.91, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 22 | 43 | 235 | - |
| CMYK | 0.91 | 0.82 | 0 | 0.08 |
| HSL | 234.08º | 0.84% | 0.5% | - |
| HSV(B) | 234.08º | 0.91% | 0.92% | - |
| XYZ | 16.19 | 7.9 | 79.27 | - |
| YUV | 58.61 | 227.54 | 101.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 43 | 235 | 0.91 | 0.82 | 0 | 0.08 | 234.08 | 0.84 | 0.5 |
| Hex | 16 | 2B | EB | 5B | 52 | 0 | 8 | EA | 54 | 32 |
| Octal | 26 | 53 | 353 | 133 | 122 | 0 | 10 | 352 | 124 | 62 |
| Binary | 10110 | 101011 | 11101011 | 1011011 | 1010010 | 0 | 1000 | 11101010 | 1010100 | 110010 |
Color Harmonies of #162BEB
Complementary color
Monochromatic Colors of #162BEB
Black with #162BEB
Text Example
Text Example
White with #162BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #162BEB; }
p { color: rgb(22,43,235); }
H1.HeaderClassName
{
color: #162BEB;
}
.AnyTagClassName
{
color: #162BEB;
}
</style>
background-color css
<style>
a { background-color: #162BEB; }
a { background-color: rgb(22,43,235); }
div.DivClassName
{
background-color: #162BEB;
}
.BgClassName
{
background-color: #162BEB;
}
</style>
border-color css
<style>
span { border-color: #162BEB; }
span { border-color: rgb(22,43,235); }
td.TdClassName
{
border-color: #162BEB;
}
.TagClassName
{
border-color: #162BEB;
}
</style>