Shades of Midnight Blue #09075F
Tints of Midnight Blue #09075F
RGB
CMYK
RGB Variations
Color information
#09075F (or 0x09075F) is known color: Midnight Blue. HEX triplet: 09, 07 and 5F. RGB value is (9,7,95). Sum of RGB (Red+Green+Blue) = 9+7+95=111 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.11% from 111); Green value is 7 (3.12% from 255 or 6.31% from 111); Blue value is 95 (37.5% from 255 or 85.59% from 111); Max value from RGB is 95 - color contains mainly: blue. Hex color #09075F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #09075F is #F6F8A0. Grayscale: #111111. Windows color (decimal): -16185505 or 6227721. OLE color: 6227721.
HSL color Cylindrical-coordinate representation of color #09075F: hue angle of 241.36º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #09075F is Cyan = 0.91, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 9 | 7 | 95 | - |
| CMYK | 0.91 | 0.93 | 0 | 0.63 |
| HSL | 241.36º | 0.86% | 0.2% | - |
| HSV(B) | 241.36º | 0.93% | 0.37% | - |
| XYZ | 2.25 | 1.04 | 10.91 | - |
| YUV | 17.63 | 171.66 | 121.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 7 | 95 | 0.91 | 0.93 | 0 | 0.63 | 241.36 | 0.86 | 0.2 |
| Hex | 9 | 7 | 5F | 5B | 5D | 0 | 3F | F1 | 56 | 14 |
| Octal | 11 | 7 | 137 | 133 | 135 | 0 | 77 | 361 | 126 | 24 |
| Binary | 1001 | 111 | 1011111 | 1011011 | 1011101 | 0 | 111111 | 11110001 | 1010110 | 10100 |
Color Harmonies of #09075F
Complementary color
Monochromatic Colors of #09075F
Black with #09075F
Text Example
Text Example
White with #09075F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09075F; }
p { color: rgb(9,7,95); }
H1.HeaderClassName
{
color: #09075F;
}
.AnyTagClassName
{
color: #09075F;
}
</style>
background-color css
<style>
a { background-color: #09075F; }
a { background-color: rgb(9,7,95); }
div.DivClassName
{
background-color: #09075F;
}
.BgClassName
{
background-color: #09075F;
}
</style>
border-color css
<style>
span { border-color: #09075F; }
span { border-color: rgb(9,7,95); }
td.TdClassName
{
border-color: #09075F;
}
.TagClassName
{
border-color: #09075F;
}
</style>