Shades of Medium Blue #000ADA
Tints of Medium Blue #000ADA
RGB
CMYK
RGB Variations
Color information
#000ADA (or 0x000ADA) is known color: Medium Blue. HEX triplet: 00, 0A and DA. RGB value is (0,10,218). Sum of RGB (Red+Green+Blue) = 0+10+218=228 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 228); Green value is 10 (4.30% from 255 or 4.39% from 228); Blue value is 218 (85.55% from 255 or 95.61% from 228); Max value from RGB is 218 - color contains mainly: blue. Hex color #000ADA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #000ADA is #FFF525. Grayscale: #1D1D1D. Windows color (decimal): -16774438 or 14289408. OLE color: 14289408.
HSL color Cylindrical-coordinate representation of color #000ADA: hue angle of 237.25º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000ADA is Cyan = 1, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 0 | 10 | 218 | - |
| CMYK | 1 | 0.95 | 0 | 0.15 |
| HSL | 237.25º | 1% | 0.43% | - |
| HSV(B) | 237.25º | 1% | 0.85% | - |
| XYZ | 12.76 | 5.28 | 66.68 | - |
| YUV | 30.72 | 233.69 | 106.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 10 | 218 | 1 | 0.95 | 0 | 0.15 | 237.25 | 1 | 0.43 |
| Hex | 0 | A | DA | 64 | 5F | 0 | F | ED | 64 | 2B |
| Octal | 0 | 12 | 332 | 144 | 137 | 0 | 17 | 355 | 144 | 53 |
| Binary | 0 | 1010 | 11011010 | 1100100 | 1011111 | 0 | 1111 | 11101101 | 1100100 | 101011 |
Color Harmonies of #000ADA
Complementary color
Monochromatic Colors of #000ADA
Black with #000ADA
Text Example
Text Example
White with #000ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000ADA; }
p { color: rgb(0,10,218); }
H1.HeaderClassName
{
color: #000ADA;
}
.AnyTagClassName
{
color: #000ADA;
}
</style>
background-color css
<style>
a { background-color: #000ADA; }
a { background-color: rgb(0,10,218); }
div.DivClassName
{
background-color: #000ADA;
}
.BgClassName
{
background-color: #000ADA;
}
</style>
border-color css
<style>
span { border-color: #000ADA; }
span { border-color: rgb(0,10,218); }
td.TdClassName
{
border-color: #000ADA;
}
.TagClassName
{
border-color: #000ADA;
}
</style>