Shades of Midnight Express #09143F
Tints of Midnight Express #09143F
RGB
CMYK
RGB Variations
Color information
#09143F (or 0x09143F) is known color: Midnight Express. HEX triplet: 09, 14 and 3F. RGB value is (9,20,63). Sum of RGB (Red+Green+Blue) = 9+20+63=92 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.78% from 92); Green value is 20 (8.20% from 255 or 21.74% from 92); Blue value is 63 (25% from 255 or 68.48% from 92); Max value from RGB is 63 - color contains mainly: blue. Hex color #09143F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09143F is #F6EBC0. Grayscale: #151515. Windows color (decimal): -16182209 or 4133897. OLE color: 4133897.
HSL color Cylindrical-coordinate representation of color #09143F: hue angle of 227.78º degrees, saturation: 0.75, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #09143F is Cyan = 0.86, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 9 | 20 | 63 | - |
| CMYK | 0.86 | 0.68 | 0 | 0.75 |
| HSL | 227.78º | 0.75% | 0.14% | - |
| HSV(B) | 227.78º | 0.86% | 0.25% | - |
| XYZ | 1.26 | 0.92 | 4.81 | - |
| YUV | 21.61 | 151.36 | 119 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 20 | 63 | 0.86 | 0.68 | 0 | 0.75 | 227.78 | 0.75 | 0.14 |
| Hex | 9 | 14 | 3F | 56 | 44 | 0 | 4B | E4 | 4B | E |
| Octal | 11 | 24 | 77 | 126 | 104 | 0 | 113 | 344 | 113 | 16 |
| Binary | 1001 | 10100 | 111111 | 1010110 | 1000100 | 0 | 1001011 | 11100100 | 1001011 | 1110 |
Color Harmonies of #09143F
Complementary color
Monochromatic Colors of #09143F
Black with #09143F
Text Example
Text Example
White with #09143F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09143F; }
p { color: rgb(9,20,63); }
H1.HeaderClassName
{
color: #09143F;
}
.AnyTagClassName
{
color: #09143F;
}
</style>
background-color css
<style>
a { background-color: #09143F; }
a { background-color: rgb(9,20,63); }
div.DivClassName
{
background-color: #09143F;
}
.BgClassName
{
background-color: #09143F;
}
</style>
border-color css
<style>
span { border-color: #09143F; }
span { border-color: rgb(9,20,63); }
td.TdClassName
{
border-color: #09143F;
}
.TagClassName
{
border-color: #09143F;
}
</style>