Shades of Midnight Express #0B172D
Tints of Midnight Express #0B172D
RGB
CMYK
RGB Variations
Color information
#0B172D (or 0x0B172D) is known color: Midnight Express. HEX triplet: 0B, 17 and 2D. RGB value is (11,23,45). Sum of RGB (Red+Green+Blue) = 11+23+45=79 (10% of max value = 765). Red value is 11 (4.69% from 255 or 13.92% from 79); Green value is 23 (9.38% from 255 or 29.11% from 79); Blue value is 45 (17.97% from 255 or 56.96% from 79); Max value from RGB is 45 - color contains mainly: blue. Hex color #0B172D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B172D is #F4E8D2. Grayscale: #151515. Windows color (decimal): -16050387 or 2955019. OLE color: 2955019.
HSL color Cylindrical-coordinate representation of color #0B172D: hue angle of 218.82º degrees, saturation: 0.61, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #0B172D is Cyan = 0.76, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 11 | 23 | 45 | - |
| CMYK | 0.76 | 0.49 | 0 | 0.82 |
| HSL | 218.82º | 0.61% | 0.11% | - |
| HSV(B) | 218.82º | 0.76% | 0.18% | - |
| XYZ | 0.92 | 0.87 | 2.6 | - |
| YUV | 21.92 | 141.02 | 120.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 23 | 45 | 0.76 | 0.49 | 0 | 0.82 | 218.82 | 0.61 | 0.11 |
| Hex | B | 17 | 2D | 4C | 31 | 0 | 52 | DB | 3D | B |
| Octal | 13 | 27 | 55 | 114 | 61 | 0 | 122 | 333 | 75 | 13 |
| Binary | 1011 | 10111 | 101101 | 1001100 | 110001 | 0 | 1010010 | 11011011 | 111101 | 1011 |
Color Harmonies of #0B172D
Complementary color
Monochromatic Colors of #0B172D
Black with #0B172D
Text Example
Text Example
White with #0B172D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B172D; }
p { color: rgb(11,23,45); }
H1.HeaderClassName
{
color: #0B172D;
}
.AnyTagClassName
{
color: #0B172D;
}
</style>
background-color css
<style>
a { background-color: #0B172D; }
a { background-color: rgb(11,23,45); }
div.DivClassName
{
background-color: #0B172D;
}
.BgClassName
{
background-color: #0B172D;
}
</style>
border-color css
<style>
span { border-color: #0B172D; }
span { border-color: rgb(11,23,45); }
td.TdClassName
{
border-color: #0B172D;
}
.TagClassName
{
border-color: #0B172D;
}
</style>