Shades of Persian Blue #161BBB
Tints of Persian Blue #161BBB
RGB
CMYK
RGB Variations
Color information
#161BBB (or 0x161BBB) is known color: Persian Blue. HEX triplet: 16, 1B and BB. RGB value is (22,27,187). Sum of RGB (Red+Green+Blue) = 22+27+187=236 (31% of max value = 765). Red value is 22 (8.98% from 255 or 9.32% from 236); Green value is 27 (10.94% from 255 or 11.44% from 236); Blue value is 187 (73.44% from 255 or 79.24% from 236); Max value from RGB is 187 - color contains mainly: blue. Hex color #161BBB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #161BBB is #E9E444. Grayscale: #2B2B2B. Windows color (decimal): -15328325 or 12262166. OLE color: 12262166.
HSL color Cylindrical-coordinate representation of color #161BBB: hue angle of 238.18º 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 #161BBB is Cyan = 0.88, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 22 | 27 | 187 | - |
| CMYK | 0.88 | 0.86 | 0 | 0.27 |
| HSL | 238.18º | 0.79% | 0.41% | - |
| HSV(B) | 238.18º | 0.88% | 0.73% | - |
| XYZ | 9.69 | 4.54 | 47.38 | - |
| YUV | 43.75 | 208.84 | 112.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 27 | 187 | 0.88 | 0.86 | 0 | 0.27 | 238.18 | 0.79 | 0.41 |
| Hex | 16 | 1B | BB | 58 | 56 | 0 | 1B | EE | 4F | 29 |
| Octal | 26 | 33 | 273 | 130 | 126 | 0 | 33 | 356 | 117 | 51 |
| Binary | 10110 | 11011 | 10111011 | 1011000 | 1010110 | 0 | 11011 | 11101110 | 1001111 | 101001 |
Color Harmonies of #161BBB
Complementary color
Monochromatic Colors of #161BBB
Black with #161BBB
Text Example
Text Example
White with #161BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #161BBB; }
p { color: rgb(22,27,187); }
H1.HeaderClassName
{
color: #161BBB;
}
.AnyTagClassName
{
color: #161BBB;
}
</style>
background-color css
<style>
a { background-color: #161BBB; }
a { background-color: rgb(22,27,187); }
div.DivClassName
{
background-color: #161BBB;
}
.BgClassName
{
background-color: #161BBB;
}
</style>
border-color css
<style>
span { border-color: #161BBB; }
span { border-color: rgb(22,27,187); }
td.TdClassName
{
border-color: #161BBB;
}
.TagClassName
{
border-color: #161BBB;
}
</style>