Shades of Persian Blue #161FBA
Tints of Persian Blue #161FBA
RGB
CMYK
RGB Variations
Color information
#161FBA (or 0x161FBA) is known color: Persian Blue. HEX triplet: 16, 1F and BA. RGB value is (22,31,186). Sum of RGB (Red+Green+Blue) = 22+31+186=239 (31% of max value = 765). Red value is 22 (8.98% from 255 or 9.21% from 239); Green value is 31 (12.5% from 255 or 12.97% from 239); Blue value is 186 (73.05% from 255 or 77.82% from 239); Max value from RGB is 186 - color contains mainly: blue. Hex color #161FBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #161FBA is #E9E045. Grayscale: #2D2D2D. Windows color (decimal): -15327302 or 12197654. OLE color: 12197654.
HSL color Cylindrical-coordinate representation of color #161FBA: hue angle of 236.71º 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 #161FBA is Cyan = 0.88, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 22 | 31 | 186 | - |
| CMYK | 0.88 | 0.83 | 0 | 0.27 |
| HSL | 236.71º | 0.79% | 0.41% | - |
| HSV(B) | 236.71º | 0.88% | 0.73% | - |
| XYZ | 9.68 | 4.7 | 46.85 | - |
| YUV | 45.98 | 207.02 | 110.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 31 | 186 | 0.88 | 0.83 | 0 | 0.27 | 236.71 | 0.79 | 0.41 |
| Hex | 16 | 1F | BA | 58 | 53 | 0 | 1B | ED | 4F | 29 |
| Octal | 26 | 37 | 272 | 130 | 123 | 0 | 33 | 355 | 117 | 51 |
| Binary | 10110 | 11111 | 10111010 | 1011000 | 1010011 | 0 | 11011 | 11101101 | 1001111 | 101001 |
Color Harmonies of #161FBA
Complementary color
Monochromatic Colors of #161FBA
Black with #161FBA
Text Example
Text Example
White with #161FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #161FBA; }
p { color: rgb(22,31,186); }
H1.HeaderClassName
{
color: #161FBA;
}
.AnyTagClassName
{
color: #161FBA;
}
</style>
background-color css
<style>
a { background-color: #161FBA; }
a { background-color: rgb(22,31,186); }
div.DivClassName
{
background-color: #161FBA;
}
.BgClassName
{
background-color: #161FBA;
}
</style>
border-color css
<style>
span { border-color: #161FBA; }
span { border-color: rgb(22,31,186); }
td.TdClassName
{
border-color: #161FBA;
}
.TagClassName
{
border-color: #161FBA;
}
</style>