Shades of Medium Blue #161FDB
Tints of Medium Blue #161FDB
RGB
CMYK
RGB Variations
Color information
#161FDB (or 0x161FDB) is known color: Medium Blue. HEX triplet: 16, 1F and DB. RGB value is (22,31,219). Sum of RGB (Red+Green+Blue) = 22+31+219=272 (36% of max value = 765). Red value is 22 (8.98% from 255 or 8.09% from 272); Green value is 31 (12.5% from 255 or 11.40% from 272); Blue value is 219 (85.94% from 255 or 80.51% from 272); Max value from RGB is 219 - color contains mainly: blue. Hex color #161FDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #161FDB is #E9E024. Grayscale: #303030. Windows color (decimal): -15327269 or 14360342. OLE color: 14360342.
HSL color Cylindrical-coordinate representation of color #161FDB: hue angle of 237.26º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #161FDB is Cyan = 0.90, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 22 | 31 | 219 | - |
| CMYK | 0.90 | 0.86 | 0 | 0.14 |
| HSL | 237.26º | 0.82% | 0.47% | - |
| HSV(B) | 237.26º | 0.9% | 0.86% | - |
| XYZ | 13.61 | 6.27 | 67.51 | - |
| YUV | 49.74 | 223.52 | 108.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 31 | 219 | 0.90 | 0.86 | 0 | 0.14 | 237.26 | 0.82 | 0.47 |
| Hex | 16 | 1F | DB | 5A | 56 | 0 | E | ED | 52 | 2F |
| Octal | 26 | 37 | 333 | 132 | 126 | 0 | 16 | 355 | 122 | 57 |
| Binary | 10110 | 11111 | 11011011 | 1011010 | 1010110 | 0 | 1110 | 11101101 | 1010010 | 101111 |
Color Harmonies of #161FDB
Complementary color
Monochromatic Colors of #161FDB
Black with #161FDB
Text Example
Text Example
White with #161FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #161FDB; }
p { color: rgb(22,31,219); }
H1.HeaderClassName
{
color: #161FDB;
}
.AnyTagClassName
{
color: #161FDB;
}
</style>
background-color css
<style>
a { background-color: #161FDB; }
a { background-color: rgb(22,31,219); }
div.DivClassName
{
background-color: #161FDB;
}
.BgClassName
{
background-color: #161FDB;
}
</style>
border-color css
<style>
span { border-color: #161FDB; }
span { border-color: rgb(22,31,219); }
td.TdClassName
{
border-color: #161FDB;
}
.TagClassName
{
border-color: #161FDB;
}
</style>