Shades of Blue #000AED
Tints of Blue #000AED
RGB
CMYK
RGB Variations
Color information
#000AED (or 0x000AED) is known color: Blue. HEX triplet: 00, 0A and ED. RGB value is (0,10,237). Sum of RGB (Red+Green+Blue) = 0+10+237=247 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 247); Green value is 10 (4.30% from 255 or 4.05% from 247); Blue value is 237 (92.97% from 255 or 95.95% from 247); Max value from RGB is 237 - color contains mainly: blue. Hex color #000AED is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #000AED is #FFF512. Grayscale: #1F1F1F. Windows color (decimal): -16774419 or 15534592. OLE color: 15534592.
HSL color Cylindrical-coordinate representation of color #000AED: hue angle of 237.47º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000AED is Cyan = 1, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 0 | 10 | 237 | - |
| CMYK | 1 | 0.96 | 0 | 0.07 |
| HSL | 237.47º | 1% | 0.46% | - |
| HSV(B) | 237.47º | 1% | 0.93% | - |
| XYZ | 15.39 | 6.33 | 80.53 | - |
| YUV | 32.89 | 243.19 | 104.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 10 | 237 | 1 | 0.96 | 0 | 0.07 | 237.47 | 1 | 0.46 |
| Hex | 0 | A | ED | 64 | 60 | 0 | 7 | ED | 64 | 2E |
| Octal | 0 | 12 | 355 | 144 | 140 | 0 | 7 | 355 | 144 | 56 |
| Binary | 0 | 1010 | 11101101 | 1100100 | 1100000 | 0 | 111 | 11101101 | 1100100 | 101110 |
Color Harmonies of #000AED
Complementary color
Monochromatic Colors of #000AED
Black with #000AED
Text Example
Text Example
White with #000AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000AED; }
p { color: rgb(0,10,237); }
H1.HeaderClassName
{
color: #000AED;
}
.AnyTagClassName
{
color: #000AED;
}
</style>
background-color css
<style>
a { background-color: #000AED; }
a { background-color: rgb(0,10,237); }
div.DivClassName
{
background-color: #000AED;
}
.BgClassName
{
background-color: #000AED;
}
</style>
border-color css
<style>
span { border-color: #000AED; }
span { border-color: rgb(0,10,237); }
td.TdClassName
{
border-color: #000AED;
}
.TagClassName
{
border-color: #000AED;
}
</style>