Shades of Midnight Express #09104B
Tints of Midnight Express #09104B
RGB
CMYK
RGB Variations
Color information
#09104B (or 0x09104B) is known color: Midnight Express. HEX triplet: 09, 10 and 4B. RGB value is (9,16,75). Sum of RGB (Red+Green+Blue) = 9+16+75=100 (13% of max value = 765). Red value is 9 (3.91% from 255 or 9% from 100); Green value is 16 (6.64% from 255 or 16% from 100); Blue value is 75 (29.69% from 255 or 75% from 100); Max value from RGB is 75 - color contains mainly: blue. Hex color #09104B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09104B is #F6EFB4. Grayscale: #141414. Windows color (decimal): -16183221 or 4919305. OLE color: 4919305.
HSL color Cylindrical-coordinate representation of color #09104B: hue angle of 233.64º degrees, saturation: 0.79, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #09104B is Cyan = 0.88, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 9 | 16 | 75 | - |
| CMYK | 0.88 | 0.79 | 0 | 0.71 |
| HSL | 233.64º | 0.79% | 0.16% | - |
| HSV(B) | 233.64º | 0.88% | 0.29% | - |
| XYZ | 1.57 | 0.94 | 6.75 | - |
| YUV | 20.63 | 158.68 | 119.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 16 | 75 | 0.88 | 0.79 | 0 | 0.71 | 233.64 | 0.79 | 0.16 |
| Hex | 9 | 10 | 4B | 58 | 4F | 0 | 47 | EA | 4F | 10 |
| Octal | 11 | 20 | 113 | 130 | 117 | 0 | 107 | 352 | 117 | 20 |
| Binary | 1001 | 10000 | 1001011 | 1011000 | 1001111 | 0 | 1000111 | 11101010 | 1001111 | 10000 |
Color Harmonies of #09104B
Complementary color
Monochromatic Colors of #09104B
Black with #09104B
Text Example
Text Example
White with #09104B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09104B; }
p { color: rgb(9,16,75); }
H1.HeaderClassName
{
color: #09104B;
}
.AnyTagClassName
{
color: #09104B;
}
</style>
background-color css
<style>
a { background-color: #09104B; }
a { background-color: rgb(9,16,75); }
div.DivClassName
{
background-color: #09104B;
}
.BgClassName
{
background-color: #09104B;
}
</style>
border-color css
<style>
span { border-color: #09104B; }
span { border-color: rgb(9,16,75); }
td.TdClassName
{
border-color: #09104B;
}
.TagClassName
{
border-color: #09104B;
}
</style>