Shades of Midnight Blue #09075B
Tints of Midnight Blue #09075B
RGB
CMYK
RGB Variations
Color information
#09075B (or 0x09075B) is known color: Midnight Blue. HEX triplet: 09, 07 and 5B. RGB value is (9,7,91). Sum of RGB (Red+Green+Blue) = 9+7+91=107 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.41% from 107); Green value is 7 (3.12% from 255 or 6.54% from 107); Blue value is 91 (35.94% from 255 or 85.05% from 107); Max value from RGB is 91 - color contains mainly: blue. Hex color #09075B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #09075B is #F6F8A4. Grayscale: #101010. Windows color (decimal): -16185509 or 5965577. OLE color: 5965577.
HSL color Cylindrical-coordinate representation of color #09075B: hue angle of 241.43º degrees, saturation: 0.86, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #09075B is Cyan = 0.90, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 9 | 7 | 91 | - |
| CMYK | 0.90 | 0.92 | 0 | 0.64 |
| HSL | 241.43º | 0.86% | 0.19% | - |
| HSV(B) | 241.43º | 0.92% | 0.36% | - |
| XYZ | 2.08 | 0.97 | 9.97 | - |
| YUV | 17.17 | 169.66 | 122.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 7 | 91 | 0.90 | 0.92 | 0 | 0.64 | 241.43 | 0.86 | 0.19 |
| Hex | 9 | 7 | 5B | 5A | 5C | 0 | 40 | F1 | 56 | 13 |
| Octal | 11 | 7 | 133 | 132 | 134 | 0 | 100 | 361 | 126 | 23 |
| Binary | 1001 | 111 | 1011011 | 1011010 | 1011100 | 0 | 1000000 | 11110001 | 1010110 | 10011 |
Color Harmonies of #09075B
Complementary color
Monochromatic Colors of #09075B
Black with #09075B
Text Example
Text Example
White with #09075B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09075B; }
p { color: rgb(9,7,91); }
H1.HeaderClassName
{
color: #09075B;
}
.AnyTagClassName
{
color: #09075B;
}
</style>
background-color css
<style>
a { background-color: #09075B; }
a { background-color: rgb(9,7,91); }
div.DivClassName
{
background-color: #09075B;
}
.BgClassName
{
background-color: #09075B;
}
</style>
border-color css
<style>
span { border-color: #09075B; }
span { border-color: rgb(9,7,91); }
td.TdClassName
{
border-color: #09075B;
}
.TagClassName
{
border-color: #09075B;
}
</style>