Shades of Midnight Blue #09014C
Tints of Midnight Blue #09014C
RGB
CMYK
RGB Variations
Color information
#09014C (or 0x09014C) is known color: Midnight Blue. HEX triplet: 09, 01 and 4C. RGB value is (9,1,76). Sum of RGB (Red+Green+Blue) = 9+1+76=86 (11% of max value = 765). Red value is 9 (3.91% from 255 or 10.47% from 86); Green value is 1 (0.78% from 255 or 1.16% from 86); Blue value is 76 (30.08% from 255 or 88.37% from 86); Max value from RGB is 76 - color contains mainly: blue. Hex color #09014C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09014C is #F6FEB3. Grayscale: #0B0B0B. Windows color (decimal): -16187060 or 4981001. OLE color: 4981001.
HSL color Cylindrical-coordinate representation of color #09014C: hue angle of 246.4º 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 #09014C is Cyan = 0.88, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 9 | 1 | 76 | - |
| CMYK | 0.88 | 0.99 | 0 | 0.70 |
| HSL | 246.4º | 0.97% | 0.15% | - |
| HSV(B) | 246.4º | 0.99% | 0.3% | - |
| XYZ | 1.43 | 0.6 | 6.88 | - |
| YUV | 11.94 | 164.15 | 125.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 1 | 76 | 0.88 | 0.99 | 0 | 0.70 | 246.4 | 0.97 | 0.15 |
| Hex | 9 | 1 | 4C | 58 | 63 | 0 | 46 | F6 | 61 | F |
| Octal | 11 | 1 | 114 | 130 | 143 | 0 | 106 | 366 | 141 | 17 |
| Binary | 1001 | 1 | 1001100 | 1011000 | 1100011 | 0 | 1000110 | 11110110 | 1100001 | 1111 |
Color Harmonies of #09014C
Complementary color
Monochromatic Colors of #09014C
Black with #09014C
Text Example
Text Example
White with #09014C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09014C; }
p { color: rgb(9,1,76); }
H1.HeaderClassName
{
color: #09014C;
}
.AnyTagClassName
{
color: #09014C;
}
</style>
background-color css
<style>
a { background-color: #09014C; }
a { background-color: rgb(9,1,76); }
div.DivClassName
{
background-color: #09014C;
}
.BgClassName
{
background-color: #09014C;
}
</style>
border-color css
<style>
span { border-color: #09014C; }
span { border-color: rgb(9,1,76); }
td.TdClassName
{
border-color: #09014C;
}
.TagClassName
{
border-color: #09014C;
}
</style>