Shades of Medium Blue #161CE4
Tints of Medium Blue #161CE4
RGB
CMYK
RGB Variations
Color information
#161CE4 (or 0x161CE4) is known color: Medium Blue. HEX triplet: 16, 1C and E4. RGB value is (22,28,228). Sum of RGB (Red+Green+Blue) = 22+28+228=278 (36% of max value = 765). Red value is 22 (8.98% from 255 or 7.91% from 278); Green value is 28 (11.33% from 255 or 10.07% from 278); Blue value is 228 (89.45% from 255 or 82.01% from 278); Max value from RGB is 228 - color contains mainly: blue. Hex color #161CE4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #161CE4 is #E9E31B. Grayscale: #303030. Windows color (decimal): -15328028 or 14949398. OLE color: 14949398.
HSL color Cylindrical-coordinate representation of color #161CE4: hue angle of 238.25º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #161CE4 is Cyan = 0.90, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 22 | 28 | 228 | - |
| CMYK | 0.90 | 0.88 | 0 | 0.11 |
| HSL | 238.25º | 0.82% | 0.49% | - |
| HSV(B) | 238.25º | 0.9% | 0.89% | - |
| XYZ | 14.75 | 6.6 | 73.9 | - |
| YUV | 49.01 | 229.01 | 108.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 28 | 228 | 0.90 | 0.88 | 0 | 0.11 | 238.25 | 0.82 | 0.49 |
| Hex | 16 | 1C | E4 | 5A | 58 | 0 | B | EE | 52 | 31 |
| Octal | 26 | 34 | 344 | 132 | 130 | 0 | 13 | 356 | 122 | 61 |
| Binary | 10110 | 11100 | 11100100 | 1011010 | 1011000 | 0 | 1011 | 11101110 | 1010010 | 110001 |
Color Harmonies of #161CE4
Complementary color
Monochromatic Colors of #161CE4
Black with #161CE4
Text Example
Text Example
White with #161CE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #161CE4; }
p { color: rgb(22,28,228); }
H1.HeaderClassName
{
color: #161CE4;
}
.AnyTagClassName
{
color: #161CE4;
}
</style>
background-color css
<style>
a { background-color: #161CE4; }
a { background-color: rgb(22,28,228); }
div.DivClassName
{
background-color: #161CE4;
}
.BgClassName
{
background-color: #161CE4;
}
</style>
border-color css
<style>
span { border-color: #161CE4; }
span { border-color: rgb(22,28,228); }
td.TdClassName
{
border-color: #161CE4;
}
.TagClassName
{
border-color: #161CE4;
}
</style>