Shades of Midnight Blue #09075A
Tints of Midnight Blue #09075A
RGB
CMYK
RGB Variations
Color information
#09075A (or 0x09075A) is known color: Midnight Blue. HEX triplet: 09, 07 and 5A. RGB value is (9,7,90). Sum of RGB (Red+Green+Blue) = 9+7+90=106 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.49% from 106); Green value is 7 (3.12% from 255 or 6.60% from 106); Blue value is 90 (35.55% from 255 or 84.91% from 106); Max value from RGB is 90 - color contains mainly: blue. Hex color #09075A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #09075A is #F6F8A5. Grayscale: #101010. Windows color (decimal): -16185510 or 5900041. OLE color: 5900041.
HSL color Cylindrical-coordinate representation of color #09075A: hue angle of 241.45º degrees, saturation: 0.86, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #09075A is Cyan = 0.9, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 9 | 7 | 90 | - |
| CMYK | 0.9 | 0.92 | 0 | 0.65 |
| HSL | 241.45º | 0.86% | 0.19% | - |
| HSV(B) | 241.45º | 0.92% | 0.35% | - |
| XYZ | 2.03 | 0.95 | 9.75 | - |
| YUV | 17.06 | 169.16 | 122.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 7 | 90 | 0.9 | 0.92 | 0 | 0.65 | 241.45 | 0.86 | 0.19 |
| Hex | 9 | 7 | 5A | 5A | 5C | 0 | 41 | F1 | 56 | 13 |
| Octal | 11 | 7 | 132 | 132 | 134 | 0 | 101 | 361 | 126 | 23 |
| Binary | 1001 | 111 | 1011010 | 1011010 | 1011100 | 0 | 1000001 | 11110001 | 1010110 | 10011 |
Color Harmonies of #09075A
Complementary color
Monochromatic Colors of #09075A
Black with #09075A
Text Example
Text Example
White with #09075A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09075A; }
p { color: rgb(9,7,90); }
H1.HeaderClassName
{
color: #09075A;
}
.AnyTagClassName
{
color: #09075A;
}
</style>
background-color css
<style>
a { background-color: #09075A; }
a { background-color: rgb(9,7,90); }
div.DivClassName
{
background-color: #09075A;
}
.BgClassName
{
background-color: #09075A;
}
</style>
border-color css
<style>
span { border-color: #09075A; }
span { border-color: rgb(9,7,90); }
td.TdClassName
{
border-color: #09075A;
}
.TagClassName
{
border-color: #09075A;
}
</style>