#16123D

Color #16123D Midnight Express (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Midnight Express #16123D

Tints of Midnight Express #16123D

Color information

#16123D (or 0x16123D) is unknown color: approx Midnight Express. HEX triplet: 16, 12 and 3D. RGB value is (22,18,61). Sum of RGB (Red+Green+Blue) = 22+18+61=101 (13% of max value = 765). Red value is 22 (8.98% from 255 or 21.78% from 101); Green value is 18 (7.42% from 255 or 17.82% from 101); Blue value is 61 (24.22% from 255 or 60.40% from 101); Max value from RGB is 61 - color contains mainly: blue. Hex color #16123D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #16123D is #E9EDC2. Grayscale: #171717. Windows color (decimal): -15330755 or 4002326. OLE color: 4002326.

HSL color Cylindrical-coordinate representation of color #16123D: hue angle of 245.58º degrees, saturation: 0.54, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #16123D is Cyan = 0.64, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB221861-
CMYK0.640.7000.76
HSL245.58º54.43%15.49%-
HSV(B)245.58º70.49%23.92%-
XYZ1.390.944.52-
YUV24.1148.83126.5-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 22 (8.98% from 255) = 21.78%
GREEN value IS 18 (7.42% from 255) = 17.82%
BLUE value IS 61 (24.22% from 255) = 60.40%
R=21.78%
G=17.82%
B=60.40%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal2218610.640.7000.76245.5854.4315.49
Hex16123D404604Cf636f
Octal26227510010601143666617
Binary10110100101111011000000100011001001100111101101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16123D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16123D; }

 p { color: rgb(22,18,61); }

 H1.HeaderClassName
 {
   color: #16123D;
 }
 .AnyTagClassName
 {
   color: #16123D;
 }
</style>
background-color css

<style>
 a { background-color: #16123D; }

 a { background-color: rgb(22,18,61); }

 div.DivClassName
 {
   background-color: #16123D;
 }
 .BgClassName
 {
   background-color: #16123D;
 }
</style>
border-color css

<style>
 span { border-color: #16123D; }

 span { border-color: rgb(22,18,61); }

 td.TdClassName
 {
   border-color: #16123D;
 }
 .TagClassName
 {
   border-color: #16123D;
 }
</style>