Shades of Midnight Express #09143D
Tints of Midnight Express #09143D
RGB
CMYK
RGB Variations
Color information
#09143D (or 0x09143D) is known color: Midnight Express. HEX triplet: 09, 14 and 3D. RGB value is (9,20,61). Sum of RGB (Red+Green+Blue) = 9+20+61=90 (11% of max value = 765). Red value is 9 (3.91% from 255 or 10% from 90); Green value is 20 (8.20% from 255 or 22.22% from 90); Blue value is 61 (24.22% from 255 or 67.78% from 90); Max value from RGB is 61 - color contains mainly: blue. Hex color #09143D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09143D is #F6EBC2. Grayscale: #151515. Windows color (decimal): -16182211 or 4002825. OLE color: 4002825.
HSL color Cylindrical-coordinate representation of color #09143D: hue angle of 227.31º degrees, saturation: 0.74, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #09143D is Cyan = 0.85, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 9 | 20 | 61 | - |
| CMYK | 0.85 | 0.67 | 0 | 0.76 |
| HSL | 227.31º | 0.74% | 0.14% | - |
| HSV(B) | 227.31º | 0.85% | 0.24% | - |
| XYZ | 1.21 | 0.9 | 4.52 | - |
| YUV | 21.39 | 150.36 | 119.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 20 | 61 | 0.85 | 0.67 | 0 | 0.76 | 227.31 | 0.74 | 0.14 |
| Hex | 9 | 14 | 3D | 55 | 43 | 0 | 4C | E3 | 4A | E |
| Octal | 11 | 24 | 75 | 125 | 103 | 0 | 114 | 343 | 112 | 16 |
| Binary | 1001 | 10100 | 111101 | 1010101 | 1000011 | 0 | 1001100 | 11100011 | 1001010 | 1110 |
Color Harmonies of #09143D
Complementary color
Monochromatic Colors of #09143D
Black with #09143D
Text Example
Text Example
White with #09143D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09143D; }
p { color: rgb(9,20,61); }
H1.HeaderClassName
{
color: #09143D;
}
.AnyTagClassName
{
color: #09143D;
}
</style>
background-color css
<style>
a { background-color: #09143D; }
a { background-color: rgb(9,20,61); }
div.DivClassName
{
background-color: #09143D;
}
.BgClassName
{
background-color: #09143D;
}
</style>
border-color css
<style>
span { border-color: #09143D; }
span { border-color: rgb(9,20,61); }
td.TdClassName
{
border-color: #09143D;
}
.TagClassName
{
border-color: #09143D;
}
</style>