Shades of Midnight Blue #09045D
Tints of Midnight Blue #09045D
RGB
CMYK
RGB Variations
Color information
#09045D (or 0x09045D) is known color: Midnight Blue. HEX triplet: 09, 04 and 5D. RGB value is (9,4,93). Sum of RGB (Red+Green+Blue) = 9+4+93=106 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.49% from 106); Green value is 4 (1.95% from 255 or 3.77% from 106); Blue value is 93 (36.72% from 255 or 87.74% from 106); Max value from RGB is 93 - color contains mainly: blue. Hex color #09045D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #09045D is #F6FBA2. Grayscale: #0F0F0F. Windows color (decimal): -16186275 or 6095881. OLE color: 6095881.
HSL color Cylindrical-coordinate representation of color #09045D: hue angle of 243.37º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09045D is Cyan = 0.90, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 9 | 4 | 93 | - |
| CMYK | 0.90 | 0.96 | 0 | 0.64 |
| HSL | 243.37º | 0.92% | 0.19% | - |
| HSV(B) | 243.37º | 0.96% | 0.36% | - |
| XYZ | 2.13 | 0.94 | 10.42 | - |
| YUV | 15.64 | 171.66 | 123.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 4 | 93 | 0.90 | 0.96 | 0 | 0.64 | 243.37 | 0.92 | 0.19 |
| Hex | 9 | 4 | 5D | 5A | 60 | 0 | 40 | F3 | 5C | 13 |
| Octal | 11 | 4 | 135 | 132 | 140 | 0 | 100 | 363 | 134 | 23 |
| Binary | 1001 | 100 | 1011101 | 1011010 | 1100000 | 0 | 1000000 | 11110011 | 1011100 | 10011 |
Color Harmonies of #09045D
Complementary color
Monochromatic Colors of #09045D
Black with #09045D
Text Example
Text Example
White with #09045D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09045D; }
p { color: rgb(9,4,93); }
H1.HeaderClassName
{
color: #09045D;
}
.AnyTagClassName
{
color: #09045D;
}
</style>
background-color css
<style>
a { background-color: #09045D; }
a { background-color: rgb(9,4,93); }
div.DivClassName
{
background-color: #09045D;
}
.BgClassName
{
background-color: #09045D;
}
</style>
border-color css
<style>
span { border-color: #09045D; }
span { border-color: rgb(9,4,93); }
td.TdClassName
{
border-color: #09045D;
}
.TagClassName
{
border-color: #09045D;
}
</style>