Shades of Medium Blue #161CE1
Tints of Medium Blue #161CE1
RGB
CMYK
RGB Variations
Color information
#161CE1 (or 0x161CE1) is known color: Medium Blue. HEX triplet: 16, 1C and E1. RGB value is (22,28,225). Sum of RGB (Red+Green+Blue) = 22+28+225=275 (36% of max value = 765). Red value is 22 (8.98% from 255 or 8% from 275); Green value is 28 (11.33% from 255 or 10.18% from 275); Blue value is 225 (88.28% from 255 or 81.82% from 275); Max value from RGB is 225 - color contains mainly: blue. Hex color #161CE1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #161CE1 is #E9E31E. Grayscale: #2F2F2F. Windows color (decimal): -15328031 or 14752790. OLE color: 14752790.
HSL color Cylindrical-coordinate representation of color #161CE1: hue angle of 238.23º 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 #161CE1 is Cyan = 0.90, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 22 | 28 | 225 | - |
| CMYK | 0.90 | 0.88 | 0 | 0.12 |
| HSL | 238.23º | 0.82% | 0.48% | - |
| HSV(B) | 238.23º | 0.9% | 0.88% | - |
| XYZ | 14.34 | 6.44 | 71.72 | - |
| YUV | 48.66 | 227.51 | 108.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 28 | 225 | 0.90 | 0.88 | 0 | 0.12 | 238.23 | 0.82 | 0.48 |
| Hex | 16 | 1C | E1 | 5A | 58 | 0 | C | EE | 52 | 30 |
| Octal | 26 | 34 | 341 | 132 | 130 | 0 | 14 | 356 | 122 | 60 |
| Binary | 10110 | 11100 | 11100001 | 1011010 | 1011000 | 0 | 1100 | 11101110 | 1010010 | 110000 |
Color Harmonies of #161CE1
Complementary color
Monochromatic Colors of #161CE1
Black with #161CE1
Text Example
Text Example
White with #161CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #161CE1; }
p { color: rgb(22,28,225); }
H1.HeaderClassName
{
color: #161CE1;
}
.AnyTagClassName
{
color: #161CE1;
}
</style>
background-color css
<style>
a { background-color: #161CE1; }
a { background-color: rgb(22,28,225); }
div.DivClassName
{
background-color: #161CE1;
}
.BgClassName
{
background-color: #161CE1;
}
</style>
border-color css
<style>
span { border-color: #161CE1; }
span { border-color: rgb(22,28,225); }
td.TdClassName
{
border-color: #161CE1;
}
.TagClassName
{
border-color: #161CE1;
}
</style>