Shades of Midnight Express #161B3F
Tints of Midnight Express #161B3F
RGB
CMYK
RGB Variations
Color information
#161B3F (or 0x161B3F) is known color: Midnight Express. HEX triplet: 16, 1B and 3F. RGB value is (22,27,63). Sum of RGB (Red+Green+Blue) = 22+27+63=112 (14% of max value = 765). Red value is 22 (8.98% from 255 or 19.64% from 112); Green value is 27 (10.94% from 255 or 24.11% from 112); Blue value is 63 (25% from 255 or 56.25% from 112); Max value from RGB is 63 - color contains mainly: blue. Hex color #161B3F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #161B3F is #E9E4C0. Grayscale: #1D1D1D. Windows color (decimal): -15328449 or 4135702. OLE color: 4135702.
HSL color Cylindrical-coordinate representation of color #161B3F: hue angle of 232.68º degrees, saturation: 0.48, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #161B3F is Cyan = 0.65, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 22 | 27 | 63 | - |
| CMYK | 0.65 | 0.57 | 0 | 0.75 |
| HSL | 232.68º | 0.48% | 0.17% | - |
| HSV(B) | 232.68º | 0.65% | 0.25% | - |
| XYZ | 1.62 | 1.31 | 4.87 | - |
| YUV | 29.61 | 146.84 | 122.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 27 | 63 | 0.65 | 0.57 | 0 | 0.75 | 232.68 | 0.48 | 0.17 |
| Hex | 16 | 1B | 3F | 41 | 39 | 0 | 4B | E9 | 30 | 11 |
| Octal | 26 | 33 | 77 | 101 | 71 | 0 | 113 | 351 | 60 | 21 |
| Binary | 10110 | 11011 | 111111 | 1000001 | 111001 | 0 | 1001011 | 11101001 | 110000 | 10001 |
Color Harmonies of #161B3F
Complementary color
Monochromatic Colors of #161B3F
Black with #161B3F
Text Example
Text Example
White with #161B3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #161B3F; }
p { color: rgb(22,27,63); }
H1.HeaderClassName
{
color: #161B3F;
}
.AnyTagClassName
{
color: #161B3F;
}
</style>
background-color css
<style>
a { background-color: #161B3F; }
a { background-color: rgb(22,27,63); }
div.DivClassName
{
background-color: #161B3F;
}
.BgClassName
{
background-color: #161B3F;
}
</style>
border-color css
<style>
span { border-color: #161B3F; }
span { border-color: rgb(22,27,63); }
td.TdClassName
{
border-color: #161B3F;
}
.TagClassName
{
border-color: #161B3F;
}
</style>