Shades of Midnight Express #000B34
Tints of Midnight Express #000B34
RGB
CMYK
RGB Variations
Color information
#000B34 (or 0x000B34) is known color: Midnight Express. HEX triplet: 00, 0B and 34. RGB value is (0,11,52). Sum of RGB (Red+Green+Blue) = 0+11+52=63 (8% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 63); Green value is 11 (4.69% from 255 or 17.46% from 63); Blue value is 52 (20.70% from 255 or 82.54% from 63); Max value from RGB is 52 - color contains mainly: blue. Hex color #000B34 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000B34 is #FFF4CB. Grayscale: #0C0C0C. Windows color (decimal): -16774348 or 3410688. OLE color: 3410688.
HSL color Cylindrical-coordinate representation of color #000B34: hue angle of 227.31º 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 #000B34 is Cyan = 1, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 0 | 11 | 52 | - |
| CMYK | 1 | 0.79 | 0 | 0.80 |
| HSL | 227.31º | 1% | 0.1% | - |
| HSV(B) | 227.31º | 1% | 0.2% | - |
| XYZ | 0.74 | 0.49 | 3.3 | - |
| YUV | 12.39 | 150.36 | 119.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 11 | 52 | 1 | 0.79 | 0 | 0.80 | 227.31 | 1 | 0.1 |
| Hex | 0 | B | 34 | 64 | 4F | 0 | 50 | E3 | 64 | A |
| Octal | 0 | 13 | 64 | 144 | 117 | 0 | 120 | 343 | 144 | 12 |
| Binary | 0 | 1011 | 110100 | 1100100 | 1001111 | 0 | 1010000 | 11100011 | 1100100 | 1010 |
Color Harmonies of #000B34
Complementary color
Monochromatic Colors of #000B34
Black with #000B34
Text Example
Text Example
White with #000B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000B34; }
p { color: rgb(0,11,52); }
H1.HeaderClassName
{
color: #000B34;
}
.AnyTagClassName
{
color: #000B34;
}
</style>
background-color css
<style>
a { background-color: #000B34; }
a { background-color: rgb(0,11,52); }
div.DivClassName
{
background-color: #000B34;
}
.BgClassName
{
background-color: #000B34;
}
</style>
border-color css
<style>
span { border-color: #000B34; }
span { border-color: rgb(0,11,52); }
td.TdClassName
{
border-color: #000B34;
}
.TagClassName
{
border-color: #000B34;
}
</style>