Shades of Medium Blue #161CE5
Tints of Medium Blue #161CE5
RGB
CMYK
RGB Variations
Color information
#161CE5 (or 0x161CE5) is known color: Medium Blue. HEX triplet: 16, 1C and E5. RGB value is (22,28,229). Sum of RGB (Red+Green+Blue) = 22+28+229=279 (36% of max value = 765). Red value is 22 (8.98% from 255 or 7.89% from 279); Green value is 28 (11.33% from 255 or 10.04% from 279); Blue value is 229 (89.84% from 255 or 82.08% from 279); Max value from RGB is 229 - color contains mainly: blue. Hex color #161CE5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #161CE5 is #E9E31A. Grayscale: #303030. Windows color (decimal): -15328027 or 15014934. OLE color: 15014934.
HSL color Cylindrical-coordinate representation of color #161CE5: hue angle of 238.26º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #161CE5 is Cyan = 0.90, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 22 | 28 | 229 | - |
| CMYK | 0.90 | 0.88 | 0 | 0.10 |
| HSL | 238.26º | 0.82% | 0.49% | - |
| HSV(B) | 238.26º | 0.9% | 0.9% | - |
| XYZ | 14.89 | 6.66 | 74.63 | - |
| YUV | 49.12 | 229.51 | 108.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 28 | 229 | 0.90 | 0.88 | 0 | 0.10 | 238.26 | 0.82 | 0.49 |
| Hex | 16 | 1C | E5 | 5A | 58 | 0 | A | EE | 52 | 31 |
| Octal | 26 | 34 | 345 | 132 | 130 | 0 | 12 | 356 | 122 | 61 |
| Binary | 10110 | 11100 | 11100101 | 1011010 | 1011000 | 0 | 1010 | 11101110 | 1010010 | 110001 |
Color Harmonies of #161CE5
Complementary color
Monochromatic Colors of #161CE5
Black with #161CE5
Text Example
Text Example
White with #161CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #161CE5; }
p { color: rgb(22,28,229); }
H1.HeaderClassName
{
color: #161CE5;
}
.AnyTagClassName
{
color: #161CE5;
}
</style>
background-color css
<style>
a { background-color: #161CE5; }
a { background-color: rgb(22,28,229); }
div.DivClassName
{
background-color: #161CE5;
}
.BgClassName
{
background-color: #161CE5;
}
</style>
border-color css
<style>
span { border-color: #161CE5; }
span { border-color: rgb(22,28,229); }
td.TdClassName
{
border-color: #161CE5;
}
.TagClassName
{
border-color: #161CE5;
}
</style>