Shades of Midnight Blue #09105D
Tints of Midnight Blue #09105D
RGB
CMYK
RGB Variations
Color information
#09105D (or 0x09105D) is known color: Midnight Blue. HEX triplet: 09, 10 and 5D. RGB value is (9,16,93). Sum of RGB (Red+Green+Blue) = 9+16+93=118 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.63% from 118); Green value is 16 (6.64% from 255 or 13.56% from 118); Blue value is 93 (36.72% from 255 or 78.81% from 118); Max value from RGB is 93 - color contains mainly: blue. Hex color #09105D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #09105D is #F6EFA2. Grayscale: #161616. Windows color (decimal): -16183203 or 6098953. OLE color: 6098953.
HSL color Cylindrical-coordinate representation of color #09105D: hue angle of 235º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #09105D is Cyan = 0.90, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 9 | 16 | 93 | - |
| CMYK | 0.90 | 0.83 | 0 | 0.64 |
| HSL | 235º | 0.82% | 0.2% | - |
| HSV(B) | 235º | 0.9% | 0.36% | - |
| XYZ | 2.27 | 1.22 | 10.47 | - |
| YUV | 22.69 | 167.68 | 118.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 16 | 93 | 0.90 | 0.83 | 0 | 0.64 | 235 | 0.82 | 0.2 |
| Hex | 9 | 10 | 5D | 5A | 53 | 0 | 40 | EB | 52 | 14 |
| Octal | 11 | 20 | 135 | 132 | 123 | 0 | 100 | 353 | 122 | 24 |
| Binary | 1001 | 10000 | 1011101 | 1011010 | 1010011 | 0 | 1000000 | 11101011 | 1010010 | 10100 |
Color Harmonies of #09105D
Complementary color
Monochromatic Colors of #09105D
Black with #09105D
Text Example
Text Example
White with #09105D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09105D; }
p { color: rgb(9,16,93); }
H1.HeaderClassName
{
color: #09105D;
}
.AnyTagClassName
{
color: #09105D;
}
</style>
background-color css
<style>
a { background-color: #09105D; }
a { background-color: rgb(9,16,93); }
div.DivClassName
{
background-color: #09105D;
}
.BgClassName
{
background-color: #09105D;
}
</style>
border-color css
<style>
span { border-color: #09105D; }
span { border-color: rgb(9,16,93); }
td.TdClassName
{
border-color: #09105D;
}
.TagClassName
{
border-color: #09105D;
}
</style>