Shades of Midnight Express #0B173E
Tints of Midnight Express #0B173E
RGB
CMYK
RGB Variations
Color information
#0B173E (or 0x0B173E) is known color: Midnight Express. HEX triplet: 0B, 17 and 3E. RGB value is (11,23,62). Sum of RGB (Red+Green+Blue) = 11+23+62=96 (12% of max value = 765). Red value is 11 (4.69% from 255 or 11.46% from 96); Green value is 23 (9.38% from 255 or 23.96% from 96); Blue value is 62 (24.61% from 255 or 64.58% from 96); Max value from RGB is 62 - color contains mainly: blue. Hex color #0B173E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B173E is #F4E8C1. Grayscale: #171717. Windows color (decimal): -16050370 or 4069131. OLE color: 4069131.
HSL color Cylindrical-coordinate representation of color #0B173E: hue angle of 225.88º degrees, saturation: 0.7, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0B173E is Cyan = 0.82, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 11 | 23 | 62 | - |
| CMYK | 0.82 | 0.63 | 0 | 0.76 |
| HSL | 225.88º | 0.7% | 0.14% | - |
| HSV(B) | 225.88º | 0.82% | 0.24% | - |
| XYZ | 1.31 | 1.03 | 4.69 | - |
| YUV | 23.86 | 149.52 | 118.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 23 | 62 | 0.82 | 0.63 | 0 | 0.76 | 225.88 | 0.7 | 0.14 |
| Hex | B | 17 | 3E | 52 | 3F | 0 | 4C | E2 | 46 | E |
| Octal | 13 | 27 | 76 | 122 | 77 | 0 | 114 | 342 | 106 | 16 |
| Binary | 1011 | 10111 | 111110 | 1010010 | 111111 | 0 | 1001100 | 11100010 | 1000110 | 1110 |
Color Harmonies of #0B173E
Complementary color
Monochromatic Colors of #0B173E
Black with #0B173E
Text Example
Text Example
White with #0B173E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B173E; }
p { color: rgb(11,23,62); }
H1.HeaderClassName
{
color: #0B173E;
}
.AnyTagClassName
{
color: #0B173E;
}
</style>
background-color css
<style>
a { background-color: #0B173E; }
a { background-color: rgb(11,23,62); }
div.DivClassName
{
background-color: #0B173E;
}
.BgClassName
{
background-color: #0B173E;
}
</style>
border-color css
<style>
span { border-color: #0B173E; }
span { border-color: rgb(11,23,62); }
td.TdClassName
{
border-color: #0B173E;
}
.TagClassName
{
border-color: #0B173E;
}
</style>