Shades of New Midnight Blue #09099A
Tints of New Midnight Blue #09099A
RGB
CMYK
RGB Variations
Color information
#09099A (or 0x09099A) is known color: New Midnight Blue. HEX triplet: 09, 09 and 9A. RGB value is (9,9,154). Sum of RGB (Red+Green+Blue) = 9+9+154=172 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.23% from 172); Green value is 9 (3.91% from 255 or 5.23% from 172); Blue value is 154 (60.55% from 255 or 89.53% from 172); Max value from RGB is 154 - color contains mainly: blue. Hex color #09099A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #09099A is #F6F665. Grayscale: #181818. Windows color (decimal): -16184934 or 10094857. OLE color: 10094857.
HSL color Cylindrical-coordinate representation of color #09099A: hue angle of 240º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09099A is Cyan = 0.94, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 9 | 9 | 154 | - |
| CMYK | 0.94 | 0.94 | 0 | 0.40 |
| HSL | 240º | 0.89% | 0.32% | - |
| HSV(B) | 240º | 0.94% | 0.6% | - |
| XYZ | 6.04 | 2.59 | 30.75 | - |
| YUV | 25.53 | 200.5 | 116.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 9 | 154 | 0.94 | 0.94 | 0 | 0.40 | 240 | 0.89 | 0.32 |
| Hex | 9 | 9 | 9A | 5E | 5E | 0 | 28 | F0 | 59 | 20 |
| Octal | 11 | 11 | 232 | 136 | 136 | 0 | 50 | 360 | 131 | 40 |
| Binary | 1001 | 1001 | 10011010 | 1011110 | 1011110 | 0 | 101000 | 11110000 | 1011001 | 100000 |
Color Harmonies of #09099A
Complementary color
Monochromatic Colors of #09099A
Black with #09099A
Text Example
Text Example
White with #09099A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09099A; }
p { color: rgb(9,9,154); }
H1.HeaderClassName
{
color: #09099A;
}
.AnyTagClassName
{
color: #09099A;
}
</style>
background-color css
<style>
a { background-color: #09099A; }
a { background-color: rgb(9,9,154); }
div.DivClassName
{
background-color: #09099A;
}
.BgClassName
{
background-color: #09099A;
}
</style>
border-color css
<style>
span { border-color: #09099A; }
span { border-color: rgb(9,9,154); }
td.TdClassName
{
border-color: #09099A;
}
.TagClassName
{
border-color: #09099A;
}
</style>