Shades of Persian Blue #161DB9
Tints of Persian Blue #161DB9
RGB
CMYK
RGB Variations
Color information
#161DB9 (or 0x161DB9) is known color: Persian Blue. HEX triplet: 16, 1D and B9. RGB value is (22,29,185). Sum of RGB (Red+Green+Blue) = 22+29+185=236 (31% of max value = 765). Red value is 22 (8.98% from 255 or 9.32% from 236); Green value is 29 (11.72% from 255 or 12.29% from 236); Blue value is 185 (72.66% from 255 or 78.39% from 236); Max value from RGB is 185 - color contains mainly: blue. Hex color #161DB9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #161DB9 is #E9E246. Grayscale: #2C2C2C. Windows color (decimal): -15327815 or 12131606. OLE color: 12131606.
HSL color Cylindrical-coordinate representation of color #161DB9: hue angle of 237.42º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #161DB9 is Cyan = 0.88, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 22 | 29 | 185 | - |
| CMYK | 0.88 | 0.84 | 0 | 0.27 |
| HSL | 237.42º | 0.79% | 0.41% | - |
| HSV(B) | 237.42º | 0.88% | 0.73% | - |
| XYZ | 9.53 | 4.55 | 46.28 | - |
| YUV | 44.69 | 207.18 | 111.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 29 | 185 | 0.88 | 0.84 | 0 | 0.27 | 237.42 | 0.79 | 0.41 |
| Hex | 16 | 1D | B9 | 58 | 54 | 0 | 1B | ED | 4F | 29 |
| Octal | 26 | 35 | 271 | 130 | 124 | 0 | 33 | 355 | 117 | 51 |
| Binary | 10110 | 11101 | 10111001 | 1011000 | 1010100 | 0 | 11011 | 11101101 | 1001111 | 101001 |
Color Harmonies of #161DB9
Complementary color
Monochromatic Colors of #161DB9
Black with #161DB9
Text Example
Text Example
White with #161DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #161DB9; }
p { color: rgb(22,29,185); }
H1.HeaderClassName
{
color: #161DB9;
}
.AnyTagClassName
{
color: #161DB9;
}
</style>
background-color css
<style>
a { background-color: #161DB9; }
a { background-color: rgb(22,29,185); }
div.DivClassName
{
background-color: #161DB9;
}
.BgClassName
{
background-color: #161DB9;
}
</style>
border-color css
<style>
span { border-color: #161DB9; }
span { border-color: rgb(22,29,185); }
td.TdClassName
{
border-color: #161DB9;
}
.TagClassName
{
border-color: #161DB9;
}
</style>