Shades of Medium Blue #161FE5
Tints of Medium Blue #161FE5
RGB
CMYK
RGB Variations
Color information
#161FE5 (or 0x161FE5) is known color: Medium Blue. HEX triplet: 16, 1F and E5. RGB value is (22,31,229). Sum of RGB (Red+Green+Blue) = 22+31+229=282 (37% of max value = 765). Red value is 22 (8.98% from 255 or 7.80% from 282); Green value is 31 (12.5% from 255 or 10.99% from 282); Blue value is 229 (89.84% from 255 or 81.21% from 282); Max value from RGB is 229 - color contains mainly: blue. Hex color #161FE5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #161FE5 is #E9E01A. Grayscale: #323232. Windows color (decimal): -15327259 or 15015702. OLE color: 15015702.
HSL color Cylindrical-coordinate representation of color #161FE5: hue angle of 237.39º 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 #161FE5 is Cyan = 0.90, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 22 | 31 | 229 | - |
| CMYK | 0.90 | 0.86 | 0 | 0.10 |
| HSL | 237.39º | 0.82% | 0.49% | - |
| HSV(B) | 237.39º | 0.9% | 0.9% | - |
| XYZ | 14.96 | 6.81 | 74.65 | - |
| YUV | 50.88 | 228.52 | 107.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 31 | 229 | 0.90 | 0.86 | 0 | 0.10 | 237.39 | 0.82 | 0.49 |
| Hex | 16 | 1F | E5 | 5A | 56 | 0 | A | ED | 52 | 31 |
| Octal | 26 | 37 | 345 | 132 | 126 | 0 | 12 | 355 | 122 | 61 |
| Binary | 10110 | 11111 | 11100101 | 1011010 | 1010110 | 0 | 1010 | 11101101 | 1010010 | 110001 |
Color Harmonies of #161FE5
Complementary color
Monochromatic Colors of #161FE5
Black with #161FE5
Text Example
Text Example
White with #161FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #161FE5; }
p { color: rgb(22,31,229); }
H1.HeaderClassName
{
color: #161FE5;
}
.AnyTagClassName
{
color: #161FE5;
}
</style>
background-color css
<style>
a { background-color: #161FE5; }
a { background-color: rgb(22,31,229); }
div.DivClassName
{
background-color: #161FE5;
}
.BgClassName
{
background-color: #161FE5;
}
</style>
border-color css
<style>
span { border-color: #161FE5; }
span { border-color: rgb(22,31,229); }
td.TdClassName
{
border-color: #161FE5;
}
.TagClassName
{
border-color: #161FE5;
}
</style>