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