Shades of Dark Blue #0A0089
Tints of Dark Blue #0A0089
RGB
CMYK
RGB Variations
Color information
#0A0089 (or 0x0A0089) is known color: Dark Blue. HEX triplet: 0A, 00 and 89. RGB value is (10,0,137). Sum of RGB (Red+Green+Blue) = 10+0+137=147 (19% of max value = 765). Red value is 10 (4.30% from 255 or 6.80% from 147); Green value is 0 (0.39% from 255 or 0% 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 #0A0089 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0A0089 is #F5FF76. Grayscale: #121212. Windows color (decimal): -16121719 or 8978442. OLE color: 8978442.
HSL color Cylindrical-coordinate representation of color #0A0089: hue angle of 244.38º 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 #0A0089 is Cyan = 0.93, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 10 | 0 | 137 | - |
| CMYK | 0.93 | 1 | 0 | 0.46 |
| HSL | 244.38º | 1% | 0.27% | - |
| HSV(B) | 244.38º | 1% | 0.54% | - |
| XYZ | 4.64 | 1.87 | 23.78 | - |
| YUV | 18.61 | 194.81 | 121.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 0 | 137 | 0.93 | 1 | 0 | 0.46 | 244.38 | 1 | 0.27 |
| Hex | A | 0 | 89 | 5D | 64 | 0 | 2E | F4 | 64 | 1B |
| Octal | 12 | 0 | 211 | 135 | 144 | 0 | 56 | 364 | 144 | 33 |
| Binary | 1010 | 0 | 10001001 | 1011101 | 1100100 | 0 | 101110 | 11110100 | 1100100 | 11011 |
Color Harmonies of #0A0089
Complementary color
Monochromatic Colors of #0A0089
Black with #0A0089
Text Example
Text Example
White with #0A0089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A0089; }
p { color: rgb(10,0,137); }
H1.HeaderClassName
{
color: #0A0089;
}
.AnyTagClassName
{
color: #0A0089;
}
</style>
background-color css
<style>
a { background-color: #0A0089; }
a { background-color: rgb(10,0,137); }
div.DivClassName
{
background-color: #0A0089;
}
.BgClassName
{
background-color: #0A0089;
}
</style>
border-color css
<style>
span { border-color: #0A0089; }
span { border-color: rgb(10,0,137); }
td.TdClassName
{
border-color: #0A0089;
}
.TagClassName
{
border-color: #0A0089;
}
</style>