Shades of Midnight Blue #00014E
Tints of Midnight Blue #00014E
RGB
CMYK
RGB Variations
Color information
#00014E (or 0x00014E) is known color: Midnight Blue. HEX triplet: 00, 01 and 4E. RGB value is (0,1,78). Sum of RGB (Red+Green+Blue) = 0+1+78=79 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 79); Green value is 1 (0.78% from 255 or 1.27% from 79); Blue value is 78 (30.86% from 255 or 98.73% from 79); Max value from RGB is 78 - color contains mainly: blue. Hex color #00014E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #00014E is #FFFEB1. Grayscale: #090909. Windows color (decimal): -16776882 or 5112064. OLE color: 5112064.
HSL color Cylindrical-coordinate representation of color #00014E: hue angle of 239.23º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00014E is Cyan = 1, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 0 | 1 | 78 | - |
| CMYK | 1 | 0.99 | 0 | 0.69 |
| HSL | 239.23º | 1% | 0.15% | - |
| HSV(B) | 239.23º | 1% | 0.31% | - |
| XYZ | 1.39 | 0.57 | 7.25 | - |
| YUV | 9.48 | 166.67 | 121.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 1 | 78 | 1 | 0.99 | 0 | 0.69 | 239.23 | 1 | 0.15 |
| Hex | 0 | 1 | 4E | 64 | 63 | 0 | 45 | EF | 64 | F |
| Octal | 0 | 1 | 116 | 144 | 143 | 0 | 105 | 357 | 144 | 17 |
| Binary | 0 | 1 | 1001110 | 1100100 | 1100011 | 0 | 1000101 | 11101111 | 1100100 | 1111 |
Color Harmonies of #00014E
Complementary color
Monochromatic Colors of #00014E
Black with #00014E
Text Example
Text Example
White with #00014E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00014E; }
p { color: rgb(0,1,78); }
H1.HeaderClassName
{
color: #00014E;
}
.AnyTagClassName
{
color: #00014E;
}
</style>
background-color css
<style>
a { background-color: #00014E; }
a { background-color: rgb(0,1,78); }
div.DivClassName
{
background-color: #00014E;
}
.BgClassName
{
background-color: #00014E;
}
</style>
border-color css
<style>
span { border-color: #00014E; }
span { border-color: rgb(0,1,78); }
td.TdClassName
{
border-color: #00014E;
}
.TagClassName
{
border-color: #00014E;
}
</style>