Shades of Midnight Blue #09014D
Tints of Midnight Blue #09014D
RGB
CMYK
RGB Variations
Color information
#09014D (or 0x09014D) is known color: Midnight Blue. HEX triplet: 09, 01 and 4D. RGB value is (9,1,77). Sum of RGB (Red+Green+Blue) = 9+1+77=87 (11% of max value = 765). Red value is 9 (3.91% from 255 or 10.34% from 87); Green value is 1 (0.78% from 255 or 1.15% from 87); Blue value is 77 (30.47% from 255 or 88.51% from 87); Max value from RGB is 77 - color contains mainly: blue. Hex color #09014D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #09014D is #F6FEB2. Grayscale: #0B0B0B. Windows color (decimal): -16187059 or 5046537. OLE color: 5046537.
HSL color Cylindrical-coordinate representation of color #09014D: hue angle of 246.32º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #09014D is Cyan = 0.88, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 9 | 1 | 77 | - |
| CMYK | 0.88 | 0.99 | 0 | 0.70 |
| HSL | 246.32º | 0.97% | 0.15% | - |
| HSV(B) | 246.32º | 0.99% | 0.3% | - |
| XYZ | 1.46 | 0.62 | 7.06 | - |
| YUV | 12.06 | 164.65 | 125.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 1 | 77 | 0.88 | 0.99 | 0 | 0.70 | 246.32 | 0.97 | 0.15 |
| Hex | 9 | 1 | 4D | 58 | 63 | 0 | 46 | F6 | 61 | F |
| Octal | 11 | 1 | 115 | 130 | 143 | 0 | 106 | 366 | 141 | 17 |
| Binary | 1001 | 1 | 1001101 | 1011000 | 1100011 | 0 | 1000110 | 11110110 | 1100001 | 1111 |
Color Harmonies of #09014D
Complementary color
Monochromatic Colors of #09014D
Black with #09014D
Text Example
Text Example
White with #09014D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09014D; }
p { color: rgb(9,1,77); }
H1.HeaderClassName
{
color: #09014D;
}
.AnyTagClassName
{
color: #09014D;
}
</style>
background-color css
<style>
a { background-color: #09014D; }
a { background-color: rgb(9,1,77); }
div.DivClassName
{
background-color: #09014D;
}
.BgClassName
{
background-color: #09014D;
}
</style>
border-color css
<style>
span { border-color: #09014D; }
span { border-color: rgb(9,1,77); }
td.TdClassName
{
border-color: #09014D;
}
.TagClassName
{
border-color: #09014D;
}
</style>