Shades of Midnight Express #000B35
Tints of Midnight Express #000B35
RGB
CMYK
RGB Variations
Color information
#000B35 (or 0x000B35) is known color: Midnight Express. HEX triplet: 00, 0B and 35. RGB value is (0,11,53). Sum of RGB (Red+Green+Blue) = 0+11+53=64 (8% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 64); Green value is 11 (4.69% from 255 or 17.19% from 64); Blue value is 53 (21.09% from 255 or 82.81% from 64); Max value from RGB is 53 - color contains mainly: blue. Hex color #000B35 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000B35 is #FFF4CA. Grayscale: #0C0C0C. Windows color (decimal): -16774347 or 3476224. OLE color: 3476224.
HSL color Cylindrical-coordinate representation of color #000B35: hue angle of 227.55º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000B35 is Cyan = 1, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 0 | 11 | 53 | - |
| CMYK | 1 | 0.79 | 0 | 0.79 |
| HSL | 227.55º | 1% | 0.1% | - |
| HSV(B) | 227.55º | 1% | 0.21% | - |
| XYZ | 0.76 | 0.5 | 3.42 | - |
| YUV | 12.5 | 150.86 | 119.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 11 | 53 | 1 | 0.79 | 0 | 0.79 | 227.55 | 1 | 0.1 |
| Hex | 0 | B | 35 | 64 | 4F | 0 | 4F | E4 | 64 | A |
| Octal | 0 | 13 | 65 | 144 | 117 | 0 | 117 | 344 | 144 | 12 |
| Binary | 0 | 1011 | 110101 | 1100100 | 1001111 | 0 | 1001111 | 11100100 | 1100100 | 1010 |
Color Harmonies of #000B35
Complementary color
Monochromatic Colors of #000B35
Black with #000B35
Text Example
Text Example
White with #000B35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000B35; }
p { color: rgb(0,11,53); }
H1.HeaderClassName
{
color: #000B35;
}
.AnyTagClassName
{
color: #000B35;
}
</style>
background-color css
<style>
a { background-color: #000B35; }
a { background-color: rgb(0,11,53); }
div.DivClassName
{
background-color: #000B35;
}
.BgClassName
{
background-color: #000B35;
}
</style>
border-color css
<style>
span { border-color: #000B35; }
span { border-color: rgb(0,11,53); }
td.TdClassName
{
border-color: #000B35;
}
.TagClassName
{
border-color: #000B35;
}
</style>