Shades of Medium Blue #1A16E5
Tints of Medium Blue #1A16E5
RGB
CMYK
RGB Variations
Color information
#1A16E5 (or 0x1A16E5) is known color: Medium Blue. HEX triplet: 1A, 16 and E5. RGB value is (26,22,229). Sum of RGB (Red+Green+Blue) = 26+22+229=277 (36% of max value = 765). Red value is 26 (10.55% from 255 or 9.39% from 277); Green value is 22 (8.98% from 255 or 7.94% from 277); Blue value is 229 (89.84% from 255 or 82.67% from 277); Max value from RGB is 229 - color contains mainly: blue. Hex color #1A16E5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1A16E5 is #E5E91A. Grayscale: #2D2D2D. Windows color (decimal): -15067419 or 15013402. OLE color: 15013402.
HSL color Cylindrical-coordinate representation of color #1A16E5: hue angle of 241.16º 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 #1A16E5 is Cyan = 0.89, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 26 | 22 | 229 | - |
| CMYK | 0.89 | 0.90 | 0 | 0.10 |
| HSL | 241.16º | 0.82% | 0.49% | - |
| HSV(B) | 241.16º | 0.9% | 0.9% | - |
| XYZ | 14.86 | 6.45 | 74.59 | - |
| YUV | 46.79 | 230.83 | 113.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 22 | 229 | 0.89 | 0.90 | 0 | 0.10 | 241.16 | 0.82 | 0.49 |
| Hex | 1A | 16 | E5 | 59 | 5A | 0 | A | F1 | 52 | 31 |
| Octal | 32 | 26 | 345 | 131 | 132 | 0 | 12 | 361 | 122 | 61 |
| Binary | 11010 | 10110 | 11100101 | 1011001 | 1011010 | 0 | 1010 | 11110001 | 1010010 | 110001 |
Color Harmonies of #1A16E5
Complementary color
Monochromatic Colors of #1A16E5
Black with #1A16E5
Text Example
Text Example
White with #1A16E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A16E5; }
p { color: rgb(26,22,229); }
H1.HeaderClassName
{
color: #1A16E5;
}
.AnyTagClassName
{
color: #1A16E5;
}
</style>
background-color css
<style>
a { background-color: #1A16E5; }
a { background-color: rgb(26,22,229); }
div.DivClassName
{
background-color: #1A16E5;
}
.BgClassName
{
background-color: #1A16E5;
}
</style>
border-color css
<style>
span { border-color: #1A16E5; }
span { border-color: rgb(26,22,229); }
td.TdClassName
{
border-color: #1A16E5;
}
.TagClassName
{
border-color: #1A16E5;
}
</style>