Shades of Medium Blue #1E16DB
Tints of Medium Blue #1E16DB
RGB
CMYK
RGB Variations
Color information
#1E16DB (or 0x1E16DB) is known color: Medium Blue. HEX triplet: 1E, 16 and DB. RGB value is (30,22,219). Sum of RGB (Red+Green+Blue) = 30+22+219=271 (35% of max value = 765). Red value is 30 (12.11% from 255 or 11.07% from 271); Green value is 22 (8.98% from 255 or 8.12% from 271); Blue value is 219 (85.94% from 255 or 80.81% from 271); Max value from RGB is 219 - color contains mainly: blue. Hex color #1E16DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1E16DB is #E1E924. Grayscale: #2E2E2E. Windows color (decimal): -14805285 or 14358046. OLE color: 14358046.
HSL color Cylindrical-coordinate representation of color #1E16DB: hue angle of 242.44º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1E16DB is Cyan = 0.86, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 30 | 22 | 219 | - |
| CMYK | 0.86 | 0.90 | 0 | 0.14 |
| HSL | 242.44º | 0.82% | 0.47% | - |
| HSV(B) | 242.44º | 0.9% | 0.86% | - |
| XYZ | 13.61 | 5.96 | 67.45 | - |
| YUV | 46.85 | 225.15 | 115.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 22 | 219 | 0.86 | 0.90 | 0 | 0.14 | 242.44 | 0.82 | 0.47 |
| Hex | 1E | 16 | DB | 56 | 5A | 0 | E | F2 | 52 | 2F |
| Octal | 36 | 26 | 333 | 126 | 132 | 0 | 16 | 362 | 122 | 57 |
| Binary | 11110 | 10110 | 11011011 | 1010110 | 1011010 | 0 | 1110 | 11110010 | 1010010 | 101111 |
Color Harmonies of #1E16DB
Complementary color
Monochromatic Colors of #1E16DB
Black with #1E16DB
Text Example
Text Example
White with #1E16DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E16DB; }
p { color: rgb(30,22,219); }
H1.HeaderClassName
{
color: #1E16DB;
}
.AnyTagClassName
{
color: #1E16DB;
}
</style>
background-color css
<style>
a { background-color: #1E16DB; }
a { background-color: rgb(30,22,219); }
div.DivClassName
{
background-color: #1E16DB;
}
.BgClassName
{
background-color: #1E16DB;
}
</style>
border-color css
<style>
span { border-color: #1E16DB; }
span { border-color: rgb(30,22,219); }
td.TdClassName
{
border-color: #1E16DB;
}
.TagClassName
{
border-color: #1E16DB;
}
</style>