Shades of Midnight Blue #09034D
Tints of Midnight Blue #09034D
RGB
CMYK
RGB Variations
Color information
#09034D (or 0x09034D) is known color: Midnight Blue. HEX triplet: 09, 03 and 4D. RGB value is (9,3,77). Sum of RGB (Red+Green+Blue) = 9+3+77=89 (11% of max value = 765). Red value is 9 (3.91% from 255 or 10.11% from 89); Green value is 3 (1.56% from 255 or 3.37% from 89); Blue value is 77 (30.47% from 255 or 86.52% from 89); Max value from RGB is 77 - color contains mainly: blue. Hex color #09034D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #09034D is #F6FCB2. Grayscale: #0C0C0C. Windows color (decimal): -16186547 or 5047049. OLE color: 5047049.
HSL color Cylindrical-coordinate representation of color #09034D: hue angle of 244.86º 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 #09034D is Cyan = 0.88, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 9 | 3 | 77 | - |
| CMYK | 0.88 | 0.96 | 0 | 0.70 |
| HSL | 244.86º | 0.93% | 0.16% | - |
| HSV(B) | 244.86º | 0.96% | 0.3% | - |
| XYZ | 1.48 | 0.66 | 7.07 | - |
| YUV | 13.23 | 163.99 | 124.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 3 | 77 | 0.88 | 0.96 | 0 | 0.70 | 244.86 | 0.93 | 0.16 |
| Hex | 9 | 3 | 4D | 58 | 60 | 0 | 46 | F5 | 5C | 10 |
| Octal | 11 | 3 | 115 | 130 | 140 | 0 | 106 | 365 | 134 | 20 |
| Binary | 1001 | 11 | 1001101 | 1011000 | 1100000 | 0 | 1000110 | 11110101 | 1011100 | 10000 |
Color Harmonies of #09034D
Complementary color
Monochromatic Colors of #09034D
Black with #09034D
Text Example
Text Example
White with #09034D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09034D; }
p { color: rgb(9,3,77); }
H1.HeaderClassName
{
color: #09034D;
}
.AnyTagClassName
{
color: #09034D;
}
</style>
background-color css
<style>
a { background-color: #09034D; }
a { background-color: rgb(9,3,77); }
div.DivClassName
{
background-color: #09034D;
}
.BgClassName
{
background-color: #09034D;
}
</style>
border-color css
<style>
span { border-color: #09034D; }
span { border-color: rgb(9,3,77); }
td.TdClassName
{
border-color: #09034D;
}
.TagClassName
{
border-color: #09034D;
}
</style>