Shades of Medium Blue #001ADC
Tints of Medium Blue #001ADC
RGB
CMYK
RGB Variations
Color information
#001ADC (or 0x001ADC) is known color: Medium Blue. HEX triplet: 00, 1A and DC. RGB value is (0,26,220). Sum of RGB (Red+Green+Blue) = 0+26+220=246 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 246); Green value is 26 (10.55% from 255 or 10.57% from 246); Blue value is 220 (86.33% from 255 or 89.43% from 246); Max value from RGB is 220 - color contains mainly: blue. Hex color #001ADC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #001ADC is #FFE523. Grayscale: #272727. Windows color (decimal): -16770340 or 14424576. OLE color: 14424576.
HSL color Cylindrical-coordinate representation of color #001ADC: hue angle of 232.91º 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 #001ADC is Cyan = 1, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 0 | 26 | 220 | - |
| CMYK | 1 | 0.88 | 0 | 0.14 |
| HSL | 232.91º | 1% | 0.43% | - |
| HSV(B) | 232.91º | 1% | 0.86% | - |
| XYZ | 13.29 | 5.91 | 68.15 | - |
| YUV | 40.34 | 229.39 | 99.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 26 | 220 | 1 | 0.88 | 0 | 0.14 | 232.91 | 1 | 0.43 |
| Hex | 0 | 1A | DC | 64 | 58 | 0 | E | E9 | 64 | 2B |
| Octal | 0 | 32 | 334 | 144 | 130 | 0 | 16 | 351 | 144 | 53 |
| Binary | 0 | 11010 | 11011100 | 1100100 | 1011000 | 0 | 1110 | 11101001 | 1100100 | 101011 |
Color Harmonies of #001ADC
Complementary color
Monochromatic Colors of #001ADC
Black with #001ADC
Text Example
Text Example
White with #001ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001ADC; }
p { color: rgb(0,26,220); }
H1.HeaderClassName
{
color: #001ADC;
}
.AnyTagClassName
{
color: #001ADC;
}
</style>
background-color css
<style>
a { background-color: #001ADC; }
a { background-color: rgb(0,26,220); }
div.DivClassName
{
background-color: #001ADC;
}
.BgClassName
{
background-color: #001ADC;
}
</style>
border-color css
<style>
span { border-color: #001ADC; }
span { border-color: rgb(0,26,220); }
td.TdClassName
{
border-color: #001ADC;
}
.TagClassName
{
border-color: #001ADC;
}
</style>