Shades of Persian Blue #162DB4
Tints of Persian Blue #162DB4
RGB
CMYK
RGB Variations
Color information
#162DB4 (or 0x162DB4) is known color: Persian Blue. HEX triplet: 16, 2D and B4. RGB value is (22,45,180). Sum of RGB (Red+Green+Blue) = 22+45+180=247 (32% of max value = 765). Red value is 22 (8.98% from 255 or 8.91% from 247); Green value is 45 (17.97% from 255 or 18.22% from 247); Blue value is 180 (70.70% from 255 or 72.87% from 247); Max value from RGB is 180 - color contains mainly: blue. Hex color #162DB4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #162DB4 is #E9D24B. Grayscale: #343434. Windows color (decimal): -15323724 or 11808022. OLE color: 11808022.
HSL color Cylindrical-coordinate representation of color #162DB4: hue angle of 231.27º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #162DB4 is Cyan = 0.88, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 22 | 45 | 180 | - |
| CMYK | 0.88 | 0.75 | 0 | 0.29 |
| HSL | 231.27º | 0.78% | 0.4% | - |
| HSV(B) | 231.27º | 0.88% | 0.71% | - |
| XYZ | 9.51 | 5.34 | 43.71 | - |
| YUV | 53.51 | 199.38 | 105.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 45 | 180 | 0.88 | 0.75 | 0 | 0.29 | 231.27 | 0.78 | 0.4 |
| Hex | 16 | 2D | B4 | 58 | 4B | 0 | 1D | E7 | 4E | 28 |
| Octal | 26 | 55 | 264 | 130 | 113 | 0 | 35 | 347 | 116 | 50 |
| Binary | 10110 | 101101 | 10110100 | 1011000 | 1001011 | 0 | 11101 | 11100111 | 1001110 | 101000 |
Color Harmonies of #162DB4
Complementary color
Monochromatic Colors of #162DB4
Black with #162DB4
Text Example
Text Example
White with #162DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #162DB4; }
p { color: rgb(22,45,180); }
H1.HeaderClassName
{
color: #162DB4;
}
.AnyTagClassName
{
color: #162DB4;
}
</style>
background-color css
<style>
a { background-color: #162DB4; }
a { background-color: rgb(22,45,180); }
div.DivClassName
{
background-color: #162DB4;
}
.BgClassName
{
background-color: #162DB4;
}
</style>
border-color css
<style>
span { border-color: #162DB4; }
span { border-color: rgb(22,45,180); }
td.TdClassName
{
border-color: #162DB4;
}
.TagClassName
{
border-color: #162DB4;
}
</style>