Shades of New Midnight Blue #09089B
Tints of New Midnight Blue #09089B
RGB
CMYK
RGB Variations
Color information
#09089B (or 0x09089B) is known color: New Midnight Blue. HEX triplet: 09, 08 and 9B. RGB value is (9,8,155). Sum of RGB (Red+Green+Blue) = 9+8+155=172 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.23% from 172); Green value is 8 (3.52% from 255 or 4.65% from 172); Blue value is 155 (60.94% from 255 or 90.12% from 172); Max value from RGB is 155 - color contains mainly: blue. Hex color #09089B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #09089B is #F6F764. Grayscale: #181818. Windows color (decimal): -16185189 or 10160137. OLE color: 10160137.
HSL color Cylindrical-coordinate representation of color #09089B: hue angle of 240.41º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09089B is Cyan = 0.94, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 9 | 8 | 155 | - |
| CMYK | 0.94 | 0.95 | 0 | 0.39 |
| HSL | 240.41º | 0.9% | 0.32% | - |
| HSV(B) | 240.41º | 0.95% | 0.61% | - |
| XYZ | 6.12 | 2.6 | 31.19 | - |
| YUV | 25.06 | 201.33 | 116.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 8 | 155 | 0.94 | 0.95 | 0 | 0.39 | 240.41 | 0.9 | 0.32 |
| Hex | 9 | 8 | 9B | 5E | 5F | 0 | 27 | F0 | 5A | 20 |
| Octal | 11 | 10 | 233 | 136 | 137 | 0 | 47 | 360 | 132 | 40 |
| Binary | 1001 | 1000 | 10011011 | 1011110 | 1011111 | 0 | 100111 | 11110000 | 1011010 | 100000 |
Color Harmonies of #09089B
Complementary color
Monochromatic Colors of #09089B
Black with #09089B
Text Example
Text Example
White with #09089B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09089B; }
p { color: rgb(9,8,155); }
H1.HeaderClassName
{
color: #09089B;
}
.AnyTagClassName
{
color: #09089B;
}
</style>
background-color css
<style>
a { background-color: #09089B; }
a { background-color: rgb(9,8,155); }
div.DivClassName
{
background-color: #09089B;
}
.BgClassName
{
background-color: #09089B;
}
</style>
border-color css
<style>
span { border-color: #09089B; }
span { border-color: rgb(9,8,155); }
td.TdClassName
{
border-color: #09089B;
}
.TagClassName
{
border-color: #09089B;
}
</style>