Shades of Midnight Blue #00044F
Tints of Midnight Blue #00044F
RGB
CMYK
RGB Variations
Color information
#00044F (or 0x00044F) is known color: Midnight Blue. HEX triplet: 00, 04 and 4F. RGB value is (0,4,79). Sum of RGB (Red+Green+Blue) = 0+4+79=83 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 83); Green value is 4 (1.95% from 255 or 4.82% from 83); Blue value is 79 (31.25% from 255 or 95.18% from 83); Max value from RGB is 79 - color contains mainly: blue. Hex color #00044F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #00044F is #FFFBB0. Grayscale: #0B0B0B. Windows color (decimal): -16776113 or 5178368. OLE color: 5178368.
HSL color Cylindrical-coordinate representation of color #00044F: hue angle of 236.96º 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 #00044F is Cyan = 1, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 0 | 4 | 79 | - |
| CMYK | 1 | 0.95 | 0 | 0.69 |
| HSL | 236.96º | 1% | 0.15% | - |
| HSV(B) | 236.96º | 1% | 0.31% | - |
| XYZ | 1.45 | 0.65 | 7.45 | - |
| YUV | 11.35 | 166.17 | 119.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 4 | 79 | 1 | 0.95 | 0 | 0.69 | 236.96 | 1 | 0.15 |
| Hex | 0 | 4 | 4F | 64 | 5F | 0 | 45 | ED | 64 | F |
| Octal | 0 | 4 | 117 | 144 | 137 | 0 | 105 | 355 | 144 | 17 |
| Binary | 0 | 100 | 1001111 | 1100100 | 1011111 | 0 | 1000101 | 11101101 | 1100100 | 1111 |
Color Harmonies of #00044F
Complementary color
Monochromatic Colors of #00044F
Black with #00044F
Text Example
Text Example
White with #00044F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00044F; }
p { color: rgb(0,4,79); }
H1.HeaderClassName
{
color: #00044F;
}
.AnyTagClassName
{
color: #00044F;
}
</style>
background-color css
<style>
a { background-color: #00044F; }
a { background-color: rgb(0,4,79); }
div.DivClassName
{
background-color: #00044F;
}
.BgClassName
{
background-color: #00044F;
}
</style>
border-color css
<style>
span { border-color: #00044F; }
span { border-color: rgb(0,4,79); }
td.TdClassName
{
border-color: #00044F;
}
.TagClassName
{
border-color: #00044F;
}
</style>