Shades of Midnight Express #00093D
Tints of Midnight Express #00093D
RGB
CMYK
RGB Variations
Color information
#00093D (or 0x00093D) is known color: Midnight Express. HEX triplet: 00, 09 and 3D. RGB value is (0,9,61). Sum of RGB (Red+Green+Blue) = 0+9+61=70 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 70); Green value is 9 (3.91% from 255 or 12.86% from 70); Blue value is 61 (24.22% from 255 or 87.14% from 70); Max value from RGB is 61 - color contains mainly: blue. Hex color #00093D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #00093D is #FFF6C2. Grayscale: #0C0C0C. Windows color (decimal): -16774851 or 4000000. OLE color: 4000000.
HSL color Cylindrical-coordinate representation of color #00093D: hue angle of 231.15º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00093D is Cyan = 1, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 0 | 9 | 61 | - |
| CMYK | 1 | 0.85 | 0 | 0.76 |
| HSL | 231.15º | 1% | 0.12% | - |
| HSV(B) | 231.15º | 1% | 0.24% | - |
| XYZ | 0.94 | 0.53 | 4.47 | - |
| YUV | 12.24 | 155.52 | 119.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 9 | 61 | 1 | 0.85 | 0 | 0.76 | 231.15 | 1 | 0.12 |
| Hex | 0 | 9 | 3D | 64 | 55 | 0 | 4C | E7 | 64 | C |
| Octal | 0 | 11 | 75 | 144 | 125 | 0 | 114 | 347 | 144 | 14 |
| Binary | 0 | 1001 | 111101 | 1100100 | 1010101 | 0 | 1001100 | 11100111 | 1100100 | 1100 |
Color Harmonies of #00093D
Complementary color
Monochromatic Colors of #00093D
Black with #00093D
Text Example
Text Example
White with #00093D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00093D; }
p { color: rgb(0,9,61); }
H1.HeaderClassName
{
color: #00093D;
}
.AnyTagClassName
{
color: #00093D;
}
</style>
background-color css
<style>
a { background-color: #00093D; }
a { background-color: rgb(0,9,61); }
div.DivClassName
{
background-color: #00093D;
}
.BgClassName
{
background-color: #00093D;
}
</style>
border-color css
<style>
span { border-color: #00093D; }
span { border-color: rgb(0,9,61); }
td.TdClassName
{
border-color: #00093D;
}
.TagClassName
{
border-color: #00093D;
}
</style>