Shades of Midnight Blue #0A1074
Tints of Midnight Blue #0A1074
RGB
CMYK
RGB Variations
Color information
#0A1074 (or 0x0A1074) is known color: Midnight Blue. HEX triplet: 0A, 10 and 74. RGB value is (10,16,116). Sum of RGB (Red+Green+Blue) = 10+16+116=142 (18% of max value = 765). Red value is 10 (4.30% from 255 or 7.04% from 142); Green value is 16 (6.64% from 255 or 11.27% from 142); Blue value is 116 (45.70% from 255 or 81.69% from 142); Max value from RGB is 116 - color contains mainly: blue. Hex color #0A1074 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A1074 is #F5EF8B. Grayscale: #191919. Windows color (decimal): -16117644 or 7606282. OLE color: 7606282.
HSL color Cylindrical-coordinate representation of color #0A1074: hue angle of 236.6º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A1074 is Cyan = 0.91, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 10 | 16 | 116 | - |
| CMYK | 0.91 | 0.86 | 0 | 0.55 |
| HSL | 236.6º | 0.84% | 0.25% | - |
| HSV(B) | 236.6º | 0.91% | 0.45% | - |
| XYZ | 3.46 | 1.7 | 16.67 | - |
| YUV | 25.61 | 179.01 | 116.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 16 | 116 | 0.91 | 0.86 | 0 | 0.55 | 236.6 | 0.84 | 0.25 |
| Hex | A | 10 | 74 | 5B | 56 | 0 | 37 | ED | 54 | 19 |
| Octal | 12 | 20 | 164 | 133 | 126 | 0 | 67 | 355 | 124 | 31 |
| Binary | 1010 | 10000 | 1110100 | 1011011 | 1010110 | 0 | 110111 | 11101101 | 1010100 | 11001 |
Color Harmonies of #0A1074
Complementary color
Monochromatic Colors of #0A1074
Black with #0A1074
Text Example
Text Example
White with #0A1074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A1074; }
p { color: rgb(10,16,116); }
H1.HeaderClassName
{
color: #0A1074;
}
.AnyTagClassName
{
color: #0A1074;
}
</style>
background-color css
<style>
a { background-color: #0A1074; }
a { background-color: rgb(10,16,116); }
div.DivClassName
{
background-color: #0A1074;
}
.BgClassName
{
background-color: #0A1074;
}
</style>
border-color css
<style>
span { border-color: #0A1074; }
span { border-color: rgb(10,16,116); }
td.TdClassName
{
border-color: #0A1074;
}
.TagClassName
{
border-color: #0A1074;
}
</style>