Shades of Midnight Blue #00014F
Tints of Midnight Blue #00014F
RGB
CMYK
RGB Variations
Color information
#00014F (or 0x00014F) is known color: Midnight Blue. HEX triplet: 00, 01 and 4F. RGB value is (0,1,79). Sum of RGB (Red+Green+Blue) = 0+1+79=80 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 80); Green value is 1 (0.78% from 255 or 1.25% from 80); Blue value is 79 (31.25% from 255 or 98.75% from 80); Max value from RGB is 79 - color contains mainly: blue. Hex color #00014F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #00014F is #FFFEB0. Grayscale: #090909. Windows color (decimal): -16776881 or 5177600. OLE color: 5177600.
HSL color Cylindrical-coordinate representation of color #00014F: hue angle of 239.24º 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 #00014F is Cyan = 1, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 0 | 1 | 79 | - |
| CMYK | 1 | 0.99 | 0 | 0.69 |
| HSL | 239.24º | 1% | 0.15% | - |
| HSV(B) | 239.24º | 1% | 0.31% | - |
| XYZ | 1.42 | 0.59 | 7.44 | - |
| YUV | 9.59 | 167.17 | 121.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 1 | 79 | 1 | 0.99 | 0 | 0.69 | 239.24 | 1 | 0.15 |
| Hex | 0 | 1 | 4F | 64 | 63 | 0 | 45 | EF | 64 | F |
| Octal | 0 | 1 | 117 | 144 | 143 | 0 | 105 | 357 | 144 | 17 |
| Binary | 0 | 1 | 1001111 | 1100100 | 1100011 | 0 | 1000101 | 11101111 | 1100100 | 1111 |
Color Harmonies of #00014F
Complementary color
Monochromatic Colors of #00014F
Black with #00014F
Text Example
Text Example
White with #00014F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00014F; }
p { color: rgb(0,1,79); }
H1.HeaderClassName
{
color: #00014F;
}
.AnyTagClassName
{
color: #00014F;
}
</style>
background-color css
<style>
a { background-color: #00014F; }
a { background-color: rgb(0,1,79); }
div.DivClassName
{
background-color: #00014F;
}
.BgClassName
{
background-color: #00014F;
}
</style>
border-color css
<style>
span { border-color: #00014F; }
span { border-color: rgb(0,1,79); }
td.TdClassName
{
border-color: #00014F;
}
.TagClassName
{
border-color: #00014F;
}
</style>