Shades of Medium Blue #000ACE
Tints of Medium Blue #000ACE
RGB
CMYK
RGB Variations
Color information
#000ACE (or 0x000ACE) is known color: Medium Blue. HEX triplet: 00, 0A and CE. RGB value is (0,10,206). Sum of RGB (Red+Green+Blue) = 0+10+206=216 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 216); Green value is 10 (4.30% from 255 or 4.63% from 216); Blue value is 206 (80.86% from 255 or 95.37% from 216); Max value from RGB is 206 - color contains mainly: blue. Hex color #000ACE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #000ACE is #FFF531. Grayscale: #1C1C1C. Windows color (decimal): -16774450 or 13502976. OLE color: 13502976.
HSL color Cylindrical-coordinate representation of color #000ACE: hue angle of 237.09º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000ACE is Cyan = 1, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 0 | 10 | 206 | - |
| CMYK | 1 | 0.95 | 0 | 0.19 |
| HSL | 237.09º | 1% | 0.4% | - |
| HSV(B) | 237.09º | 1% | 0.81% | - |
| XYZ | 11.25 | 4.67 | 58.7 | - |
| YUV | 29.35 | 227.69 | 107.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 10 | 206 | 1 | 0.95 | 0 | 0.19 | 237.09 | 1 | 0.4 |
| Hex | 0 | A | CE | 64 | 5F | 0 | 13 | ED | 64 | 28 |
| Octal | 0 | 12 | 316 | 144 | 137 | 0 | 23 | 355 | 144 | 50 |
| Binary | 0 | 1010 | 11001110 | 1100100 | 1011111 | 0 | 10011 | 11101101 | 1100100 | 101000 |
Color Harmonies of #000ACE
Complementary color
Monochromatic Colors of #000ACE
Black with #000ACE
Text Example
Text Example
White with #000ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000ACE; }
p { color: rgb(0,10,206); }
H1.HeaderClassName
{
color: #000ACE;
}
.AnyTagClassName
{
color: #000ACE;
}
</style>
background-color css
<style>
a { background-color: #000ACE; }
a { background-color: rgb(0,10,206); }
div.DivClassName
{
background-color: #000ACE;
}
.BgClassName
{
background-color: #000ACE;
}
</style>
border-color css
<style>
span { border-color: #000ACE; }
span { border-color: rgb(0,10,206); }
td.TdClassName
{
border-color: #000ACE;
}
.TagClassName
{
border-color: #000ACE;
}
</style>