Shades of New Midnight Blue #000D9F
Tints of New Midnight Blue #000D9F
RGB
CMYK
RGB Variations
Color information
#000D9F (or 0x000D9F) is known color: New Midnight Blue. HEX triplet: 00, 0D and 9F. RGB value is (0,13,159). Sum of RGB (Red+Green+Blue) = 0+13+159=172 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 172); Green value is 13 (5.47% from 255 or 7.56% from 172); Blue value is 159 (62.5% from 255 or 92.44% from 172); Max value from RGB is 159 - color contains mainly: blue. Hex color #000D9F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #000D9F is #FFF260. Grayscale: #191919. Windows color (decimal): -16773729 or 10423552. OLE color: 10423552.
HSL color Cylindrical-coordinate representation of color #000D9F: hue angle of 235.09º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000D9F is Cyan = 1, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 0 | 13 | 159 | - |
| CMYK | 1 | 0.92 | 0 | 0.38 |
| HSL | 235.09º | 1% | 0.31% | - |
| HSV(B) | 235.09º | 1% | 0.62% | - |
| XYZ | 6.4 | 2.79 | 33 | - |
| YUV | 25.76 | 203.19 | 109.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 13 | 159 | 1 | 0.92 | 0 | 0.38 | 235.09 | 1 | 0.31 |
| Hex | 0 | D | 9F | 64 | 5C | 0 | 26 | EB | 64 | 1F |
| Octal | 0 | 15 | 237 | 144 | 134 | 0 | 46 | 353 | 144 | 37 |
| Binary | 0 | 1101 | 10011111 | 1100100 | 1011100 | 0 | 100110 | 11101011 | 1100100 | 11111 |
Color Harmonies of #000D9F
Complementary color
Monochromatic Colors of #000D9F
Black with #000D9F
Text Example
Text Example
White with #000D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000D9F; }
p { color: rgb(0,13,159); }
H1.HeaderClassName
{
color: #000D9F;
}
.AnyTagClassName
{
color: #000D9F;
}
</style>
background-color css
<style>
a { background-color: #000D9F; }
a { background-color: rgb(0,13,159); }
div.DivClassName
{
background-color: #000D9F;
}
.BgClassName
{
background-color: #000D9F;
}
</style>
border-color css
<style>
span { border-color: #000D9F; }
span { border-color: rgb(0,13,159); }
td.TdClassName
{
border-color: #000D9F;
}
.TagClassName
{
border-color: #000D9F;
}
</style>