Shades of New Midnight Blue #000D99
Tints of New Midnight Blue #000D99
RGB
CMYK
RGB Variations
Color information
#000D99 (or 0x000D99) is known color: New Midnight Blue. HEX triplet: 00, 0D and 99. RGB value is (0,13,153). Sum of RGB (Red+Green+Blue) = 0+13+153=166 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 166); Green value is 13 (5.47% from 255 or 7.83% from 166); Blue value is 153 (60.16% from 255 or 92.17% from 166); Max value from RGB is 153 - color contains mainly: blue. Hex color #000D99 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #000D99 is #FFF266. Grayscale: #181818. Windows color (decimal): -16773735 or 10030336. OLE color: 10030336.
HSL color Cylindrical-coordinate representation of color #000D99: hue angle of 234.9º 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 #000D99 is Cyan = 1, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 0 | 13 | 153 | - |
| CMYK | 1 | 0.92 | 0 | 0.4 |
| HSL | 234.9º | 1% | 0.3% | - |
| HSV(B) | 234.9º | 1% | 0.6% | - |
| XYZ | 5.89 | 2.59 | 30.33 | - |
| YUV | 25.07 | 200.19 | 110.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 13 | 153 | 1 | 0.92 | 0 | 0.4 | 234.9 | 1 | 0.3 |
| Hex | 0 | D | 99 | 64 | 5C | 0 | 28 | EB | 64 | 1E |
| Octal | 0 | 15 | 231 | 144 | 134 | 0 | 50 | 353 | 144 | 36 |
| Binary | 0 | 1101 | 10011001 | 1100100 | 1011100 | 0 | 101000 | 11101011 | 1100100 | 11110 |
Color Harmonies of #000D99
Complementary color
Monochromatic Colors of #000D99
Black with #000D99
Text Example
Text Example
White with #000D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000D99; }
p { color: rgb(0,13,153); }
H1.HeaderClassName
{
color: #000D99;
}
.AnyTagClassName
{
color: #000D99;
}
</style>
background-color css
<style>
a { background-color: #000D99; }
a { background-color: rgb(0,13,153); }
div.DivClassName
{
background-color: #000D99;
}
.BgClassName
{
background-color: #000D99;
}
</style>
border-color css
<style>
span { border-color: #000D99; }
span { border-color: rgb(0,13,153); }
td.TdClassName
{
border-color: #000D99;
}
.TagClassName
{
border-color: #000D99;
}
</style>