Shades of Midnight Blue #0A1076
Tints of Midnight Blue #0A1076
RGB
CMYK
RGB Variations
Color information
#0A1076 (or 0x0A1076) is known color: Midnight Blue. HEX triplet: 0A, 10 and 76. RGB value is (10,16,118). Sum of RGB (Red+Green+Blue) = 10+16+118=144 (19% of max value = 765). Red value is 10 (4.30% from 255 or 6.94% from 144); Green value is 16 (6.64% from 255 or 11.11% from 144); Blue value is 118 (46.48% from 255 or 81.94% from 144); Max value from RGB is 118 - color contains mainly: blue. Hex color #0A1076 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A1076 is #F5EF89. Grayscale: #191919. Windows color (decimal): -16117642 or 7737354. OLE color: 7737354.
HSL color Cylindrical-coordinate representation of color #0A1076: hue angle of 236.67º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A1076 is Cyan = 0.92, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 10 | 16 | 118 | - |
| CMYK | 0.92 | 0.86 | 0 | 0.54 |
| HSL | 236.67º | 0.84% | 0.25% | - |
| HSV(B) | 236.67º | 0.92% | 0.46% | - |
| XYZ | 3.58 | 1.74 | 17.29 | - |
| YUV | 25.83 | 180.01 | 116.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 16 | 118 | 0.92 | 0.86 | 0 | 0.54 | 236.67 | 0.84 | 0.25 |
| Hex | A | 10 | 76 | 5C | 56 | 0 | 36 | ED | 54 | 19 |
| Octal | 12 | 20 | 166 | 134 | 126 | 0 | 66 | 355 | 124 | 31 |
| Binary | 1010 | 10000 | 1110110 | 1011100 | 1010110 | 0 | 110110 | 11101101 | 1010100 | 11001 |
Color Harmonies of #0A1076
Complementary color
Monochromatic Colors of #0A1076
Black with #0A1076
Text Example
Text Example
White with #0A1076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A1076; }
p { color: rgb(10,16,118); }
H1.HeaderClassName
{
color: #0A1076;
}
.AnyTagClassName
{
color: #0A1076;
}
</style>
background-color css
<style>
a { background-color: #0A1076; }
a { background-color: rgb(10,16,118); }
div.DivClassName
{
background-color: #0A1076;
}
.BgClassName
{
background-color: #0A1076;
}
</style>
border-color css
<style>
span { border-color: #0A1076; }
span { border-color: rgb(10,16,118); }
td.TdClassName
{
border-color: #0A1076;
}
.TagClassName
{
border-color: #0A1076;
}
</style>