Shades of Persian Blue #162BE9
Tints of Persian Blue #162BE9
RGB
CMYK
RGB Variations
Color information
#162BE9 (or 0x162BE9) is known color: Persian Blue. HEX triplet: 16, 2B and E9. RGB value is (22,43,233). Sum of RGB (Red+Green+Blue) = 22+43+233=298 (39% of max value = 765). Red value is 22 (8.98% from 255 or 7.38% from 298); Green value is 43 (17.19% from 255 or 14.43% from 298); Blue value is 233 (91.41% from 255 or 78.19% from 298); Max value from RGB is 233 - color contains mainly: blue. Hex color #162BE9 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #162BE9 is #E9D416. Grayscale: #393939. Windows color (decimal): -15324183 or 15280918. OLE color: 15280918.
HSL color Cylindrical-coordinate representation of color #162BE9: hue angle of 234.03º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #162BE9 is Cyan = 0.91, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 22 | 43 | 233 | - |
| CMYK | 0.91 | 0.82 | 0 | 0.09 |
| HSL | 234.03º | 0.83% | 0.5% | - |
| HSV(B) | 234.03º | 0.91% | 0.91% | - |
| XYZ | 15.9 | 7.78 | 77.75 | - |
| YUV | 58.38 | 226.54 | 102.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 43 | 233 | 0.91 | 0.82 | 0 | 0.09 | 234.03 | 0.83 | 0.5 |
| Hex | 16 | 2B | E9 | 5B | 52 | 0 | 9 | EA | 53 | 32 |
| Octal | 26 | 53 | 351 | 133 | 122 | 0 | 11 | 352 | 123 | 62 |
| Binary | 10110 | 101011 | 11101001 | 1011011 | 1010010 | 0 | 1001 | 11101010 | 1010011 | 110010 |
Color Harmonies of #162BE9
Complementary color
Monochromatic Colors of #162BE9
Black with #162BE9
Text Example
Text Example
White with #162BE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #162BE9; }
p { color: rgb(22,43,233); }
H1.HeaderClassName
{
color: #162BE9;
}
.AnyTagClassName
{
color: #162BE9;
}
</style>
background-color css
<style>
a { background-color: #162BE9; }
a { background-color: rgb(22,43,233); }
div.DivClassName
{
background-color: #162BE9;
}
.BgClassName
{
background-color: #162BE9;
}
</style>
border-color css
<style>
span { border-color: #162BE9; }
span { border-color: rgb(22,43,233); }
td.TdClassName
{
border-color: #162BE9;
}
.TagClassName
{
border-color: #162BE9;
}
</style>