Shades of Dark Blue #000A89
Tints of Dark Blue #000A89
RGB
CMYK
RGB Variations
Color information
#000A89 (or 0x000A89) is known color: Dark Blue. HEX triplet: 00, 0A and 89. RGB value is (0,10,137). Sum of RGB (Red+Green+Blue) = 0+10+137=147 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 147); Green value is 10 (4.30% from 255 or 6.80% from 147); Blue value is 137 (53.91% from 255 or 93.20% from 147); Max value from RGB is 137 - color contains mainly: blue. Hex color #000A89 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #000A89 is #FFF576. Grayscale: #141414. Windows color (decimal): -16774519 or 8980992. OLE color: 8980992.
HSL color Cylindrical-coordinate representation of color #000A89: hue angle of 235.62º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000A89 is Cyan = 1, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 0 | 10 | 137 | - |
| CMYK | 1 | 0.93 | 0 | 0.46 |
| HSL | 235.62º | 1% | 0.27% | - |
| HSV(B) | 235.62º | 1% | 0.54% | - |
| XYZ | 4.62 | 2.02 | 23.81 | - |
| YUV | 21.49 | 193.19 | 112.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 10 | 137 | 1 | 0.93 | 0 | 0.46 | 235.62 | 1 | 0.27 |
| Hex | 0 | A | 89 | 64 | 5D | 0 | 2E | EC | 64 | 1B |
| Octal | 0 | 12 | 211 | 144 | 135 | 0 | 56 | 354 | 144 | 33 |
| Binary | 0 | 1010 | 10001001 | 1100100 | 1011101 | 0 | 101110 | 11101100 | 1100100 | 11011 |
Color Harmonies of #000A89
Complementary color
Monochromatic Colors of #000A89
Black with #000A89
Text Example
Text Example
White with #000A89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000A89; }
p { color: rgb(0,10,137); }
H1.HeaderClassName
{
color: #000A89;
}
.AnyTagClassName
{
color: #000A89;
}
</style>
background-color css
<style>
a { background-color: #000A89; }
a { background-color: rgb(0,10,137); }
div.DivClassName
{
background-color: #000A89;
}
.BgClassName
{
background-color: #000A89;
}
</style>
border-color css
<style>
span { border-color: #000A89; }
span { border-color: rgb(0,10,137); }
td.TdClassName
{
border-color: #000A89;
}
.TagClassName
{
border-color: #000A89;
}
</style>