Shades of Medium Blue #1A16DD
Tints of Medium Blue #1A16DD
RGB
CMYK
RGB Variations
Color information
#1A16DD (or 0x1A16DD) is known color: Medium Blue. HEX triplet: 1A, 16 and DD. RGB value is (26,22,221). Sum of RGB (Red+Green+Blue) = 26+22+221=269 (35% of max value = 765). Red value is 26 (10.55% from 255 or 9.67% from 269); Green value is 22 (8.98% from 255 or 8.18% from 269); Blue value is 221 (86.72% from 255 or 82.16% from 269); Max value from RGB is 221 - color contains mainly: blue. Hex color #1A16DD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1A16DD is #E5E922. Grayscale: #2D2D2D. Windows color (decimal): -15067427 or 14489114. OLE color: 14489114.
HSL color Cylindrical-coordinate representation of color #1A16DD: hue angle of 241.21º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1A16DD is Cyan = 0.88, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 26 | 22 | 221 | - |
| CMYK | 0.88 | 0.90 | 0 | 0.13 |
| HSL | 241.21º | 0.82% | 0.48% | - |
| HSV(B) | 241.21º | 0.9% | 0.87% | - |
| XYZ | 13.76 | 6.01 | 68.84 | - |
| YUV | 45.88 | 226.83 | 113.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 22 | 221 | 0.88 | 0.90 | 0 | 0.13 | 241.21 | 0.82 | 0.48 |
| Hex | 1A | 16 | DD | 58 | 5A | 0 | D | F1 | 52 | 30 |
| Octal | 32 | 26 | 335 | 130 | 132 | 0 | 15 | 361 | 122 | 60 |
| Binary | 11010 | 10110 | 11011101 | 1011000 | 1011010 | 0 | 1101 | 11110001 | 1010010 | 110000 |
Color Harmonies of #1A16DD
Complementary color
Monochromatic Colors of #1A16DD
Black with #1A16DD
Text Example
Text Example
White with #1A16DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A16DD; }
p { color: rgb(26,22,221); }
H1.HeaderClassName
{
color: #1A16DD;
}
.AnyTagClassName
{
color: #1A16DD;
}
</style>
background-color css
<style>
a { background-color: #1A16DD; }
a { background-color: rgb(26,22,221); }
div.DivClassName
{
background-color: #1A16DD;
}
.BgClassName
{
background-color: #1A16DD;
}
</style>
border-color css
<style>
span { border-color: #1A16DD; }
span { border-color: rgb(26,22,221); }
td.TdClassName
{
border-color: #1A16DD;
}
.TagClassName
{
border-color: #1A16DD;
}
</style>