Shades of Medium Blue #001AD8
Tints of Medium Blue #001AD8
RGB
CMYK
RGB Variations
Color information
#001AD8 (or 0x001AD8) is known color: Medium Blue. HEX triplet: 00, 1A and D8. RGB value is (0,26,216). Sum of RGB (Red+Green+Blue) = 0+26+216=242 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 242); Green value is 26 (10.55% from 255 or 10.74% from 242); Blue value is 216 (84.77% from 255 or 89.26% from 242); Max value from RGB is 216 - color contains mainly: blue. Hex color #001AD8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #001AD8 is #FFE527. Grayscale: #272727. Windows color (decimal): -16770344 or 14162432. OLE color: 14162432.
HSL color Cylindrical-coordinate representation of color #001AD8: hue angle of 232.78º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001AD8 is Cyan = 1, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 0 | 26 | 216 | - |
| CMYK | 1 | 0.88 | 0 | 0.15 |
| HSL | 232.78º | 1% | 0.42% | - |
| HSV(B) | 232.78º | 1% | 0.85% | - |
| XYZ | 12.76 | 5.7 | 65.39 | - |
| YUV | 39.89 | 227.39 | 99.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 26 | 216 | 1 | 0.88 | 0 | 0.15 | 232.78 | 1 | 0.42 |
| Hex | 0 | 1A | D8 | 64 | 58 | 0 | F | E9 | 64 | 2A |
| Octal | 0 | 32 | 330 | 144 | 130 | 0 | 17 | 351 | 144 | 52 |
| Binary | 0 | 11010 | 11011000 | 1100100 | 1011000 | 0 | 1111 | 11101001 | 1100100 | 101010 |
Color Harmonies of #001AD8
Complementary color
Monochromatic Colors of #001AD8
Black with #001AD8
Text Example
Text Example
White with #001AD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001AD8; }
p { color: rgb(0,26,216); }
H1.HeaderClassName
{
color: #001AD8;
}
.AnyTagClassName
{
color: #001AD8;
}
</style>
background-color css
<style>
a { background-color: #001AD8; }
a { background-color: rgb(0,26,216); }
div.DivClassName
{
background-color: #001AD8;
}
.BgClassName
{
background-color: #001AD8;
}
</style>
border-color css
<style>
span { border-color: #001AD8; }
span { border-color: rgb(0,26,216); }
td.TdClassName
{
border-color: #001AD8;
}
.TagClassName
{
border-color: #001AD8;
}
</style>