Shades of New Midnight Blue #000899
Tints of New Midnight Blue #000899
RGB
CMYK
RGB Variations
Color information
#000899 (or 0x000899) is known color: New Midnight Blue. HEX triplet: 00, 08 and 99. RGB value is (0,8,153). Sum of RGB (Red+Green+Blue) = 0+8+153=161 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 161); Green value is 8 (3.52% from 255 or 4.97% from 161); Blue value is 153 (60.16% from 255 or 95.03% from 161); Max value from RGB is 153 - color contains mainly: blue. Hex color #000899 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #000899 is #FFF766. Grayscale: #151515. Windows color (decimal): -16775015 or 10029056. OLE color: 10029056.
HSL color Cylindrical-coordinate representation of color #000899: hue angle of 236.86º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000899 is Cyan = 1, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 0 | 8 | 153 | - |
| CMYK | 1 | 0.95 | 0 | 0.4 |
| HSL | 236.86º | 1% | 0.3% | - |
| HSV(B) | 236.86º | 1% | 0.6% | - |
| XYZ | 5.84 | 2.47 | 30.31 | - |
| YUV | 22.14 | 201.85 | 112.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 8 | 153 | 1 | 0.95 | 0 | 0.4 | 236.86 | 1 | 0.3 |
| Hex | 0 | 8 | 99 | 64 | 5F | 0 | 28 | ED | 64 | 1E |
| Octal | 0 | 10 | 231 | 144 | 137 | 0 | 50 | 355 | 144 | 36 |
| Binary | 0 | 1000 | 10011001 | 1100100 | 1011111 | 0 | 101000 | 11101101 | 1100100 | 11110 |
Color Harmonies of #000899
Complementary color
Monochromatic Colors of #000899
Black with #000899
Text Example
Text Example
White with #000899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000899; }
p { color: rgb(0,8,153); }
H1.HeaderClassName
{
color: #000899;
}
.AnyTagClassName
{
color: #000899;
}
</style>
background-color css
<style>
a { background-color: #000899; }
a { background-color: rgb(0,8,153); }
div.DivClassName
{
background-color: #000899;
}
.BgClassName
{
background-color: #000899;
}
</style>
border-color css
<style>
span { border-color: #000899; }
span { border-color: rgb(0,8,153); }
td.TdClassName
{
border-color: #000899;
}
.TagClassName
{
border-color: #000899;
}
</style>