Shades of Medium Blue #011ADE
Tints of Medium Blue #011ADE
RGB
CMYK
RGB Variations
Color information
#011ADE (or 0x011ADE) is known color: Medium Blue. HEX triplet: 01, 1A and DE. RGB value is (1,26,222). Sum of RGB (Red+Green+Blue) = 1+26+222=249 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 249); Green value is 26 (10.55% from 255 or 10.44% from 249); Blue value is 222 (87.11% from 255 or 89.16% from 249); Max value from RGB is 222 - color contains mainly: blue. Hex color #011ADE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #011ADE is #FEE521. Grayscale: #282828. Windows color (decimal): -16704802 or 14555649. OLE color: 14555649.
HSL color Cylindrical-coordinate representation of color #011ADE: hue angle of 233.21º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #011ADE is Cyan = 1.00, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 1 | 26 | 222 | - |
| CMYK | 1.00 | 0.88 | 0 | 0.13 |
| HSL | 233.21º | 0.99% | 0.44% | - |
| HSV(B) | 233.21º | 1% | 0.87% | - |
| XYZ | 13.57 | 6.02 | 69.55 | - |
| YUV | 40.87 | 230.22 | 99.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 26 | 222 | 1.00 | 0.88 | 0 | 0.13 | 233.21 | 0.99 | 0.44 |
| Hex | 1 | 1A | DE | 64 | 58 | 0 | D | E9 | 63 | 2C |
| Octal | 1 | 32 | 336 | 144 | 130 | 0 | 15 | 351 | 143 | 54 |
| Binary | 1 | 11010 | 11011110 | 1100100 | 1011000 | 0 | 1101 | 11101001 | 1100011 | 101100 |
Color Harmonies of #011ADE
Complementary color
Monochromatic Colors of #011ADE
Black with #011ADE
Text Example
Text Example
White with #011ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011ADE; }
p { color: rgb(1,26,222); }
H1.HeaderClassName
{
color: #011ADE;
}
.AnyTagClassName
{
color: #011ADE;
}
</style>
background-color css
<style>
a { background-color: #011ADE; }
a { background-color: rgb(1,26,222); }
div.DivClassName
{
background-color: #011ADE;
}
.BgClassName
{
background-color: #011ADE;
}
</style>
border-color css
<style>
span { border-color: #011ADE; }
span { border-color: rgb(1,26,222); }
td.TdClassName
{
border-color: #011ADE;
}
.TagClassName
{
border-color: #011ADE;
}
</style>