Shades of Blue #161FE9
Tints of Blue #161FE9
RGB
CMYK
RGB Variations
Color information
#161FE9 (or 0x161FE9) is known color: Blue. HEX triplet: 16, 1F and E9. RGB value is (22,31,233). Sum of RGB (Red+Green+Blue) = 22+31+233=286 (37% of max value = 765). Red value is 22 (8.98% from 255 or 7.69% from 286); Green value is 31 (12.5% from 255 or 10.84% from 286); Blue value is 233 (91.41% from 255 or 81.47% from 286); Max value from RGB is 233 - color contains mainly: blue. Hex color #161FE9 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #161FE9 is #E9E016. Grayscale: #323232. Windows color (decimal): -15327255 or 15277846. OLE color: 15277846.
HSL color Cylindrical-coordinate representation of color #161FE9: hue angle of 237.44º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #161FE9 is Cyan = 0.91, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 22 | 31 | 233 | - |
| CMYK | 0.91 | 0.87 | 0 | 0.09 |
| HSL | 237.44º | 0.83% | 0.5% | - |
| HSV(B) | 237.44º | 0.91% | 0.91% | - |
| XYZ | 15.53 | 7.03 | 77.63 | - |
| YUV | 51.34 | 230.52 | 107.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 31 | 233 | 0.91 | 0.87 | 0 | 0.09 | 237.44 | 0.83 | 0.5 |
| Hex | 16 | 1F | E9 | 5B | 57 | 0 | 9 | ED | 53 | 32 |
| Octal | 26 | 37 | 351 | 133 | 127 | 0 | 11 | 355 | 123 | 62 |
| Binary | 10110 | 11111 | 11101001 | 1011011 | 1010111 | 0 | 1001 | 11101101 | 1010011 | 110010 |
Color Harmonies of #161FE9
Complementary color
Monochromatic Colors of #161FE9
Black with #161FE9
Text Example
Text Example
White with #161FE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #161FE9; }
p { color: rgb(22,31,233); }
H1.HeaderClassName
{
color: #161FE9;
}
.AnyTagClassName
{
color: #161FE9;
}
</style>
background-color css
<style>
a { background-color: #161FE9; }
a { background-color: rgb(22,31,233); }
div.DivClassName
{
background-color: #161FE9;
}
.BgClassName
{
background-color: #161FE9;
}
</style>
border-color css
<style>
span { border-color: #161FE9; }
span { border-color: rgb(22,31,233); }
td.TdClassName
{
border-color: #161FE9;
}
.TagClassName
{
border-color: #161FE9;
}
</style>