Shades of Medium Blue #161FE1
Tints of Medium Blue #161FE1
RGB
CMYK
RGB Variations
Color information
#161FE1 (or 0x161FE1) is known color: Medium Blue. HEX triplet: 16, 1F and E1. RGB value is (22,31,225). Sum of RGB (Red+Green+Blue) = 22+31+225=278 (36% of max value = 765). Red value is 22 (8.98% from 255 or 7.91% from 278); Green value is 31 (12.5% from 255 or 11.15% from 278); Blue value is 225 (88.28% from 255 or 80.94% from 278); Max value from RGB is 225 - color contains mainly: blue. Hex color #161FE1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #161FE1 is #E9E01E. Grayscale: #313131. Windows color (decimal): -15327263 or 14753558. OLE color: 14753558.
HSL color Cylindrical-coordinate representation of color #161FE1: hue angle of 237.34º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #161FE1 is Cyan = 0.90, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 22 | 31 | 225 | - |
| CMYK | 0.90 | 0.86 | 0 | 0.12 |
| HSL | 237.34º | 0.82% | 0.48% | - |
| HSV(B) | 237.34º | 0.9% | 0.88% | - |
| XYZ | 14.41 | 6.59 | 71.75 | - |
| YUV | 50.43 | 226.52 | 107.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 31 | 225 | 0.90 | 0.86 | 0 | 0.12 | 237.34 | 0.82 | 0.48 |
| Hex | 16 | 1F | E1 | 5A | 56 | 0 | C | ED | 52 | 30 |
| Octal | 26 | 37 | 341 | 132 | 126 | 0 | 14 | 355 | 122 | 60 |
| Binary | 10110 | 11111 | 11100001 | 1011010 | 1010110 | 0 | 1100 | 11101101 | 1010010 | 110000 |
Color Harmonies of #161FE1
Complementary color
Monochromatic Colors of #161FE1
Black with #161FE1
Text Example
Text Example
White with #161FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #161FE1; }
p { color: rgb(22,31,225); }
H1.HeaderClassName
{
color: #161FE1;
}
.AnyTagClassName
{
color: #161FE1;
}
</style>
background-color css
<style>
a { background-color: #161FE1; }
a { background-color: rgb(22,31,225); }
div.DivClassName
{
background-color: #161FE1;
}
.BgClassName
{
background-color: #161FE1;
}
</style>
border-color css
<style>
span { border-color: #161FE1; }
span { border-color: rgb(22,31,225); }
td.TdClassName
{
border-color: #161FE1;
}
.TagClassName
{
border-color: #161FE1;
}
</style>