Shades of New Midnight Blue #09029D
Tints of New Midnight Blue #09029D
RGB
CMYK
RGB Variations
Color information
#09029D (or 0x09029D) is known color: New Midnight Blue. HEX triplet: 09, 02 and 9D. RGB value is (9,2,157). Sum of RGB (Red+Green+Blue) = 9+2+157=168 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.36% from 168); Green value is 2 (1.17% from 255 or 1.19% from 168); Blue value is 157 (61.72% from 255 or 93.45% from 168); Max value from RGB is 157 - color contains mainly: blue. Hex color #09029D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #09029D is #F6FD62. Grayscale: #151515. Windows color (decimal): -16186723 or 10289673. OLE color: 10289673.
HSL color Cylindrical-coordinate representation of color #09029D: hue angle of 242.71º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #09029D is Cyan = 0.94, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 9 | 2 | 157 | - |
| CMYK | 0.94 | 0.99 | 0 | 0.38 |
| HSL | 242.71º | 0.97% | 0.31% | - |
| HSV(B) | 242.71º | 0.99% | 0.62% | - |
| XYZ | 6.22 | 2.54 | 32.06 | - |
| YUV | 21.76 | 204.32 | 118.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 2 | 157 | 0.94 | 0.99 | 0 | 0.38 | 242.71 | 0.97 | 0.31 |
| Hex | 9 | 2 | 9D | 5E | 63 | 0 | 26 | F3 | 61 | 1F |
| Octal | 11 | 2 | 235 | 136 | 143 | 0 | 46 | 363 | 141 | 37 |
| Binary | 1001 | 10 | 10011101 | 1011110 | 1100011 | 0 | 100110 | 11110011 | 1100001 | 11111 |
Color Harmonies of #09029D
Complementary color
Monochromatic Colors of #09029D
Black with #09029D
Text Example
Text Example
White with #09029D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09029D; }
p { color: rgb(9,2,157); }
H1.HeaderClassName
{
color: #09029D;
}
.AnyTagClassName
{
color: #09029D;
}
</style>
background-color css
<style>
a { background-color: #09029D; }
a { background-color: rgb(9,2,157); }
div.DivClassName
{
background-color: #09029D;
}
.BgClassName
{
background-color: #09029D;
}
</style>
border-color css
<style>
span { border-color: #09029D; }
span { border-color: rgb(9,2,157); }
td.TdClassName
{
border-color: #09029D;
}
.TagClassName
{
border-color: #09029D;
}
</style>