Shades of Medium Blue #1A16C1
Tints of Medium Blue #1A16C1
RGB
CMYK
RGB Variations
Color information
#1A16C1 (or 0x1A16C1) is known color: Medium Blue. HEX triplet: 1A, 16 and C1. RGB value is (26,22,193). Sum of RGB (Red+Green+Blue) = 26+22+193=241 (31% of max value = 765). Red value is 26 (10.55% from 255 or 10.79% from 241); Green value is 22 (8.98% from 255 or 9.13% from 241); Blue value is 193 (75.78% from 255 or 80.08% from 241); Max value from RGB is 193 - color contains mainly: blue. Hex color #1A16C1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1A16C1 is #E5E93E. Grayscale: #2A2A2A. Windows color (decimal): -15067455 or 12654106. OLE color: 12654106.
HSL color Cylindrical-coordinate representation of color #1A16C1: hue angle of 241.4º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1A16C1 is Cyan = 0.87, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 26 | 22 | 193 | - |
| CMYK | 0.87 | 0.89 | 0 | 0.24 |
| HSL | 241.4º | 0.8% | 0.42% | - |
| HSV(B) | 241.4º | 0.89% | 0.76% | - |
| XYZ | 10.34 | 4.64 | 50.8 | - |
| YUV | 42.69 | 212.83 | 116.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 22 | 193 | 0.87 | 0.89 | 0 | 0.24 | 241.4 | 0.8 | 0.42 |
| Hex | 1A | 16 | C1 | 57 | 59 | 0 | 18 | F1 | 50 | 2A |
| Octal | 32 | 26 | 301 | 127 | 131 | 0 | 30 | 361 | 120 | 52 |
| Binary | 11010 | 10110 | 11000001 | 1010111 | 1011001 | 0 | 11000 | 11110001 | 1010000 | 101010 |
Color Harmonies of #1A16C1
Complementary color
Monochromatic Colors of #1A16C1
Black with #1A16C1
Text Example
Text Example
White with #1A16C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A16C1; }
p { color: rgb(26,22,193); }
H1.HeaderClassName
{
color: #1A16C1;
}
.AnyTagClassName
{
color: #1A16C1;
}
</style>
background-color css
<style>
a { background-color: #1A16C1; }
a { background-color: rgb(26,22,193); }
div.DivClassName
{
background-color: #1A16C1;
}
.BgClassName
{
background-color: #1A16C1;
}
</style>
border-color css
<style>
span { border-color: #1A16C1; }
span { border-color: rgb(26,22,193); }
td.TdClassName
{
border-color: #1A16C1;
}
.TagClassName
{
border-color: #1A16C1;
}
</style>