Shades of Midnight Express #000B45
Tints of Midnight Express #000B45
RGB
CMYK
RGB Variations
Color information
#000B45 (or 0x000B45) is known color: Midnight Express. HEX triplet: 00, 0B and 45. RGB value is (0,11,69). Sum of RGB (Red+Green+Blue) = 0+11+69=80 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 80); Green value is 11 (4.69% from 255 or 13.75% from 80); Blue value is 69 (27.34% from 255 or 86.25% from 80); Max value from RGB is 69 - color contains mainly: blue. Hex color #000B45 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000B45 is #FFF4BA. Grayscale: #0E0E0E. Windows color (decimal): -16774331 or 4524800. OLE color: 4524800.
HSL color Cylindrical-coordinate representation of color #000B45: hue angle of 230.43º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000B45 is Cyan = 1, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 0 | 11 | 69 | - |
| CMYK | 1 | 0.84 | 0 | 0.73 |
| HSL | 230.43º | 1% | 0.14% | - |
| HSV(B) | 230.43º | 1% | 0.27% | - |
| XYZ | 1.19 | 0.67 | 5.7 | - |
| YUV | 14.32 | 158.86 | 117.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 11 | 69 | 1 | 0.84 | 0 | 0.73 | 230.43 | 1 | 0.14 |
| Hex | 0 | B | 45 | 64 | 54 | 0 | 49 | E6 | 64 | E |
| Octal | 0 | 13 | 105 | 144 | 124 | 0 | 111 | 346 | 144 | 16 |
| Binary | 0 | 1011 | 1000101 | 1100100 | 1010100 | 0 | 1001001 | 11100110 | 1100100 | 1110 |
Color Harmonies of #000B45
Complementary color
Monochromatic Colors of #000B45
Black with #000B45
Text Example
Text Example
White with #000B45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000B45; }
p { color: rgb(0,11,69); }
H1.HeaderClassName
{
color: #000B45;
}
.AnyTagClassName
{
color: #000B45;
}
</style>
background-color css
<style>
a { background-color: #000B45; }
a { background-color: rgb(0,11,69); }
div.DivClassName
{
background-color: #000B45;
}
.BgClassName
{
background-color: #000B45;
}
</style>
border-color css
<style>
span { border-color: #000B45; }
span { border-color: rgb(0,11,69); }
td.TdClassName
{
border-color: #000B45;
}
.TagClassName
{
border-color: #000B45;
}
</style>