Shades of Medium Blue #000AD6
Tints of Medium Blue #000AD6
RGB
CMYK
RGB Variations
Color information
#000AD6 (or 0x000AD6) is known color: Medium Blue. HEX triplet: 00, 0A and D6. RGB value is (0,10,214). Sum of RGB (Red+Green+Blue) = 0+10+214=224 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 224); Green value is 10 (4.30% from 255 or 4.46% from 224); Blue value is 214 (83.98% from 255 or 95.54% from 224); Max value from RGB is 214 - color contains mainly: blue. Hex color #000AD6 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #000AD6 is #FFF529. Grayscale: #1D1D1D. Windows color (decimal): -16774442 or 14027264. OLE color: 14027264.
HSL color Cylindrical-coordinate representation of color #000AD6: hue angle of 237.2º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000AD6 is Cyan = 1, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 0 | 10 | 214 | - |
| CMYK | 1 | 0.95 | 0 | 0.16 |
| HSL | 237.2º | 1% | 0.42% | - |
| HSV(B) | 237.2º | 1% | 0.84% | - |
| XYZ | 12.25 | 5.07 | 63.95 | - |
| YUV | 30.27 | 231.69 | 106.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 10 | 214 | 1 | 0.95 | 0 | 0.16 | 237.2 | 1 | 0.42 |
| Hex | 0 | A | D6 | 64 | 5F | 0 | 10 | ED | 64 | 2A |
| Octal | 0 | 12 | 326 | 144 | 137 | 0 | 20 | 355 | 144 | 52 |
| Binary | 0 | 1010 | 11010110 | 1100100 | 1011111 | 0 | 10000 | 11101101 | 1100100 | 101010 |
Color Harmonies of #000AD6
Complementary color
Monochromatic Colors of #000AD6
Black with #000AD6
Text Example
Text Example
White with #000AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000AD6; }
p { color: rgb(0,10,214); }
H1.HeaderClassName
{
color: #000AD6;
}
.AnyTagClassName
{
color: #000AD6;
}
</style>
background-color css
<style>
a { background-color: #000AD6; }
a { background-color: rgb(0,10,214); }
div.DivClassName
{
background-color: #000AD6;
}
.BgClassName
{
background-color: #000AD6;
}
</style>
border-color css
<style>
span { border-color: #000AD6; }
span { border-color: rgb(0,10,214); }
td.TdClassName
{
border-color: #000AD6;
}
.TagClassName
{
border-color: #000AD6;
}
</style>