Shades of Medium Blue #011DDB
Tints of Medium Blue #011DDB
RGB
CMYK
RGB Variations
Color information
#011DDB (or 0x011DDB) is known color: Medium Blue. HEX triplet: 01, 1D and DB. RGB value is (1,29,219). Sum of RGB (Red+Green+Blue) = 1+29+219=249 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 249); Green value is 29 (11.72% from 255 or 11.65% 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 #011DDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #011DDB is #FEE224. Grayscale: #292929. Windows color (decimal): -16704037 or 14359809. OLE color: 14359809.
HSL color Cylindrical-coordinate representation of color #011DDB: hue angle of 232.29º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #011DDB is Cyan = 1.00, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 1 | 29 | 219 | - |
| CMYK | 1.00 | 0.87 | 0 | 0.14 |
| HSL | 232.29º | 0.99% | 0.43% | - |
| HSV(B) | 232.29º | 1% | 0.86% | - |
| XYZ | 13.24 | 6 | 67.48 | - |
| YUV | 42.29 | 227.72 | 98.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 29 | 219 | 1.00 | 0.87 | 0 | 0.14 | 232.29 | 0.99 | 0.43 |
| Hex | 1 | 1D | DB | 64 | 57 | 0 | E | E8 | 63 | 2B |
| Octal | 1 | 35 | 333 | 144 | 127 | 0 | 16 | 350 | 143 | 53 |
| Binary | 1 | 11101 | 11011011 | 1100100 | 1010111 | 0 | 1110 | 11101000 | 1100011 | 101011 |
Color Harmonies of #011DDB
Complementary color
Monochromatic Colors of #011DDB
Black with #011DDB
Text Example
Text Example
White with #011DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011DDB; }
p { color: rgb(1,29,219); }
H1.HeaderClassName
{
color: #011DDB;
}
.AnyTagClassName
{
color: #011DDB;
}
</style>
background-color css
<style>
a { background-color: #011DDB; }
a { background-color: rgb(1,29,219); }
div.DivClassName
{
background-color: #011DDB;
}
.BgClassName
{
background-color: #011DDB;
}
</style>
border-color css
<style>
span { border-color: #011DDB; }
span { border-color: rgb(1,29,219); }
td.TdClassName
{
border-color: #011DDB;
}
.TagClassName
{
border-color: #011DDB;
}
</style>