Shades of Midnight Blue #09055D
Tints of Midnight Blue #09055D
RGB
CMYK
RGB Variations
Color information
#09055D (or 0x09055D) is known color: Midnight Blue. HEX triplet: 09, 05 and 5D. RGB value is (9,5,93). Sum of RGB (Red+Green+Blue) = 9+5+93=107 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.41% from 107); Green value is 5 (2.34% from 255 or 4.67% from 107); Blue value is 93 (36.72% from 255 or 86.92% from 107); Max value from RGB is 93 - color contains mainly: blue. Hex color #09055D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #09055D is #F6FAA2. Grayscale: #0F0F0F. Windows color (decimal): -16186019 or 6096137. OLE color: 6096137.
HSL color Cylindrical-coordinate representation of color #09055D: hue angle of 242.73º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09055D is Cyan = 0.90, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 9 | 5 | 93 | - |
| CMYK | 0.90 | 0.95 | 0 | 0.64 |
| HSL | 242.73º | 0.9% | 0.19% | - |
| HSV(B) | 242.73º | 0.95% | 0.36% | - |
| XYZ | 2.14 | 0.96 | 10.43 | - |
| YUV | 16.23 | 171.33 | 122.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 5 | 93 | 0.90 | 0.95 | 0 | 0.64 | 242.73 | 0.9 | 0.19 |
| Hex | 9 | 5 | 5D | 5A | 5F | 0 | 40 | F3 | 5A | 13 |
| Octal | 11 | 5 | 135 | 132 | 137 | 0 | 100 | 363 | 132 | 23 |
| Binary | 1001 | 101 | 1011101 | 1011010 | 1011111 | 0 | 1000000 | 11110011 | 1011010 | 10011 |
Color Harmonies of #09055D
Complementary color
Monochromatic Colors of #09055D
Black with #09055D
Text Example
Text Example
White with #09055D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09055D; }
p { color: rgb(9,5,93); }
H1.HeaderClassName
{
color: #09055D;
}
.AnyTagClassName
{
color: #09055D;
}
</style>
background-color css
<style>
a { background-color: #09055D; }
a { background-color: rgb(9,5,93); }
div.DivClassName
{
background-color: #09055D;
}
.BgClassName
{
background-color: #09055D;
}
</style>
border-color css
<style>
span { border-color: #09055D; }
span { border-color: rgb(9,5,93); }
td.TdClassName
{
border-color: #09055D;
}
.TagClassName
{
border-color: #09055D;
}
</style>