Shades of Midnight Express #000934
Tints of Midnight Express #000934
RGB
CMYK
RGB Variations
Color information
#000934 (or 0x000934) is known color: Midnight Express. HEX triplet: 00, 09 and 34. RGB value is (0,9,52). Sum of RGB (Red+Green+Blue) = 0+9+52=61 (8% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 61); Green value is 9 (3.91% from 255 or 14.75% from 61); Blue value is 52 (20.70% from 255 or 85.25% from 61); Max value from RGB is 52 - color contains mainly: blue. Hex color #000934 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000934 is #FFF6CB. Grayscale: #0B0B0B. Windows color (decimal): -16774860 or 3410176. OLE color: 3410176.
HSL color Cylindrical-coordinate representation of color #000934: hue angle of 229.62º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000934 is Cyan = 1, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 0 | 9 | 52 | - |
| CMYK | 1 | 0.83 | 0 | 0.80 |
| HSL | 229.62º | 1% | 0.1% | - |
| HSV(B) | 229.62º | 1% | 0.2% | - |
| XYZ | 0.72 | 0.44 | 3.3 | - |
| YUV | 11.21 | 151.02 | 120 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 9 | 52 | 1 | 0.83 | 0 | 0.80 | 229.62 | 1 | 0.1 |
| Hex | 0 | 9 | 34 | 64 | 53 | 0 | 50 | E6 | 64 | A |
| Octal | 0 | 11 | 64 | 144 | 123 | 0 | 120 | 346 | 144 | 12 |
| Binary | 0 | 1001 | 110100 | 1100100 | 1010011 | 0 | 1010000 | 11100110 | 1100100 | 1010 |
Color Harmonies of #000934
Complementary color
Monochromatic Colors of #000934
Black with #000934
Text Example
Text Example
White with #000934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000934; }
p { color: rgb(0,9,52); }
H1.HeaderClassName
{
color: #000934;
}
.AnyTagClassName
{
color: #000934;
}
</style>
background-color css
<style>
a { background-color: #000934; }
a { background-color: rgb(0,9,52); }
div.DivClassName
{
background-color: #000934;
}
.BgClassName
{
background-color: #000934;
}
</style>
border-color css
<style>
span { border-color: #000934; }
span { border-color: rgb(0,9,52); }
td.TdClassName
{
border-color: #000934;
}
.TagClassName
{
border-color: #000934;
}
</style>