Shades of New Midnight Blue #09009E
Tints of New Midnight Blue #09009E
RGB
CMYK
RGB Variations
Color information
#09009E (or 0x09009E) is known color: New Midnight Blue. HEX triplet: 09, 00 and 9E. RGB value is (9,0,158). Sum of RGB (Red+Green+Blue) = 9+0+158=167 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.39% from 167); Green value is 0 (0.39% from 255 or 0% from 167); Blue value is 158 (62.11% from 255 or 94.61% from 167); Max value from RGB is 158 - color contains mainly: blue. Hex color #09009E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #09009E is #F6FF61. Grayscale: #141414. Windows color (decimal): -16187234 or 10354697. OLE color: 10354697.
HSL color Cylindrical-coordinate representation of color #09009E: hue angle of 243.42º 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 #09009E is Cyan = 0.94, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 9 | 0 | 158 | - |
| CMYK | 0.94 | 1 | 0 | 0.38 |
| HSL | 243.42º | 1% | 0.31% | - |
| HSV(B) | 243.42º | 1% | 0.62% | - |
| XYZ | 6.28 | 2.53 | 32.5 | - |
| YUV | 20.7 | 205.48 | 119.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 0 | 158 | 0.94 | 1 | 0 | 0.38 | 243.42 | 1 | 0.31 |
| Hex | 9 | 0 | 9E | 5E | 64 | 0 | 26 | F3 | 64 | 1F |
| Octal | 11 | 0 | 236 | 136 | 144 | 0 | 46 | 363 | 144 | 37 |
| Binary | 1001 | 0 | 10011110 | 1011110 | 1100100 | 0 | 100110 | 11110011 | 1100100 | 11111 |
Color Harmonies of #09009E
Complementary color
Monochromatic Colors of #09009E
Black with #09009E
Text Example
Text Example
White with #09009E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09009E; }
p { color: rgb(9,0,158); }
H1.HeaderClassName
{
color: #09009E;
}
.AnyTagClassName
{
color: #09009E;
}
</style>
background-color css
<style>
a { background-color: #09009E; }
a { background-color: rgb(9,0,158); }
div.DivClassName
{
background-color: #09009E;
}
.BgClassName
{
background-color: #09009E;
}
</style>
border-color css
<style>
span { border-color: #09009E; }
span { border-color: rgb(9,0,158); }
td.TdClassName
{
border-color: #09009E;
}
.TagClassName
{
border-color: #09009E;
}
</style>