Shades of Midnight Express #09143B
Tints of Midnight Express #09143B
RGB
CMYK
RGB Variations
Color information
#09143B (or 0x09143B) is known color: Midnight Express. HEX triplet: 09, 14 and 3B. RGB value is (9,20,59). Sum of RGB (Red+Green+Blue) = 9+20+59=88 (11% of max value = 765). Red value is 9 (3.91% from 255 or 10.23% from 88); Green value is 20 (8.20% from 255 or 22.73% from 88); Blue value is 59 (23.44% from 255 or 67.05% from 88); Max value from RGB is 59 - color contains mainly: blue. Hex color #09143B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09143B is #F6EBC4. Grayscale: #141414. Windows color (decimal): -16182213 or 3871753. OLE color: 3871753.
HSL color Cylindrical-coordinate representation of color #09143B: hue angle of 226.8º degrees, saturation: 0.74, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #09143B is Cyan = 0.85, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 9 | 20 | 59 | - |
| CMYK | 0.85 | 0.66 | 0 | 0.77 |
| HSL | 226.8º | 0.74% | 0.13% | - |
| HSV(B) | 226.8º | 0.85% | 0.23% | - |
| XYZ | 1.15 | 0.87 | 4.25 | - |
| YUV | 21.16 | 149.36 | 119.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 20 | 59 | 0.85 | 0.66 | 0 | 0.77 | 226.8 | 0.74 | 0.13 |
| Hex | 9 | 14 | 3B | 55 | 42 | 0 | 4D | E3 | 4A | D |
| Octal | 11 | 24 | 73 | 125 | 102 | 0 | 115 | 343 | 112 | 15 |
| Binary | 1001 | 10100 | 111011 | 1010101 | 1000010 | 0 | 1001101 | 11100011 | 1001010 | 1101 |
Color Harmonies of #09143B
Complementary color
Monochromatic Colors of #09143B
Black with #09143B
Text Example
Text Example
White with #09143B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09143B; }
p { color: rgb(9,20,59); }
H1.HeaderClassName
{
color: #09143B;
}
.AnyTagClassName
{
color: #09143B;
}
</style>
background-color css
<style>
a { background-color: #09143B; }
a { background-color: rgb(9,20,59); }
div.DivClassName
{
background-color: #09143B;
}
.BgClassName
{
background-color: #09143B;
}
</style>
border-color css
<style>
span { border-color: #09143B; }
span { border-color: rgb(9,20,59); }
td.TdClassName
{
border-color: #09143B;
}
.TagClassName
{
border-color: #09143B;
}
</style>