Shades of Midnight Blue #000554
Tints of Midnight Blue #000554
RGB
CMYK
RGB Variations
Color information
#000554 (or 0x000554) is known color: Midnight Blue. HEX triplet: 00, 05 and 54. RGB value is (0,5,84). Sum of RGB (Red+Green+Blue) = 0+5+84=89 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 89); Green value is 5 (2.34% from 255 or 5.62% from 89); Blue value is 84 (33.20% from 255 or 94.38% from 89); Max value from RGB is 84 - color contains mainly: blue. Hex color #000554 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000554 is #FFFAAB. Grayscale: #0C0C0C. Windows color (decimal): -16775852 or 5506304. OLE color: 5506304.
HSL color Cylindrical-coordinate representation of color #000554: hue angle of 236.43º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000554 is Cyan = 1, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 0 | 5 | 84 | - |
| CMYK | 1 | 0.94 | 0 | 0.67 |
| HSL | 236.43º | 1% | 0.16% | - |
| HSV(B) | 236.43º | 1% | 0.33% | - |
| XYZ | 1.65 | 0.75 | 8.44 | - |
| YUV | 12.51 | 168.34 | 119.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 5 | 84 | 1 | 0.94 | 0 | 0.67 | 236.43 | 1 | 0.16 |
| Hex | 0 | 5 | 54 | 64 | 5E | 0 | 43 | EC | 64 | 10 |
| Octal | 0 | 5 | 124 | 144 | 136 | 0 | 103 | 354 | 144 | 20 |
| Binary | 0 | 101 | 1010100 | 1100100 | 1011110 | 0 | 1000011 | 11101100 | 1100100 | 10000 |
Color Harmonies of #000554
Complementary color
Monochromatic Colors of #000554
Black with #000554
Text Example
Text Example
White with #000554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000554; }
p { color: rgb(0,5,84); }
H1.HeaderClassName
{
color: #000554;
}
.AnyTagClassName
{
color: #000554;
}
</style>
background-color css
<style>
a { background-color: #000554; }
a { background-color: rgb(0,5,84); }
div.DivClassName
{
background-color: #000554;
}
.BgClassName
{
background-color: #000554;
}
</style>
border-color css
<style>
span { border-color: #000554; }
span { border-color: rgb(0,5,84); }
td.TdClassName
{
border-color: #000554;
}
.TagClassName
{
border-color: #000554;
}
</style>