Shades of Midnight Express #161C3F
Tints of Midnight Express #161C3F
RGB
CMYK
RGB Variations
Color information
#161C3F (or 0x161C3F) is known color: Midnight Express. HEX triplet: 16, 1C and 3F. RGB value is (22,28,63). Sum of RGB (Red+Green+Blue) = 22+28+63=113 (14% of max value = 765). Red value is 22 (8.98% from 255 or 19.47% from 113); Green value is 28 (11.33% from 255 or 24.78% from 113); Blue value is 63 (25% from 255 or 55.75% from 113); Max value from RGB is 63 - color contains mainly: blue. Hex color #161C3F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #161C3F is #E9E3C0. Grayscale: #1E1E1E. Windows color (decimal): -15328193 or 4135958. OLE color: 4135958.
HSL color Cylindrical-coordinate representation of color #161C3F: hue angle of 231.22º 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 #161C3F is Cyan = 0.65, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 22 | 28 | 63 | - |
| CMYK | 0.65 | 0.56 | 0 | 0.75 |
| HSL | 231.22º | 0.48% | 0.17% | - |
| HSV(B) | 231.22º | 0.65% | 0.25% | - |
| XYZ | 1.64 | 1.36 | 4.88 | - |
| YUV | 30.2 | 146.51 | 122.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 28 | 63 | 0.65 | 0.56 | 0 | 0.75 | 231.22 | 0.48 | 0.17 |
| Hex | 16 | 1C | 3F | 41 | 38 | 0 | 4B | E7 | 30 | 11 |
| Octal | 26 | 34 | 77 | 101 | 70 | 0 | 113 | 347 | 60 | 21 |
| Binary | 10110 | 11100 | 111111 | 1000001 | 111000 | 0 | 1001011 | 11100111 | 110000 | 10001 |
Color Harmonies of #161C3F
Complementary color
Monochromatic Colors of #161C3F
Black with #161C3F
Text Example
Text Example
White with #161C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #161C3F; }
p { color: rgb(22,28,63); }
H1.HeaderClassName
{
color: #161C3F;
}
.AnyTagClassName
{
color: #161C3F;
}
</style>
background-color css
<style>
a { background-color: #161C3F; }
a { background-color: rgb(22,28,63); }
div.DivClassName
{
background-color: #161C3F;
}
.BgClassName
{
background-color: #161C3F;
}
</style>
border-color css
<style>
span { border-color: #161C3F; }
span { border-color: rgb(22,28,63); }
td.TdClassName
{
border-color: #161C3F;
}
.TagClassName
{
border-color: #161C3F;
}
</style>