Shades of Midnight Blue #0A034D
Tints of Midnight Blue #0A034D
RGB
CMYK
RGB Variations
Color information
#0A034D (or 0x0A034D) is known color: Midnight Blue. HEX triplet: 0A, 03 and 4D. RGB value is (10,3,77). Sum of RGB (Red+Green+Blue) = 10+3+77=90 (11% of max value = 765). Red value is 10 (4.30% from 255 or 11.11% from 90); Green value is 3 (1.56% from 255 or 3.33% from 90); Blue value is 77 (30.47% from 255 or 85.56% from 90); Max value from RGB is 77 - color contains mainly: blue. Hex color #0A034D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A034D is #F5FCB2. Grayscale: #0D0D0D. Windows color (decimal): -16121011 or 5047050. OLE color: 5047050.
HSL color Cylindrical-coordinate representation of color #0A034D: hue angle of 245.68º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A034D is Cyan = 0.87, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 10 | 3 | 77 | - |
| CMYK | 0.87 | 0.96 | 0 | 0.70 |
| HSL | 245.68º | 0.93% | 0.16% | - |
| HSV(B) | 245.68º | 0.96% | 0.3% | - |
| XYZ | 1.5 | 0.67 | 7.07 | - |
| YUV | 13.53 | 163.82 | 125.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 3 | 77 | 0.87 | 0.96 | 0 | 0.70 | 245.68 | 0.93 | 0.16 |
| Hex | A | 3 | 4D | 57 | 60 | 0 | 46 | F6 | 5C | 10 |
| Octal | 12 | 3 | 115 | 127 | 140 | 0 | 106 | 366 | 134 | 20 |
| Binary | 1010 | 11 | 1001101 | 1010111 | 1100000 | 0 | 1000110 | 11110110 | 1011100 | 10000 |
Color Harmonies of #0A034D
Complementary color
Monochromatic Colors of #0A034D
Black with #0A034D
Text Example
Text Example
White with #0A034D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A034D; }
p { color: rgb(10,3,77); }
H1.HeaderClassName
{
color: #0A034D;
}
.AnyTagClassName
{
color: #0A034D;
}
</style>
background-color css
<style>
a { background-color: #0A034D; }
a { background-color: rgb(10,3,77); }
div.DivClassName
{
background-color: #0A034D;
}
.BgClassName
{
background-color: #0A034D;
}
</style>
border-color css
<style>
span { border-color: #0A034D; }
span { border-color: rgb(10,3,77); }
td.TdClassName
{
border-color: #0A034D;
}
.TagClassName
{
border-color: #0A034D;
}
</style>