Shades of Persian Blue #162FEA
Tints of Persian Blue #162FEA
RGB
CMYK
RGB Variations
Color information
#162FEA (or 0x162FEA) is known color: Persian Blue. HEX triplet: 16, 2F and EA. RGB value is (22,47,234). Sum of RGB (Red+Green+Blue) = 22+47+234=303 (40% of max value = 765). Red value is 22 (8.98% from 255 or 7.26% from 303); Green value is 47 (18.75% from 255 or 15.51% from 303); Blue value is 234 (91.80% from 255 or 77.23% from 303); Max value from RGB is 234 - color contains mainly: blue. Hex color #162FEA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #162FEA is #E9D015. Grayscale: #3C3C3C. Windows color (decimal): -15323158 or 15347478. OLE color: 15347478.
HSL color Cylindrical-coordinate representation of color #162FEA: hue angle of 232.92º degrees, saturation: 0.83, 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 #162FEA is Cyan = 0.91, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 22 | 47 | 234 | - |
| CMYK | 0.91 | 0.80 | 0 | 0.08 |
| HSL | 232.92º | 0.83% | 0.5% | - |
| HSV(B) | 232.92º | 0.91% | 0.92% | - |
| XYZ | 16.2 | 8.14 | 78.56 | - |
| YUV | 60.84 | 225.72 | 100.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 47 | 234 | 0.91 | 0.80 | 0 | 0.08 | 232.92 | 0.83 | 0.5 |
| Hex | 16 | 2F | EA | 5B | 50 | 0 | 8 | E9 | 53 | 32 |
| Octal | 26 | 57 | 352 | 133 | 120 | 0 | 10 | 351 | 123 | 62 |
| Binary | 10110 | 101111 | 11101010 | 1011011 | 1010000 | 0 | 1000 | 11101001 | 1010011 | 110010 |
Color Harmonies of #162FEA
Complementary color
Monochromatic Colors of #162FEA
Black with #162FEA
Text Example
Text Example
White with #162FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #162FEA; }
p { color: rgb(22,47,234); }
H1.HeaderClassName
{
color: #162FEA;
}
.AnyTagClassName
{
color: #162FEA;
}
</style>
background-color css
<style>
a { background-color: #162FEA; }
a { background-color: rgb(22,47,234); }
div.DivClassName
{
background-color: #162FEA;
}
.BgClassName
{
background-color: #162FEA;
}
</style>
border-color css
<style>
span { border-color: #162FEA; }
span { border-color: rgb(22,47,234); }
td.TdClassName
{
border-color: #162FEA;
}
.TagClassName
{
border-color: #162FEA;
}
</style>