Shades of Medium Blue #1A16DA
Tints of Medium Blue #1A16DA
RGB
CMYK
RGB Variations
Color information
#1A16DA (or 0x1A16DA) is known color: Medium Blue. HEX triplet: 1A, 16 and DA. RGB value is (26,22,218). Sum of RGB (Red+Green+Blue) = 26+22+218=266 (35% of max value = 765). Red value is 26 (10.55% from 255 or 9.77% from 266); Green value is 22 (8.98% from 255 or 8.27% from 266); Blue value is 218 (85.55% from 255 or 81.95% from 266); Max value from RGB is 218 - color contains mainly: blue. Hex color #1A16DA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1A16DA is #E5E925. Grayscale: #2C2C2C. Windows color (decimal): -15067430 or 14292506. OLE color: 14292506.
HSL color Cylindrical-coordinate representation of color #1A16DA: hue angle of 241.22º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1A16DA is Cyan = 0.88, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 26 | 22 | 218 | - |
| CMYK | 0.88 | 0.90 | 0 | 0.15 |
| HSL | 241.22º | 0.82% | 0.47% | - |
| HSV(B) | 241.22º | 0.9% | 0.85% | - |
| XYZ | 13.37 | 5.86 | 66.76 | - |
| YUV | 45.54 | 225.33 | 114.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 22 | 218 | 0.88 | 0.90 | 0 | 0.15 | 241.22 | 0.82 | 0.47 |
| Hex | 1A | 16 | DA | 58 | 5A | 0 | F | F1 | 52 | 2F |
| Octal | 32 | 26 | 332 | 130 | 132 | 0 | 17 | 361 | 122 | 57 |
| Binary | 11010 | 10110 | 11011010 | 1011000 | 1011010 | 0 | 1111 | 11110001 | 1010010 | 101111 |
Color Harmonies of #1A16DA
Complementary color
Monochromatic Colors of #1A16DA
Black with #1A16DA
Text Example
Text Example
White with #1A16DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A16DA; }
p { color: rgb(26,22,218); }
H1.HeaderClassName
{
color: #1A16DA;
}
.AnyTagClassName
{
color: #1A16DA;
}
</style>
background-color css
<style>
a { background-color: #1A16DA; }
a { background-color: rgb(26,22,218); }
div.DivClassName
{
background-color: #1A16DA;
}
.BgClassName
{
background-color: #1A16DA;
}
</style>
border-color css
<style>
span { border-color: #1A16DA; }
span { border-color: rgb(26,22,218); }
td.TdClassName
{
border-color: #1A16DA;
}
.TagClassName
{
border-color: #1A16DA;
}
</style>