Shades of Midnight Blue #09014E
Tints of Midnight Blue #09014E
RGB
CMYK
RGB Variations
Color information
#09014E (or 0x09014E) is known color: Midnight Blue. HEX triplet: 09, 01 and 4E. RGB value is (9,1,78). Sum of RGB (Red+Green+Blue) = 9+1+78=88 (11% of max value = 765). Red value is 9 (3.91% from 255 or 10.23% from 88); Green value is 1 (0.78% from 255 or 1.14% from 88); Blue value is 78 (30.86% from 255 or 88.64% from 88); Max value from RGB is 78 - color contains mainly: blue. Hex color #09014E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #09014E is #F6FEB1. Grayscale: #0B0B0B. Windows color (decimal): -16187058 or 5112073. OLE color: 5112073.
HSL color Cylindrical-coordinate representation of color #09014E: hue angle of 246.23º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #09014E is Cyan = 0.88, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 9 | 1 | 78 | - |
| CMYK | 0.88 | 0.99 | 0 | 0.69 |
| HSL | 246.23º | 0.97% | 0.15% | - |
| HSV(B) | 246.23º | 0.99% | 0.31% | - |
| XYZ | 1.5 | 0.63 | 7.25 | - |
| YUV | 12.17 | 165.15 | 125.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 1 | 78 | 0.88 | 0.99 | 0 | 0.69 | 246.23 | 0.97 | 0.15 |
| Hex | 9 | 1 | 4E | 58 | 63 | 0 | 45 | F6 | 61 | F |
| Octal | 11 | 1 | 116 | 130 | 143 | 0 | 105 | 366 | 141 | 17 |
| Binary | 1001 | 1 | 1001110 | 1011000 | 1100011 | 0 | 1000101 | 11110110 | 1100001 | 1111 |
Color Harmonies of #09014E
Complementary color
Monochromatic Colors of #09014E
Black with #09014E
Text Example
Text Example
White with #09014E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09014E; }
p { color: rgb(9,1,78); }
H1.HeaderClassName
{
color: #09014E;
}
.AnyTagClassName
{
color: #09014E;
}
</style>
background-color css
<style>
a { background-color: #09014E; }
a { background-color: rgb(9,1,78); }
div.DivClassName
{
background-color: #09014E;
}
.BgClassName
{
background-color: #09014E;
}
</style>
border-color css
<style>
span { border-color: #09014E; }
span { border-color: rgb(9,1,78); }
td.TdClassName
{
border-color: #09014E;
}
.TagClassName
{
border-color: #09014E;
}
</style>