Shades of Medium Blue #001EDB
Tints of Medium Blue #001EDB
RGB
CMYK
RGB Variations
Color information
#001EDB (or 0x001EDB) is known color: Medium Blue. HEX triplet: 00, 1E and DB. RGB value is (0,30,219). Sum of RGB (Red+Green+Blue) = 0+30+219=249 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 249); Green value is 30 (12.11% from 255 or 12.05% from 249); Blue value is 219 (85.94% from 255 or 87.95% from 249); Max value from RGB is 219 - color contains mainly: blue. Hex color #001EDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #001EDB is #FFE124. Grayscale: #292929. Windows color (decimal): -16769317 or 14360064. OLE color: 14360064.
HSL color Cylindrical-coordinate representation of color #001EDB: hue angle of 231.78º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001EDB is Cyan = 1, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 0 | 30 | 219 | - |
| CMYK | 1 | 0.86 | 0 | 0.14 |
| HSL | 231.78º | 1% | 0.43% | - |
| HSV(B) | 231.78º | 1% | 0.86% | - |
| XYZ | 13.25 | 6.04 | 67.49 | - |
| YUV | 42.58 | 227.56 | 97.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 30 | 219 | 1 | 0.86 | 0 | 0.14 | 231.78 | 1 | 0.43 |
| Hex | 0 | 1E | DB | 64 | 56 | 0 | E | E8 | 64 | 2B |
| Octal | 0 | 36 | 333 | 144 | 126 | 0 | 16 | 350 | 144 | 53 |
| Binary | 0 | 11110 | 11011011 | 1100100 | 1010110 | 0 | 1110 | 11101000 | 1100100 | 101011 |
Color Harmonies of #001EDB
Complementary color
Monochromatic Colors of #001EDB
Black with #001EDB
Text Example
Text Example
White with #001EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001EDB; }
p { color: rgb(0,30,219); }
H1.HeaderClassName
{
color: #001EDB;
}
.AnyTagClassName
{
color: #001EDB;
}
</style>
background-color css
<style>
a { background-color: #001EDB; }
a { background-color: rgb(0,30,219); }
div.DivClassName
{
background-color: #001EDB;
}
.BgClassName
{
background-color: #001EDB;
}
</style>
border-color css
<style>
span { border-color: #001EDB; }
span { border-color: rgb(0,30,219); }
td.TdClassName
{
border-color: #001EDB;
}
.TagClassName
{
border-color: #001EDB;
}
</style>