Shades of New Midnight Blue #000D9B
Tints of New Midnight Blue #000D9B
RGB
CMYK
RGB Variations
Color information
#000D9B (or 0x000D9B) is known color: New Midnight Blue. HEX triplet: 00, 0D and 9B. RGB value is (0,13,155). Sum of RGB (Red+Green+Blue) = 0+13+155=168 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 168); Green value is 13 (5.47% from 255 or 7.74% from 168); Blue value is 155 (60.94% from 255 or 92.26% from 168); Max value from RGB is 155 - color contains mainly: blue. Hex color #000D9B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #000D9B is #FFF264. Grayscale: #181818. Windows color (decimal): -16773733 or 10161408. OLE color: 10161408.
HSL color Cylindrical-coordinate representation of color #000D9B: hue angle of 234.97º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000D9B is Cyan = 1, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 0 | 13 | 155 | - |
| CMYK | 1 | 0.92 | 0 | 0.39 |
| HSL | 234.97º | 1% | 0.3% | - |
| HSV(B) | 234.97º | 1% | 0.61% | - |
| XYZ | 6.06 | 2.65 | 31.2 | - |
| YUV | 25.3 | 201.19 | 109.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 13 | 155 | 1 | 0.92 | 0 | 0.39 | 234.97 | 1 | 0.3 |
| Hex | 0 | D | 9B | 64 | 5C | 0 | 27 | EB | 64 | 1E |
| Octal | 0 | 15 | 233 | 144 | 134 | 0 | 47 | 353 | 144 | 36 |
| Binary | 0 | 1101 | 10011011 | 1100100 | 1011100 | 0 | 100111 | 11101011 | 1100100 | 11110 |
Color Harmonies of #000D9B
Complementary color
Monochromatic Colors of #000D9B
Black with #000D9B
Text Example
Text Example
White with #000D9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000D9B; }
p { color: rgb(0,13,155); }
H1.HeaderClassName
{
color: #000D9B;
}
.AnyTagClassName
{
color: #000D9B;
}
</style>
background-color css
<style>
a { background-color: #000D9B; }
a { background-color: rgb(0,13,155); }
div.DivClassName
{
background-color: #000D9B;
}
.BgClassName
{
background-color: #000D9B;
}
</style>
border-color css
<style>
span { border-color: #000D9B; }
span { border-color: rgb(0,13,155); }
td.TdClassName
{
border-color: #000D9B;
}
.TagClassName
{
border-color: #000D9B;
}
</style>