Shades of New Midnight Blue #09059E
Tints of New Midnight Blue #09059E
RGB
CMYK
RGB Variations
Color information
#09059E (or 0x09059E) is known color: New Midnight Blue. HEX triplet: 09, 05 and 9E. RGB value is (9,5,158). Sum of RGB (Red+Green+Blue) = 9+5+158=172 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.23% from 172); Green value is 5 (2.34% from 255 or 2.91% from 172); Blue value is 158 (62.11% from 255 or 91.86% from 172); Max value from RGB is 158 - color contains mainly: blue. Hex color #09059E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #09059E is #F6FA61. Grayscale: #171717. Windows color (decimal): -16185954 or 10355977. OLE color: 10355977.
HSL color Cylindrical-coordinate representation of color #09059E: hue angle of 241.57º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #09059E is Cyan = 0.94, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 9 | 5 | 158 | - |
| CMYK | 0.94 | 0.97 | 0 | 0.38 |
| HSL | 241.57º | 0.94% | 0.32% | - |
| HSV(B) | 241.57º | 0.97% | 0.62% | - |
| XYZ | 6.34 | 2.64 | 32.52 | - |
| YUV | 23.64 | 203.83 | 117.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 5 | 158 | 0.94 | 0.97 | 0 | 0.38 | 241.57 | 0.94 | 0.32 |
| Hex | 9 | 5 | 9E | 5E | 61 | 0 | 26 | F2 | 5E | 20 |
| Octal | 11 | 5 | 236 | 136 | 141 | 0 | 46 | 362 | 136 | 40 |
| Binary | 1001 | 101 | 10011110 | 1011110 | 1100001 | 0 | 100110 | 11110010 | 1011110 | 100000 |
Color Harmonies of #09059E
Complementary color
Monochromatic Colors of #09059E
Black with #09059E
Text Example
Text Example
White with #09059E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09059E; }
p { color: rgb(9,5,158); }
H1.HeaderClassName
{
color: #09059E;
}
.AnyTagClassName
{
color: #09059E;
}
</style>
background-color css
<style>
a { background-color: #09059E; }
a { background-color: rgb(9,5,158); }
div.DivClassName
{
background-color: #09059E;
}
.BgClassName
{
background-color: #09059E;
}
</style>
border-color css
<style>
span { border-color: #09059E; }
span { border-color: rgb(9,5,158); }
td.TdClassName
{
border-color: #09059E;
}
.TagClassName
{
border-color: #09059E;
}
</style>