Shades of Midnight Blue #0A054D
Tints of Midnight Blue #0A054D
RGB
CMYK
RGB Variations
Color information
#0A054D (or 0x0A054D) is known color: Midnight Blue. HEX triplet: 0A, 05 and 4D. RGB value is (10,5,77). Sum of RGB (Red+Green+Blue) = 10+5+77=92 (12% of max value = 765). Red value is 10 (4.30% from 255 or 10.87% from 92); Green value is 5 (2.34% from 255 or 5.43% from 92); Blue value is 77 (30.47% from 255 or 83.70% from 92); Max value from RGB is 77 - color contains mainly: blue. Hex color #0A054D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A054D is #F5FAB2. Grayscale: #0E0E0E. Windows color (decimal): -16120499 or 5047562. OLE color: 5047562.
HSL color Cylindrical-coordinate representation of color #0A054D: hue angle of 244.17º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A054D is Cyan = 0.87, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 10 | 5 | 77 | - |
| CMYK | 0.87 | 0.94 | 0 | 0.70 |
| HSL | 244.17º | 0.88% | 0.16% | - |
| HSV(B) | 244.17º | 0.94% | 0.3% | - |
| XYZ | 1.52 | 0.71 | 7.08 | - |
| YUV | 14.7 | 163.16 | 124.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 5 | 77 | 0.87 | 0.94 | 0 | 0.70 | 244.17 | 0.88 | 0.16 |
| Hex | A | 5 | 4D | 57 | 5E | 0 | 46 | F4 | 58 | 10 |
| Octal | 12 | 5 | 115 | 127 | 136 | 0 | 106 | 364 | 130 | 20 |
| Binary | 1010 | 101 | 1001101 | 1010111 | 1011110 | 0 | 1000110 | 11110100 | 1011000 | 10000 |
Color Harmonies of #0A054D
Complementary color
Monochromatic Colors of #0A054D
Black with #0A054D
Text Example
Text Example
White with #0A054D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A054D; }
p { color: rgb(10,5,77); }
H1.HeaderClassName
{
color: #0A054D;
}
.AnyTagClassName
{
color: #0A054D;
}
</style>
background-color css
<style>
a { background-color: #0A054D; }
a { background-color: rgb(10,5,77); }
div.DivClassName
{
background-color: #0A054D;
}
.BgClassName
{
background-color: #0A054D;
}
</style>
border-color css
<style>
span { border-color: #0A054D; }
span { border-color: rgb(10,5,77); }
td.TdClassName
{
border-color: #0A054D;
}
.TagClassName
{
border-color: #0A054D;
}
</style>