Shades of Medium Blue #010ADA
Tints of Medium Blue #010ADA
RGB
CMYK
RGB Variations
Color information
#010ADA (or 0x010ADA) is known color: Medium Blue. HEX triplet: 01, 0A and DA. RGB value is (1,10,218). Sum of RGB (Red+Green+Blue) = 1+10+218=229 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 229); Green value is 10 (4.30% from 255 or 4.37% from 229); Blue value is 218 (85.55% from 255 or 95.20% from 229); Max value from RGB is 218 - color contains mainly: blue. Hex color #010ADA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #010ADA is #FEF525. Grayscale: #1E1E1E. Windows color (decimal): -16708902 or 14289409. OLE color: 14289409.
HSL color Cylindrical-coordinate representation of color #010ADA: hue angle of 237.51º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #010ADA is Cyan = 1.00, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 1 | 10 | 218 | - |
| CMYK | 1.00 | 0.95 | 0 | 0.15 |
| HSL | 237.51º | 0.99% | 0.43% | - |
| HSV(B) | 237.51º | 1% | 0.85% | - |
| XYZ | 12.78 | 5.29 | 66.68 | - |
| YUV | 31.02 | 233.52 | 106.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 10 | 218 | 1.00 | 0.95 | 0 | 0.15 | 237.51 | 0.99 | 0.43 |
| Hex | 1 | A | DA | 64 | 5F | 0 | F | EE | 63 | 2B |
| Octal | 1 | 12 | 332 | 144 | 137 | 0 | 17 | 356 | 143 | 53 |
| Binary | 1 | 1010 | 11011010 | 1100100 | 1011111 | 0 | 1111 | 11101110 | 1100011 | 101011 |
Color Harmonies of #010ADA
Complementary color
Monochromatic Colors of #010ADA
Black with #010ADA
Text Example
Text Example
White with #010ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010ADA; }
p { color: rgb(1,10,218); }
H1.HeaderClassName
{
color: #010ADA;
}
.AnyTagClassName
{
color: #010ADA;
}
</style>
background-color css
<style>
a { background-color: #010ADA; }
a { background-color: rgb(1,10,218); }
div.DivClassName
{
background-color: #010ADA;
}
.BgClassName
{
background-color: #010ADA;
}
</style>
border-color css
<style>
span { border-color: #010ADA; }
span { border-color: rgb(1,10,218); }
td.TdClassName
{
border-color: #010ADA;
}
.TagClassName
{
border-color: #010ADA;
}
</style>