Shades of Midnight Blue #0A004F
Tints of Midnight Blue #0A004F
RGB
CMYK
RGB Variations
Color information
#0A004F (or 0x0A004F) is known color: Midnight Blue. HEX triplet: 0A, 00 and 4F. RGB value is (10,0,79). Sum of RGB (Red+Green+Blue) = 10+0+79=89 (11% of max value = 765). Red value is 10 (4.30% from 255 or 11.24% from 89); Green value is 0 (0.39% from 255 or 0% from 89); Blue value is 79 (31.25% from 255 or 88.76% from 89); Max value from RGB is 79 - color contains mainly: blue. Hex color #0A004F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A004F is #F5FFB0. Grayscale: #0B0B0B. Windows color (decimal): -16121777 or 5177354. OLE color: 5177354.
HSL color Cylindrical-coordinate representation of color #0A004F: hue angle of 247.59º 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 #0A004F is Cyan = 0.87, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 10 | 0 | 79 | - |
| CMYK | 0.87 | 1 | 0 | 0.69 |
| HSL | 247.59º | 1% | 0.15% | - |
| HSV(B) | 247.59º | 1% | 0.31% | - |
| XYZ | 1.54 | 0.63 | 7.44 | - |
| YUV | 12 | 165.81 | 126.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 0 | 79 | 0.87 | 1 | 0 | 0.69 | 247.59 | 1 | 0.15 |
| Hex | A | 0 | 4F | 57 | 64 | 0 | 45 | F8 | 64 | F |
| Octal | 12 | 0 | 117 | 127 | 144 | 0 | 105 | 370 | 144 | 17 |
| Binary | 1010 | 0 | 1001111 | 1010111 | 1100100 | 0 | 1000101 | 11111000 | 1100100 | 1111 |
Color Harmonies of #0A004F
Complementary color
Monochromatic Colors of #0A004F
Black with #0A004F
Text Example
Text Example
White with #0A004F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A004F; }
p { color: rgb(10,0,79); }
H1.HeaderClassName
{
color: #0A004F;
}
.AnyTagClassName
{
color: #0A004F;
}
</style>
background-color css
<style>
a { background-color: #0A004F; }
a { background-color: rgb(10,0,79); }
div.DivClassName
{
background-color: #0A004F;
}
.BgClassName
{
background-color: #0A004F;
}
</style>
border-color css
<style>
span { border-color: #0A004F; }
span { border-color: rgb(10,0,79); }
td.TdClassName
{
border-color: #0A004F;
}
.TagClassName
{
border-color: #0A004F;
}
</style>