Shades of Medium Blue #1610E4
Tints of Medium Blue #1610E4
RGB
CMYK
RGB Variations
Color information
#1610E4 (or 0x1610E4) is known color: Medium Blue. HEX triplet: 16, 10 and E4. RGB value is (22,16,228). Sum of RGB (Red+Green+Blue) = 22+16+228=266 (35% of max value = 765). Red value is 22 (8.98% from 255 or 8.27% from 266); Green value is 16 (6.64% from 255 or 6.02% from 266); Blue value is 228 (89.45% from 255 or 85.71% from 266); Max value from RGB is 228 - color contains mainly: blue. Hex color #1610E4 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1610E4 is #E9EF1B. Grayscale: #292929. Windows color (decimal): -15331100 or 14946326. OLE color: 14946326.
HSL color Cylindrical-coordinate representation of color #1610E4: hue angle of 241.7º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1610E4 is Cyan = 0.90, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 22 | 16 | 228 | - |
| CMYK | 0.90 | 0.93 | 0 | 0.11 |
| HSL | 241.7º | 0.87% | 0.48% | - |
| HSV(B) | 241.7º | 0.93% | 0.89% | - |
| XYZ | 14.52 | 6.14 | 73.82 | - |
| YUV | 41.96 | 232.99 | 113.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 16 | 228 | 0.90 | 0.93 | 0 | 0.11 | 241.7 | 0.87 | 0.48 |
| Hex | 16 | 10 | E4 | 5A | 5D | 0 | B | F2 | 57 | 30 |
| Octal | 26 | 20 | 344 | 132 | 135 | 0 | 13 | 362 | 127 | 60 |
| Binary | 10110 | 10000 | 11100100 | 1011010 | 1011101 | 0 | 1011 | 11110010 | 1010111 | 110000 |
Color Harmonies of #1610E4
Complementary color
Monochromatic Colors of #1610E4
Black with #1610E4
Text Example
Text Example
White with #1610E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1610E4; }
p { color: rgb(22,16,228); }
H1.HeaderClassName
{
color: #1610E4;
}
.AnyTagClassName
{
color: #1610E4;
}
</style>
background-color css
<style>
a { background-color: #1610E4; }
a { background-color: rgb(22,16,228); }
div.DivClassName
{
background-color: #1610E4;
}
.BgClassName
{
background-color: #1610E4;
}
</style>
border-color css
<style>
span { border-color: #1610E4; }
span { border-color: rgb(22,16,228); }
td.TdClassName
{
border-color: #1610E4;
}
.TagClassName
{
border-color: #1610E4;
}
</style>