Shades of Midnight Blue #0A004E
Tints of Midnight Blue #0A004E
RGB
CMYK
RGB Variations
Color information
#0A004E (or 0x0A004E) is known color: Midnight Blue. HEX triplet: 0A, 00 and 4E. RGB value is (10,0,78). Sum of RGB (Red+Green+Blue) = 10+0+78=88 (11% of max value = 765). Red value is 10 (4.30% from 255 or 11.36% from 88); Green value is 0 (0.39% from 255 or 0% from 88); Blue value is 78 (30.86% from 255 or 88.64% from 88); Max value from RGB is 78 - color contains mainly: blue. Hex color #0A004E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A004E is #F5FFB1. Grayscale: #0B0B0B. Windows color (decimal): -16121778 or 5111818. OLE color: 5111818.
HSL color Cylindrical-coordinate representation of color #0A004E: hue angle of 247.69º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0A004E is Cyan = 0.87, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 10 | 0 | 78 | - |
| CMYK | 0.87 | 1 | 0 | 0.69 |
| HSL | 247.69º | 1% | 0.15% | - |
| HSV(B) | 247.69º | 1% | 0.31% | - |
| XYZ | 1.5 | 0.61 | 7.25 | - |
| YUV | 11.88 | 165.31 | 126.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 0 | 78 | 0.87 | 1 | 0 | 0.69 | 247.69 | 1 | 0.15 |
| Hex | A | 0 | 4E | 57 | 64 | 0 | 45 | F8 | 64 | F |
| Octal | 12 | 0 | 116 | 127 | 144 | 0 | 105 | 370 | 144 | 17 |
| Binary | 1010 | 0 | 1001110 | 1010111 | 1100100 | 0 | 1000101 | 11111000 | 1100100 | 1111 |
Color Harmonies of #0A004E
Complementary color
Monochromatic Colors of #0A004E
Black with #0A004E
Text Example
Text Example
White with #0A004E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A004E; }
p { color: rgb(10,0,78); }
H1.HeaderClassName
{
color: #0A004E;
}
.AnyTagClassName
{
color: #0A004E;
}
</style>
background-color css
<style>
a { background-color: #0A004E; }
a { background-color: rgb(10,0,78); }
div.DivClassName
{
background-color: #0A004E;
}
.BgClassName
{
background-color: #0A004E;
}
</style>
border-color css
<style>
span { border-color: #0A004E; }
span { border-color: rgb(10,0,78); }
td.TdClassName
{
border-color: #0A004E;
}
.TagClassName
{
border-color: #0A004E;
}
</style>