Shades of Persian Blue #161DBB
Tints of Persian Blue #161DBB
RGB
CMYK
RGB Variations
Color information
#161DBB (or 0x161DBB) is known color: Persian Blue. HEX triplet: 16, 1D and BB. RGB value is (22,29,187). Sum of RGB (Red+Green+Blue) = 22+29+187=238 (31% of max value = 765). Red value is 22 (8.98% from 255 or 9.24% from 238); Green value is 29 (11.72% from 255 or 12.18% from 238); Blue value is 187 (73.44% from 255 or 78.57% from 238); Max value from RGB is 187 - color contains mainly: blue. Hex color #161DBB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #161DBB is #E9E244. Grayscale: #2C2C2C. Windows color (decimal): -15327813 or 12262678. OLE color: 12262678.
HSL color Cylindrical-coordinate representation of color #161DBB: hue angle of 237.45º 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 #161DBB is Cyan = 0.88, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 22 | 29 | 187 | - |
| CMYK | 0.88 | 0.84 | 0 | 0.27 |
| HSL | 237.45º | 0.79% | 0.41% | - |
| HSV(B) | 237.45º | 0.88% | 0.73% | - |
| XYZ | 9.74 | 4.64 | 47.4 | - |
| YUV | 44.92 | 208.18 | 111.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 29 | 187 | 0.88 | 0.84 | 0 | 0.27 | 237.45 | 0.79 | 0.41 |
| Hex | 16 | 1D | BB | 58 | 54 | 0 | 1B | ED | 4F | 29 |
| Octal | 26 | 35 | 273 | 130 | 124 | 0 | 33 | 355 | 117 | 51 |
| Binary | 10110 | 11101 | 10111011 | 1011000 | 1010100 | 0 | 11011 | 11101101 | 1001111 | 101001 |
Color Harmonies of #161DBB
Complementary color
Monochromatic Colors of #161DBB
Black with #161DBB
Text Example
Text Example
White with #161DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #161DBB; }
p { color: rgb(22,29,187); }
H1.HeaderClassName
{
color: #161DBB;
}
.AnyTagClassName
{
color: #161DBB;
}
</style>
background-color css
<style>
a { background-color: #161DBB; }
a { background-color: rgb(22,29,187); }
div.DivClassName
{
background-color: #161DBB;
}
.BgClassName
{
background-color: #161DBB;
}
</style>
border-color css
<style>
span { border-color: #161DBB; }
span { border-color: rgb(22,29,187); }
td.TdClassName
{
border-color: #161DBB;
}
.TagClassName
{
border-color: #161DBB;
}
</style>