Shades of Midnight #16263D
Tints of Midnight #16263D
RGB
CMYK
RGB Variations
Color information
#16263D (or 0x16263D) is known color: Midnight. HEX triplet: 16, 26 and 3D. RGB value is (22,38,61). Sum of RGB (Red+Green+Blue) = 22+38+61=121 (16% of max value = 765). Red value is 22 (8.98% from 255 or 18.18% from 121); Green value is 38 (15.23% from 255 or 31.40% from 121); Blue value is 61 (24.22% from 255 or 50.41% from 121); Max value from RGB is 61 - color contains mainly: blue. Hex color #16263D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16263D is #E9D9C2. Grayscale: #232323. Windows color (decimal): -15325635 or 4007446. OLE color: 4007446.
HSL color Cylindrical-coordinate representation of color #16263D: hue angle of 215.38º degrees, saturation: 0.47, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #16263D is Cyan = 0.64, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 22 | 38 | 61 | - |
| CMYK | 0.64 | 0.38 | 0 | 0.76 |
| HSL | 215.38º | 0.47% | 0.16% | - |
| HSV(B) | 215.38º | 0.64% | 0.24% | - |
| XYZ | 1.87 | 1.89 | 4.68 | - |
| YUV | 35.84 | 142.2 | 118.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 38 | 61 | 0.64 | 0.38 | 0 | 0.76 | 215.38 | 0.47 | 0.16 |
| Hex | 16 | 26 | 3D | 40 | 26 | 0 | 4C | D7 | 2F | 10 |
| Octal | 26 | 46 | 75 | 100 | 46 | 0 | 114 | 327 | 57 | 20 |
| Binary | 10110 | 100110 | 111101 | 1000000 | 100110 | 0 | 1001100 | 11010111 | 101111 | 10000 |
Color Harmonies of #16263D
Complementary color
Monochromatic Colors of #16263D
Black with #16263D
Text Example
Text Example
White with #16263D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16263D; }
p { color: rgb(22,38,61); }
H1.HeaderClassName
{
color: #16263D;
}
.AnyTagClassName
{
color: #16263D;
}
</style>
background-color css
<style>
a { background-color: #16263D; }
a { background-color: rgb(22,38,61); }
div.DivClassName
{
background-color: #16263D;
}
.BgClassName
{
background-color: #16263D;
}
</style>
border-color css
<style>
span { border-color: #16263D; }
span { border-color: rgb(22,38,61); }
td.TdClassName
{
border-color: #16263D;
}
.TagClassName
{
border-color: #16263D;
}
</style>