Shades of Dark Blue #000A8B
Tints of Dark Blue #000A8B
RGB
CMYK
RGB Variations
Color information
#000A8B (or 0x000A8B) is known color: Dark Blue. HEX triplet: 00, 0A and 8B. RGB value is (0,10,139). Sum of RGB (Red+Green+Blue) = 0+10+139=149 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 149); Green value is 10 (4.30% from 255 or 6.71% from 149); Blue value is 139 (54.69% from 255 or 93.29% from 149); Max value from RGB is 139 - color contains mainly: blue. Hex color #000A8B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #000A8B is #FFF574. Grayscale: #151515. Windows color (decimal): -16774517 or 9112064. OLE color: 9112064.
HSL color Cylindrical-coordinate representation of color #000A8B: hue angle of 235.68º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000A8B is Cyan = 1, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 0 | 10 | 139 | - |
| CMYK | 1 | 0.93 | 0 | 0.45 |
| HSL | 235.68º | 1% | 0.27% | - |
| HSV(B) | 235.68º | 1% | 0.55% | - |
| XYZ | 4.77 | 2.08 | 24.58 | - |
| YUV | 21.72 | 194.19 | 112.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 10 | 139 | 1 | 0.93 | 0 | 0.45 | 235.68 | 1 | 0.27 |
| Hex | 0 | A | 8B | 64 | 5D | 0 | 2D | EC | 64 | 1B |
| Octal | 0 | 12 | 213 | 144 | 135 | 0 | 55 | 354 | 144 | 33 |
| Binary | 0 | 1010 | 10001011 | 1100100 | 1011101 | 0 | 101101 | 11101100 | 1100100 | 11011 |
Color Harmonies of #000A8B
Complementary color
Monochromatic Colors of #000A8B
Black with #000A8B
Text Example
Text Example
White with #000A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000A8B; }
p { color: rgb(0,10,139); }
H1.HeaderClassName
{
color: #000A8B;
}
.AnyTagClassName
{
color: #000A8B;
}
</style>
background-color css
<style>
a { background-color: #000A8B; }
a { background-color: rgb(0,10,139); }
div.DivClassName
{
background-color: #000A8B;
}
.BgClassName
{
background-color: #000A8B;
}
</style>
border-color css
<style>
span { border-color: #000A8B; }
span { border-color: rgb(0,10,139); }
td.TdClassName
{
border-color: #000A8B;
}
.TagClassName
{
border-color: #000A8B;
}
</style>