Shades of New Midnight Blue #09009B
Tints of New Midnight Blue #09009B
RGB
CMYK
RGB Variations
Color information
#09009B (or 0x09009B) is known color: New Midnight Blue. HEX triplet: 09, 00 and 9B. RGB value is (9,0,155). Sum of RGB (Red+Green+Blue) = 9+0+155=164 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.49% from 164); Green value is 0 (0.39% from 255 or 0% from 164); Blue value is 155 (60.94% from 255 or 94.51% from 164); Max value from RGB is 155 - color contains mainly: blue. Hex color #09009B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #09009B is #F6FF64. Grayscale: #131313. Windows color (decimal): -16187237 or 10158089. OLE color: 10158089.
HSL color Cylindrical-coordinate representation of color #09009B: hue angle of 243.48º 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 #09009B is Cyan = 0.94, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 9 | 0 | 155 | - |
| CMYK | 0.94 | 1 | 0 | 0.39 |
| HSL | 243.48º | 1% | 0.3% | - |
| HSV(B) | 243.48º | 1% | 0.61% | - |
| XYZ | 6.03 | 2.42 | 31.16 | - |
| YUV | 20.36 | 203.98 | 119.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 0 | 155 | 0.94 | 1 | 0 | 0.39 | 243.48 | 1 | 0.3 |
| Hex | 9 | 0 | 9B | 5E | 64 | 0 | 27 | F3 | 64 | 1E |
| Octal | 11 | 0 | 233 | 136 | 144 | 0 | 47 | 363 | 144 | 36 |
| Binary | 1001 | 0 | 10011011 | 1011110 | 1100100 | 0 | 100111 | 11110011 | 1100100 | 11110 |
Color Harmonies of #09009B
Complementary color
Monochromatic Colors of #09009B
Black with #09009B
Text Example
Text Example
White with #09009B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09009B; }
p { color: rgb(9,0,155); }
H1.HeaderClassName
{
color: #09009B;
}
.AnyTagClassName
{
color: #09009B;
}
</style>
background-color css
<style>
a { background-color: #09009B; }
a { background-color: rgb(9,0,155); }
div.DivClassName
{
background-color: #09009B;
}
.BgClassName
{
background-color: #09009B;
}
</style>
border-color css
<style>
span { border-color: #09009B; }
span { border-color: rgb(9,0,155); }
td.TdClassName
{
border-color: #09009B;
}
.TagClassName
{
border-color: #09009B;
}
</style>