Shades of Midnight Express #091B35
Tints of Midnight Express #091B35
RGB
CMYK
RGB Variations
Color information
#091B35 (or 0x091B35) is known color: Midnight Express. HEX triplet: 09, 1B and 35. RGB value is (9,27,53). Sum of RGB (Red+Green+Blue) = 9+27+53=89 (11% of max value = 765). Red value is 9 (3.91% from 255 or 10.11% from 89); Green value is 27 (10.94% from 255 or 30.34% from 89); Blue value is 53 (21.09% from 255 or 59.55% from 89); Max value from RGB is 53 - color contains mainly: blue. Hex color #091B35 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #091B35 is #F6E4CA. Grayscale: #181818. Windows color (decimal): -16180427 or 3480329. OLE color: 3480329.
HSL color Cylindrical-coordinate representation of color #091B35: hue angle of 215.45º degrees, saturation: 0.71, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #091B35 is Cyan = 0.83, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 9 | 27 | 53 | - |
| CMYK | 0.83 | 0.49 | 0 | 0.79 |
| HSL | 215.45º | 0.71% | 0.12% | - |
| HSV(B) | 215.45º | 0.83% | 0.21% | - |
| XYZ | 1.15 | 1.1 | 3.52 | - |
| YUV | 24.58 | 144.04 | 116.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 27 | 53 | 0.83 | 0.49 | 0 | 0.79 | 215.45 | 0.71 | 0.12 |
| Hex | 9 | 1B | 35 | 53 | 31 | 0 | 4F | D7 | 47 | C |
| Octal | 11 | 33 | 65 | 123 | 61 | 0 | 117 | 327 | 107 | 14 |
| Binary | 1001 | 11011 | 110101 | 1010011 | 110001 | 0 | 1001111 | 11010111 | 1000111 | 1100 |
Color Harmonies of #091B35
Complementary color
Monochromatic Colors of #091B35
Black with #091B35
Text Example
Text Example
White with #091B35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091B35; }
p { color: rgb(9,27,53); }
H1.HeaderClassName
{
color: #091B35;
}
.AnyTagClassName
{
color: #091B35;
}
</style>
background-color css
<style>
a { background-color: #091B35; }
a { background-color: rgb(9,27,53); }
div.DivClassName
{
background-color: #091B35;
}
.BgClassName
{
background-color: #091B35;
}
</style>
border-color css
<style>
span { border-color: #091B35; }
span { border-color: rgb(9,27,53); }
td.TdClassName
{
border-color: #091B35;
}
.TagClassName
{
border-color: #091B35;
}
</style>