Shades of Midnight Express #09143C
Tints of Midnight Express #09143C
RGB
CMYK
RGB Variations
Color information
#09143C (or 0x09143C) is known color: Midnight Express. HEX triplet: 09, 14 and 3C. RGB value is (9,20,60). Sum of RGB (Red+Green+Blue) = 9+20+60=89 (11% of max value = 765). Red value is 9 (3.91% from 255 or 10.11% from 89); Green value is 20 (8.20% from 255 or 22.47% from 89); Blue value is 60 (23.83% from 255 or 67.42% from 89); Max value from RGB is 60 - color contains mainly: blue. Hex color #09143C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09143C is #F6EBC3. Grayscale: #151515. Windows color (decimal): -16182212 or 3937289. OLE color: 3937289.
HSL color Cylindrical-coordinate representation of color #09143C: hue angle of 227.06º 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 #09143C is Cyan = 0.85, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 9 | 20 | 60 | - |
| CMYK | 0.85 | 0.67 | 0 | 0.76 |
| HSL | 227.06º | 0.74% | 0.14% | - |
| HSV(B) | 227.06º | 0.85% | 0.24% | - |
| XYZ | 1.18 | 0.88 | 4.38 | - |
| YUV | 21.27 | 149.86 | 119.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 20 | 60 | 0.85 | 0.67 | 0 | 0.76 | 227.06 | 0.74 | 0.14 |
| Hex | 9 | 14 | 3C | 55 | 43 | 0 | 4C | E3 | 4A | E |
| Octal | 11 | 24 | 74 | 125 | 103 | 0 | 114 | 343 | 112 | 16 |
| Binary | 1001 | 10100 | 111100 | 1010101 | 1000011 | 0 | 1001100 | 11100011 | 1001010 | 1110 |
Color Harmonies of #09143C
Complementary color
Monochromatic Colors of #09143C
Black with #09143C
Text Example
Text Example
White with #09143C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09143C; }
p { color: rgb(9,20,60); }
H1.HeaderClassName
{
color: #09143C;
}
.AnyTagClassName
{
color: #09143C;
}
</style>
background-color css
<style>
a { background-color: #09143C; }
a { background-color: rgb(9,20,60); }
div.DivClassName
{
background-color: #09143C;
}
.BgClassName
{
background-color: #09143C;
}
</style>
border-color css
<style>
span { border-color: #09143C; }
span { border-color: rgb(9,20,60); }
td.TdClassName
{
border-color: #09143C;
}
.TagClassName
{
border-color: #09143C;
}
</style>