Shades of Midnight Express #00093A
Tints of Midnight Express #00093A
RGB
CMYK
RGB Variations
Color information
#00093A (or 0x00093A) is known color: Midnight Express. HEX triplet: 00, 09 and 3A. RGB value is (0,9,58). Sum of RGB (Red+Green+Blue) = 0+9+58=67 (8% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 67); Green value is 9 (3.91% from 255 or 13.43% from 67); Blue value is 58 (23.05% from 255 or 86.57% from 67); Max value from RGB is 58 - color contains mainly: blue. Hex color #00093A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #00093A is #FFF6C5. Grayscale: #0B0B0B. Windows color (decimal): -16774854 or 3803392. OLE color: 3803392.
HSL color Cylindrical-coordinate representation of color #00093A: hue angle of 230.69º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00093A is Cyan = 1, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 0 | 9 | 58 | - |
| CMYK | 1 | 0.84 | 0 | 0.77 |
| HSL | 230.69º | 1% | 0.11% | - |
| HSV(B) | 230.69º | 1% | 0.23% | - |
| XYZ | 0.86 | 0.5 | 4.05 | - |
| YUV | 11.9 | 154.02 | 119.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 9 | 58 | 1 | 0.84 | 0 | 0.77 | 230.69 | 1 | 0.11 |
| Hex | 0 | 9 | 3A | 64 | 54 | 0 | 4D | E7 | 64 | B |
| Octal | 0 | 11 | 72 | 144 | 124 | 0 | 115 | 347 | 144 | 13 |
| Binary | 0 | 1001 | 111010 | 1100100 | 1010100 | 0 | 1001101 | 11100111 | 1100100 | 1011 |
Color Harmonies of #00093A
Complementary color
Monochromatic Colors of #00093A
Black with #00093A
Text Example
Text Example
White with #00093A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00093A; }
p { color: rgb(0,9,58); }
H1.HeaderClassName
{
color: #00093A;
}
.AnyTagClassName
{
color: #00093A;
}
</style>
background-color css
<style>
a { background-color: #00093A; }
a { background-color: rgb(0,9,58); }
div.DivClassName
{
background-color: #00093A;
}
.BgClassName
{
background-color: #00093A;
}
</style>
border-color css
<style>
span { border-color: #00093A; }
span { border-color: rgb(0,9,58); }
td.TdClassName
{
border-color: #00093A;
}
.TagClassName
{
border-color: #00093A;
}
</style>