Shades of Medium Blue #001ADF
Tints of Medium Blue #001ADF
RGB
CMYK
RGB Variations
Color information
#001ADF (or 0x001ADF) is known color: Medium Blue. HEX triplet: 00, 1A and DF. RGB value is (0,26,223). Sum of RGB (Red+Green+Blue) = 0+26+223=249 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 249); Green value is 26 (10.55% from 255 or 10.44% from 249); Blue value is 223 (87.5% from 255 or 89.56% from 249); Max value from RGB is 223 - color contains mainly: blue. Hex color #001ADF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #001ADF is #FFE520. Grayscale: #272727. Windows color (decimal): -16770337 or 14621184. OLE color: 14621184.
HSL color Cylindrical-coordinate representation of color #001ADF: hue angle of 233º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001ADF is Cyan = 1, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 0 | 26 | 223 | - |
| CMYK | 1 | 0.88 | 0 | 0.13 |
| HSL | 233º | 1% | 0.44% | - |
| HSV(B) | 233º | 1% | 0.87% | - |
| XYZ | 13.69 | 6.07 | 70.26 | - |
| YUV | 40.68 | 230.89 | 98.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 26 | 223 | 1 | 0.88 | 0 | 0.13 | 233 | 1 | 0.44 |
| Hex | 0 | 1A | DF | 64 | 58 | 0 | D | E9 | 64 | 2C |
| Octal | 0 | 32 | 337 | 144 | 130 | 0 | 15 | 351 | 144 | 54 |
| Binary | 0 | 11010 | 11011111 | 1100100 | 1011000 | 0 | 1101 | 11101001 | 1100100 | 101100 |
Color Harmonies of #001ADF
Complementary color
Monochromatic Colors of #001ADF
Black with #001ADF
Text Example
Text Example
White with #001ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001ADF; }
p { color: rgb(0,26,223); }
H1.HeaderClassName
{
color: #001ADF;
}
.AnyTagClassName
{
color: #001ADF;
}
</style>
background-color css
<style>
a { background-color: #001ADF; }
a { background-color: rgb(0,26,223); }
div.DivClassName
{
background-color: #001ADF;
}
.BgClassName
{
background-color: #001ADF;
}
</style>
border-color css
<style>
span { border-color: #001ADF; }
span { border-color: rgb(0,26,223); }
td.TdClassName
{
border-color: #001ADF;
}
.TagClassName
{
border-color: #001ADF;
}
</style>