Shades of Persian Blue #162DB7
Tints of Persian Blue #162DB7
RGB
CMYK
RGB Variations
Color information
#162DB7 (or 0x162DB7) is known color: Persian Blue. HEX triplet: 16, 2D and B7. RGB value is (22,45,183). Sum of RGB (Red+Green+Blue) = 22+45+183=250 (33% of max value = 765). Red value is 22 (8.98% from 255 or 8.8% from 250); Green value is 45 (17.97% from 255 or 18% from 250); Blue value is 183 (71.88% from 255 or 73.2% from 250); Max value from RGB is 183 - color contains mainly: blue. Hex color #162DB7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #162DB7 is #E9D248. Grayscale: #353535. Windows color (decimal): -15323721 or 12004630. OLE color: 12004630.
HSL color Cylindrical-coordinate representation of color #162DB7: hue angle of 231.43º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #162DB7 is Cyan = 0.88, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 22 | 45 | 183 | - |
| CMYK | 0.88 | 0.75 | 0 | 0.28 |
| HSL | 231.43º | 0.79% | 0.4% | - |
| HSV(B) | 231.43º | 0.88% | 0.72% | - |
| XYZ | 9.82 | 5.47 | 45.34 | - |
| YUV | 53.86 | 200.88 | 105.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 45 | 183 | 0.88 | 0.75 | 0 | 0.28 | 231.43 | 0.79 | 0.4 |
| Hex | 16 | 2D | B7 | 58 | 4B | 0 | 1C | E7 | 4F | 28 |
| Octal | 26 | 55 | 267 | 130 | 113 | 0 | 34 | 347 | 117 | 50 |
| Binary | 10110 | 101101 | 10110111 | 1011000 | 1001011 | 0 | 11100 | 11100111 | 1001111 | 101000 |
Color Harmonies of #162DB7
Complementary color
Monochromatic Colors of #162DB7
Black with #162DB7
Text Example
Text Example
White with #162DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #162DB7; }
p { color: rgb(22,45,183); }
H1.HeaderClassName
{
color: #162DB7;
}
.AnyTagClassName
{
color: #162DB7;
}
</style>
background-color css
<style>
a { background-color: #162DB7; }
a { background-color: rgb(22,45,183); }
div.DivClassName
{
background-color: #162DB7;
}
.BgClassName
{
background-color: #162DB7;
}
</style>
border-color css
<style>
span { border-color: #162DB7; }
span { border-color: rgb(22,45,183); }
td.TdClassName
{
border-color: #162DB7;
}
.TagClassName
{
border-color: #162DB7;
}
</style>