Shades of Midnight Blue #000451
Tints of Midnight Blue #000451
RGB
CMYK
RGB Variations
Color information
#000451 (or 0x000451) is known color: Midnight Blue. HEX triplet: 00, 04 and 51. RGB value is (0,4,81). Sum of RGB (Red+Green+Blue) = 0+4+81=85 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 85); Green value is 4 (1.95% from 255 or 4.71% from 85); Blue value is 81 (32.03% from 255 or 95.29% from 85); Max value from RGB is 81 - color contains mainly: blue. Hex color #000451 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000451 is #FFFBAE. Grayscale: #0B0B0B. Windows color (decimal): -16776111 or 5309440. OLE color: 5309440.
HSL color Cylindrical-coordinate representation of color #000451: hue angle of 237.04º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000451 is Cyan = 1, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 0 | 4 | 81 | - |
| CMYK | 1 | 0.95 | 0 | 0.68 |
| HSL | 237.04º | 1% | 0.16% | - |
| HSV(B) | 237.04º | 1% | 0.32% | - |
| XYZ | 1.53 | 0.68 | 7.84 | - |
| YUV | 11.58 | 167.17 | 119.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 4 | 81 | 1 | 0.95 | 0 | 0.68 | 237.04 | 1 | 0.16 |
| Hex | 0 | 4 | 51 | 64 | 5F | 0 | 44 | ED | 64 | 10 |
| Octal | 0 | 4 | 121 | 144 | 137 | 0 | 104 | 355 | 144 | 20 |
| Binary | 0 | 100 | 1010001 | 1100100 | 1011111 | 0 | 1000100 | 11101101 | 1100100 | 10000 |
Color Harmonies of #000451
Complementary color
Monochromatic Colors of #000451
Black with #000451
Text Example
Text Example
White with #000451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000451; }
p { color: rgb(0,4,81); }
H1.HeaderClassName
{
color: #000451;
}
.AnyTagClassName
{
color: #000451;
}
</style>
background-color css
<style>
a { background-color: #000451; }
a { background-color: rgb(0,4,81); }
div.DivClassName
{
background-color: #000451;
}
.BgClassName
{
background-color: #000451;
}
</style>
border-color css
<style>
span { border-color: #000451; }
span { border-color: rgb(0,4,81); }
td.TdClassName
{
border-color: #000451;
}
.TagClassName
{
border-color: #000451;
}
</style>