Shades of Dark Blue #000A8D
Tints of Dark Blue #000A8D
RGB
CMYK
RGB Variations
Color information
#000A8D (or 0x000A8D) is known color: Dark Blue. HEX triplet: 00, 0A and 8D. RGB value is (0,10,141). Sum of RGB (Red+Green+Blue) = 0+10+141=151 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 151); Green value is 10 (4.30% from 255 or 6.62% from 151); Blue value is 141 (55.47% from 255 or 93.38% from 151); Max value from RGB is 141 - color contains mainly: blue. Hex color #000A8D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #000A8D is #FFF572. Grayscale: #151515. Windows color (decimal): -16774515 or 9243136. OLE color: 9243136.
HSL color Cylindrical-coordinate representation of color #000A8D: hue angle of 235.74º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000A8D is Cyan = 1, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 0 | 10 | 141 | - |
| CMYK | 1 | 0.93 | 0 | 0.45 |
| HSL | 235.74º | 1% | 0.28% | - |
| HSV(B) | 235.74º | 1% | 0.55% | - |
| XYZ | 4.92 | 2.14 | 25.35 | - |
| YUV | 21.94 | 195.19 | 112.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 10 | 141 | 1 | 0.93 | 0 | 0.45 | 235.74 | 1 | 0.28 |
| Hex | 0 | A | 8D | 64 | 5D | 0 | 2D | EC | 64 | 1C |
| Octal | 0 | 12 | 215 | 144 | 135 | 0 | 55 | 354 | 144 | 34 |
| Binary | 0 | 1010 | 10001101 | 1100100 | 1011101 | 0 | 101101 | 11101100 | 1100100 | 11100 |
Color Harmonies of #000A8D
Complementary color
Monochromatic Colors of #000A8D
Black with #000A8D
Text Example
Text Example
White with #000A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000A8D; }
p { color: rgb(0,10,141); }
H1.HeaderClassName
{
color: #000A8D;
}
.AnyTagClassName
{
color: #000A8D;
}
</style>
background-color css
<style>
a { background-color: #000A8D; }
a { background-color: rgb(0,10,141); }
div.DivClassName
{
background-color: #000A8D;
}
.BgClassName
{
background-color: #000A8D;
}
</style>
border-color css
<style>
span { border-color: #000A8D; }
span { border-color: rgb(0,10,141); }
td.TdClassName
{
border-color: #000A8D;
}
.TagClassName
{
border-color: #000A8D;
}
</style>