Shades of Medium Blue #161EE1
Tints of Medium Blue #161EE1
RGB
CMYK
RGB Variations
Color information
#161EE1 (or 0x161EE1) is known color: Medium Blue. HEX triplet: 16, 1E and E1. RGB value is (22,30,225). Sum of RGB (Red+Green+Blue) = 22+30+225=277 (36% of max value = 765). Red value is 22 (8.98% from 255 or 7.94% from 277); Green value is 30 (12.11% from 255 or 10.83% from 277); Blue value is 225 (88.28% from 255 or 81.23% from 277); Max value from RGB is 225 - color contains mainly: blue. Hex color #161EE1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #161EE1 is #E9E11E. Grayscale: #313131. Windows color (decimal): -15327519 or 14753302. OLE color: 14753302.
HSL color Cylindrical-coordinate representation of color #161EE1: hue angle of 237.64º 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 #161EE1 is Cyan = 0.90, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 22 | 30 | 225 | - |
| CMYK | 0.90 | 0.87 | 0 | 0.12 |
| HSL | 237.64º | 0.82% | 0.48% | - |
| HSV(B) | 237.64º | 0.9% | 0.88% | - |
| XYZ | 14.39 | 6.54 | 71.74 | - |
| YUV | 49.84 | 226.85 | 108.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 30 | 225 | 0.90 | 0.87 | 0 | 0.12 | 237.64 | 0.82 | 0.48 |
| Hex | 16 | 1E | E1 | 5A | 57 | 0 | C | EE | 52 | 30 |
| Octal | 26 | 36 | 341 | 132 | 127 | 0 | 14 | 356 | 122 | 60 |
| Binary | 10110 | 11110 | 11100001 | 1011010 | 1010111 | 0 | 1100 | 11101110 | 1010010 | 110000 |
Color Harmonies of #161EE1
Complementary color
Monochromatic Colors of #161EE1
Black with #161EE1
Text Example
Text Example
White with #161EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #161EE1; }
p { color: rgb(22,30,225); }
H1.HeaderClassName
{
color: #161EE1;
}
.AnyTagClassName
{
color: #161EE1;
}
</style>
background-color css
<style>
a { background-color: #161EE1; }
a { background-color: rgb(22,30,225); }
div.DivClassName
{
background-color: #161EE1;
}
.BgClassName
{
background-color: #161EE1;
}
</style>
border-color css
<style>
span { border-color: #161EE1; }
span { border-color: rgb(22,30,225); }
td.TdClassName
{
border-color: #161EE1;
}
.TagClassName
{
border-color: #161EE1;
}
</style>