Shades of Medium Blue #1022E5
Tints of Medium Blue #1022E5
RGB
CMYK
RGB Variations
Color information
#1022E5 (or 0x1022E5) is known color: Medium Blue. HEX triplet: 10, 22 and E5. RGB value is (16,34,229). Sum of RGB (Red+Green+Blue) = 16+34+229=279 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.73% from 279); Green value is 34 (13.67% from 255 or 12.19% 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 #1022E5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1022E5 is #EFDD1A. Grayscale: #323232. Windows color (decimal): -15719707 or 15016464. OLE color: 15016464.
HSL color Cylindrical-coordinate representation of color #1022E5: hue angle of 234.93º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1022E5 is Cyan = 0.93, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 16 | 34 | 229 | - |
| CMYK | 0.93 | 0.85 | 0 | 0.10 |
| HSL | 234.93º | 0.87% | 0.48% | - |
| HSV(B) | 234.93º | 0.93% | 0.9% | - |
| XYZ | 14.93 | 6.91 | 74.68 | - |
| YUV | 50.85 | 228.54 | 103.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 34 | 229 | 0.93 | 0.85 | 0 | 0.10 | 234.93 | 0.87 | 0.48 |
| Hex | 10 | 22 | E5 | 5D | 55 | 0 | A | EB | 57 | 30 |
| Octal | 20 | 42 | 345 | 135 | 125 | 0 | 12 | 353 | 127 | 60 |
| Binary | 10000 | 100010 | 11100101 | 1011101 | 1010101 | 0 | 1010 | 11101011 | 1010111 | 110000 |
Color Harmonies of #1022E5
Complementary color
Monochromatic Colors of #1022E5
Black with #1022E5
Text Example
Text Example
White with #1022E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1022E5; }
p { color: rgb(16,34,229); }
H1.HeaderClassName
{
color: #1022E5;
}
.AnyTagClassName
{
color: #1022E5;
}
</style>
background-color css
<style>
a { background-color: #1022E5; }
a { background-color: rgb(16,34,229); }
div.DivClassName
{
background-color: #1022E5;
}
.BgClassName
{
background-color: #1022E5;
}
</style>
border-color css
<style>
span { border-color: #1022E5; }
span { border-color: rgb(16,34,229); }
td.TdClassName
{
border-color: #1022E5;
}
.TagClassName
{
border-color: #1022E5;
}
</style>