Shades of Midnight Blue #0A1070
Tints of Midnight Blue #0A1070
RGB
CMYK
RGB Variations
Color information
#0A1070 (or 0x0A1070) is known color: Midnight Blue. HEX triplet: 0A, 10 and 70. RGB value is (10,16,112). Sum of RGB (Red+Green+Blue) = 10+16+112=138 (18% of max value = 765). Red value is 10 (4.30% from 255 or 7.25% from 138); Green value is 16 (6.64% from 255 or 11.59% from 138); Blue value is 112 (44.14% from 255 or 81.16% from 138); Max value from RGB is 112 - color contains mainly: blue. Hex color #0A1070 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A1070 is #F5EF8F. Grayscale: #181818. Windows color (decimal): -16117648 or 7344138. OLE color: 7344138.
HSL color Cylindrical-coordinate representation of color #0A1070: hue angle of 236.47º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A1070 is Cyan = 0.91, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 10 | 16 | 112 | - |
| CMYK | 0.91 | 0.86 | 0 | 0.56 |
| HSL | 236.47º | 0.84% | 0.24% | - |
| HSV(B) | 236.47º | 0.91% | 0.44% | - |
| XYZ | 3.24 | 1.6 | 15.47 | - |
| YUV | 25.15 | 177.01 | 117.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 16 | 112 | 0.91 | 0.86 | 0 | 0.56 | 236.47 | 0.84 | 0.24 |
| Hex | A | 10 | 70 | 5B | 56 | 0 | 38 | EC | 54 | 18 |
| Octal | 12 | 20 | 160 | 133 | 126 | 0 | 70 | 354 | 124 | 30 |
| Binary | 1010 | 10000 | 1110000 | 1011011 | 1010110 | 0 | 111000 | 11101100 | 1010100 | 11000 |
Color Harmonies of #0A1070
Complementary color
Monochromatic Colors of #0A1070
Black with #0A1070
Text Example
Text Example
White with #0A1070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A1070; }
p { color: rgb(10,16,112); }
H1.HeaderClassName
{
color: #0A1070;
}
.AnyTagClassName
{
color: #0A1070;
}
</style>
background-color css
<style>
a { background-color: #0A1070; }
a { background-color: rgb(10,16,112); }
div.DivClassName
{
background-color: #0A1070;
}
.BgClassName
{
background-color: #0A1070;
}
</style>
border-color css
<style>
span { border-color: #0A1070; }
span { border-color: rgb(10,16,112); }
td.TdClassName
{
border-color: #0A1070;
}
.TagClassName
{
border-color: #0A1070;
}
</style>