Shades of Midnight Blue #0A034A
Tints of Midnight Blue #0A034A
RGB
CMYK
RGB Variations
Color information
#0A034A (or 0x0A034A) is known color: Midnight Blue. HEX triplet: 0A, 03 and 4A. RGB value is (10,3,74). Sum of RGB (Red+Green+Blue) = 10+3+74=87 (11% of max value = 765). Red value is 10 (4.30% from 255 or 11.49% from 87); Green value is 3 (1.56% from 255 or 3.45% from 87); Blue value is 74 (29.30% from 255 or 85.06% from 87); Max value from RGB is 74 - color contains mainly: blue. Hex color #0A034A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A034A is #F5FCB5. Grayscale: #0C0C0C. Windows color (decimal): -16121014 or 4850442. OLE color: 4850442.
HSL color Cylindrical-coordinate representation of color #0A034A: hue angle of 245.92º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A034A is Cyan = 0.86, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 10 | 3 | 74 | - |
| CMYK | 0.86 | 0.96 | 0 | 0.71 |
| HSL | 245.92º | 0.92% | 0.15% | - |
| HSV(B) | 245.92º | 0.96% | 0.29% | - |
| XYZ | 1.39 | 0.62 | 6.53 | - |
| YUV | 13.19 | 162.32 | 125.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 3 | 74 | 0.86 | 0.96 | 0 | 0.71 | 245.92 | 0.92 | 0.15 |
| Hex | A | 3 | 4A | 56 | 60 | 0 | 47 | F6 | 5C | F |
| Octal | 12 | 3 | 112 | 126 | 140 | 0 | 107 | 366 | 134 | 17 |
| Binary | 1010 | 11 | 1001010 | 1010110 | 1100000 | 0 | 1000111 | 11110110 | 1011100 | 1111 |
Color Harmonies of #0A034A
Complementary color
Monochromatic Colors of #0A034A
Black with #0A034A
Text Example
Text Example
White with #0A034A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A034A; }
p { color: rgb(10,3,74); }
H1.HeaderClassName
{
color: #0A034A;
}
.AnyTagClassName
{
color: #0A034A;
}
</style>
background-color css
<style>
a { background-color: #0A034A; }
a { background-color: rgb(10,3,74); }
div.DivClassName
{
background-color: #0A034A;
}
.BgClassName
{
background-color: #0A034A;
}
</style>
border-color css
<style>
span { border-color: #0A034A; }
span { border-color: rgb(10,3,74); }
td.TdClassName
{
border-color: #0A034A;
}
.TagClassName
{
border-color: #0A034A;
}
</style>