Shades of New Midnight Blue #00009D
Tints of New Midnight Blue #00009D
RGB
CMYK
RGB Variations
Color information
#00009D (or 0x00009D) is known color: New Midnight Blue. HEX triplet: 00, 00 and 9D. RGB value is (0,0,157). Sum of RGB (Red+Green+Blue) = 0+0+157=157 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 157); Green value is 0 (0.39% from 255 or 0% from 157); Blue value is 157 (61.72% from 255 or 100% from 157); Max value from RGB is 157 - color contains mainly: blue. Hex color #00009D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #00009D is #FFFF62. Grayscale: #111111. Windows color (decimal): -16777059 or 10289152. OLE color: 10289152.
HSL color Cylindrical-coordinate representation of color #00009D: hue angle of 240º 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 #00009D is Cyan = 1, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 0 | 0 | 157 | - |
| CMYK | 1 | 1 | 0 | 0.38 |
| HSL | 240º | 1% | 0.31% | - |
| HSV(B) | 240º | 1% | 0.62% | - |
| XYZ | 6.09 | 2.43 | 32.05 | - |
| YUV | 17.9 | 206.5 | 115.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 0 | 157 | 1 | 1 | 0 | 0.38 | 240 | 1 | 0.31 |
| Hex | 0 | 0 | 9D | 64 | 64 | 0 | 26 | F0 | 64 | 1F |
| Octal | 0 | 0 | 235 | 144 | 144 | 0 | 46 | 360 | 144 | 37 |
| Binary | 0 | 0 | 10011101 | 1100100 | 1100100 | 0 | 100110 | 11110000 | 1100100 | 11111 |
Color Harmonies of #00009D
Complementary color
Monochromatic Colors of #00009D
Black with #00009D
Text Example
Text Example
White with #00009D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00009D; }
p { color: rgb(0,0,157); }
H1.HeaderClassName
{
color: #00009D;
}
.AnyTagClassName
{
color: #00009D;
}
</style>
background-color css
<style>
a { background-color: #00009D; }
a { background-color: rgb(0,0,157); }
div.DivClassName
{
background-color: #00009D;
}
.BgClassName
{
background-color: #00009D;
}
</style>
border-color css
<style>
span { border-color: #00009D; }
span { border-color: rgb(0,0,157); }
td.TdClassName
{
border-color: #00009D;
}
.TagClassName
{
border-color: #00009D;
}
</style>