Shades of Midnight Blue #0A084D
Tints of Midnight Blue #0A084D
RGB
CMYK
RGB Variations
Color information
#0A084D (or 0x0A084D) is known color: Midnight Blue. HEX triplet: 0A, 08 and 4D. RGB value is (10,8,77). Sum of RGB (Red+Green+Blue) = 10+8+77=95 (12% of max value = 765). Red value is 10 (4.30% from 255 or 10.53% from 95); Green value is 8 (3.52% from 255 or 8.42% from 95); Blue value is 77 (30.47% from 255 or 81.05% from 95); Max value from RGB is 77 - color contains mainly: blue. Hex color #0A084D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A084D is #F5F7B2. Grayscale: #101010. Windows color (decimal): -16119731 or 5048330. OLE color: 5048330.
HSL color Cylindrical-coordinate representation of color #0A084D: hue angle of 241.74º degrees, saturation: 0.81, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A084D is Cyan = 0.87, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 10 | 8 | 77 | - |
| CMYK | 0.87 | 0.90 | 0 | 0.70 |
| HSL | 241.74º | 0.81% | 0.17% | - |
| HSV(B) | 241.74º | 0.9% | 0.3% | - |
| XYZ | 1.55 | 0.77 | 7.09 | - |
| YUV | 16.46 | 162.16 | 123.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 8 | 77 | 0.87 | 0.90 | 0 | 0.70 | 241.74 | 0.81 | 0.17 |
| Hex | A | 8 | 4D | 57 | 5A | 0 | 46 | F2 | 51 | 11 |
| Octal | 12 | 10 | 115 | 127 | 132 | 0 | 106 | 362 | 121 | 21 |
| Binary | 1010 | 1000 | 1001101 | 1010111 | 1011010 | 0 | 1000110 | 11110010 | 1010001 | 10001 |
Color Harmonies of #0A084D
Complementary color
Monochromatic Colors of #0A084D
Black with #0A084D
Text Example
Text Example
White with #0A084D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A084D; }
p { color: rgb(10,8,77); }
H1.HeaderClassName
{
color: #0A084D;
}
.AnyTagClassName
{
color: #0A084D;
}
</style>
background-color css
<style>
a { background-color: #0A084D; }
a { background-color: rgb(10,8,77); }
div.DivClassName
{
background-color: #0A084D;
}
.BgClassName
{
background-color: #0A084D;
}
</style>
border-color css
<style>
span { border-color: #0A084D; }
span { border-color: rgb(10,8,77); }
td.TdClassName
{
border-color: #0A084D;
}
.TagClassName
{
border-color: #0A084D;
}
</style>