Shades of Persian Blue #162DE1
Tints of Persian Blue #162DE1
RGB
CMYK
RGB Variations
Color information
#162DE1 (or 0x162DE1) is known color: Persian Blue. HEX triplet: 16, 2D and E1. RGB value is (22,45,225). Sum of RGB (Red+Green+Blue) = 22+45+225=292 (38% of max value = 765). Red value is 22 (8.98% from 255 or 7.53% from 292); Green value is 45 (17.97% from 255 or 15.41% from 292); Blue value is 225 (88.28% from 255 or 77.05% from 292); Max value from RGB is 225 - color contains mainly: blue. Hex color #162DE1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #162DE1 is #E9D21E. Grayscale: #393939. Windows color (decimal): -15323679 or 14757142. OLE color: 14757142.
HSL color Cylindrical-coordinate representation of color #162DE1: hue angle of 233.2º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #162DE1 is Cyan = 0.90, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 22 | 45 | 225 | - |
| CMYK | 0.90 | 0.8 | 0 | 0.12 |
| HSL | 233.2º | 0.82% | 0.48% | - |
| HSV(B) | 233.2º | 0.9% | 0.88% | - |
| XYZ | 14.86 | 7.48 | 71.9 | - |
| YUV | 58.64 | 221.88 | 101.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 45 | 225 | 0.90 | 0.8 | 0 | 0.12 | 233.2 | 0.82 | 0.48 |
| Hex | 16 | 2D | E1 | 5A | 50 | 0 | C | E9 | 52 | 30 |
| Octal | 26 | 55 | 341 | 132 | 120 | 0 | 14 | 351 | 122 | 60 |
| Binary | 10110 | 101101 | 11100001 | 1011010 | 1010000 | 0 | 1100 | 11101001 | 1010010 | 110000 |
Color Harmonies of #162DE1
Complementary color
Monochromatic Colors of #162DE1
Black with #162DE1
Text Example
Text Example
White with #162DE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #162DE1; }
p { color: rgb(22,45,225); }
H1.HeaderClassName
{
color: #162DE1;
}
.AnyTagClassName
{
color: #162DE1;
}
</style>
background-color css
<style>
a { background-color: #162DE1; }
a { background-color: rgb(22,45,225); }
div.DivClassName
{
background-color: #162DE1;
}
.BgClassName
{
background-color: #162DE1;
}
</style>
border-color css
<style>
span { border-color: #162DE1; }
span { border-color: rgb(22,45,225); }
td.TdClassName
{
border-color: #162DE1;
}
.TagClassName
{
border-color: #162DE1;
}
</style>