Shades of Midnight Express #09104C
Tints of Midnight Express #09104C
RGB
CMYK
RGB Variations
Color information
#09104C (or 0x09104C) is known color: Midnight Express. HEX triplet: 09, 10 and 4C. RGB value is (9,16,76). Sum of RGB (Red+Green+Blue) = 9+16+76=101 (13% of max value = 765). Red value is 9 (3.91% from 255 or 8.91% from 101); Green value is 16 (6.64% from 255 or 15.84% from 101); Blue value is 76 (30.08% from 255 or 75.25% from 101); Max value from RGB is 76 - color contains mainly: blue. Hex color #09104C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09104C is #F6EFB3. Grayscale: #141414. Windows color (decimal): -16183220 or 4984841. OLE color: 4984841.
HSL color Cylindrical-coordinate representation of color #09104C: hue angle of 233.73º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #09104C is Cyan = 0.88, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 9 | 16 | 76 | - |
| CMYK | 0.88 | 0.79 | 0 | 0.70 |
| HSL | 233.73º | 0.79% | 0.17% | - |
| HSV(B) | 233.73º | 0.88% | 0.3% | - |
| XYZ | 1.6 | 0.95 | 6.94 | - |
| YUV | 20.75 | 159.18 | 119.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 16 | 76 | 0.88 | 0.79 | 0 | 0.70 | 233.73 | 0.79 | 0.17 |
| Hex | 9 | 10 | 4C | 58 | 4F | 0 | 46 | EA | 4F | 11 |
| Octal | 11 | 20 | 114 | 130 | 117 | 0 | 106 | 352 | 117 | 21 |
| Binary | 1001 | 10000 | 1001100 | 1011000 | 1001111 | 0 | 1000110 | 11101010 | 1001111 | 10001 |
Color Harmonies of #09104C
Complementary color
Monochromatic Colors of #09104C
Black with #09104C
Text Example
Text Example
White with #09104C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09104C; }
p { color: rgb(9,16,76); }
H1.HeaderClassName
{
color: #09104C;
}
.AnyTagClassName
{
color: #09104C;
}
</style>
background-color css
<style>
a { background-color: #09104C; }
a { background-color: rgb(9,16,76); }
div.DivClassName
{
background-color: #09104C;
}
.BgClassName
{
background-color: #09104C;
}
</style>
border-color css
<style>
span { border-color: #09104C; }
span { border-color: rgb(9,16,76); }
td.TdClassName
{
border-color: #09104C;
}
.TagClassName
{
border-color: #09104C;
}
</style>