Shades of Midnight Express #0B172F
Tints of Midnight Express #0B172F
RGB
CMYK
RGB Variations
Color information
#0B172F (or 0x0B172F) is known color: Midnight Express. HEX triplet: 0B, 17 and 2F. RGB value is (11,23,47). Sum of RGB (Red+Green+Blue) = 11+23+47=81 (10% of max value = 765). Red value is 11 (4.69% from 255 or 13.58% from 81); Green value is 23 (9.38% from 255 or 28.40% from 81); Blue value is 47 (18.75% from 255 or 58.02% from 81); Max value from RGB is 47 - color contains mainly: blue. Hex color #0B172F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B172F is #F4E8D0. Grayscale: #161616. Windows color (decimal): -16050385 or 3086091. OLE color: 3086091.
HSL color Cylindrical-coordinate representation of color #0B172F: hue angle of 220º degrees, saturation: 0.62, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0B172F is Cyan = 0.77, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 11 | 23 | 47 | - |
| CMYK | 0.77 | 0.51 | 0 | 0.82 |
| HSL | 220º | 0.62% | 0.11% | - |
| HSV(B) | 220º | 0.77% | 0.18% | - |
| XYZ | 0.96 | 0.89 | 2.81 | - |
| YUV | 22.15 | 142.02 | 120.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 23 | 47 | 0.77 | 0.51 | 0 | 0.82 | 220 | 0.62 | 0.11 |
| Hex | B | 17 | 2F | 4D | 33 | 0 | 52 | DC | 3E | B |
| Octal | 13 | 27 | 57 | 115 | 63 | 0 | 122 | 334 | 76 | 13 |
| Binary | 1011 | 10111 | 101111 | 1001101 | 110011 | 0 | 1010010 | 11011100 | 111110 | 1011 |
Color Harmonies of #0B172F
Complementary color
Monochromatic Colors of #0B172F
Black with #0B172F
Text Example
Text Example
White with #0B172F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B172F; }
p { color: rgb(11,23,47); }
H1.HeaderClassName
{
color: #0B172F;
}
.AnyTagClassName
{
color: #0B172F;
}
</style>
background-color css
<style>
a { background-color: #0B172F; }
a { background-color: rgb(11,23,47); }
div.DivClassName
{
background-color: #0B172F;
}
.BgClassName
{
background-color: #0B172F;
}
</style>
border-color css
<style>
span { border-color: #0B172F; }
span { border-color: rgb(11,23,47); }
td.TdClassName
{
border-color: #0B172F;
}
.TagClassName
{
border-color: #0B172F;
}
</style>