Shades of New Midnight Blue #000699
Tints of New Midnight Blue #000699
RGB
CMYK
RGB Variations
Color information
#000699 (or 0x000699) is known color: New Midnight Blue. HEX triplet: 00, 06 and 99. RGB value is (0,6,153). Sum of RGB (Red+Green+Blue) = 0+6+153=159 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 159); Green value is 6 (2.73% from 255 or 3.77% from 159); Blue value is 153 (60.16% from 255 or 96.23% from 159); Max value from RGB is 153 - color contains mainly: blue. Hex color #000699 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #000699 is #FFF966. Grayscale: #141414. Windows color (decimal): -16775527 or 10028544. OLE color: 10028544.
HSL color Cylindrical-coordinate representation of color #000699: hue angle of 237.65º 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 #000699 is Cyan = 1, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 0 | 6 | 153 | - |
| CMYK | 1 | 0.96 | 0 | 0.4 |
| HSL | 237.65º | 1% | 0.3% | - |
| HSV(B) | 237.65º | 1% | 0.6% | - |
| XYZ | 5.81 | 2.43 | 30.3 | - |
| YUV | 20.96 | 202.51 | 113.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 6 | 153 | 1 | 0.96 | 0 | 0.4 | 237.65 | 1 | 0.3 |
| Hex | 0 | 6 | 99 | 64 | 60 | 0 | 28 | EE | 64 | 1E |
| Octal | 0 | 6 | 231 | 144 | 140 | 0 | 50 | 356 | 144 | 36 |
| Binary | 0 | 110 | 10011001 | 1100100 | 1100000 | 0 | 101000 | 11101110 | 1100100 | 11110 |
Color Harmonies of #000699
Complementary color
Monochromatic Colors of #000699
Black with #000699
Text Example
Text Example
White with #000699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000699; }
p { color: rgb(0,6,153); }
H1.HeaderClassName
{
color: #000699;
}
.AnyTagClassName
{
color: #000699;
}
</style>
background-color css
<style>
a { background-color: #000699; }
a { background-color: rgb(0,6,153); }
div.DivClassName
{
background-color: #000699;
}
.BgClassName
{
background-color: #000699;
}
</style>
border-color css
<style>
span { border-color: #000699; }
span { border-color: rgb(0,6,153); }
td.TdClassName
{
border-color: #000699;
}
.TagClassName
{
border-color: #000699;
}
</style>