#16183C

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

Shades of Midnight Express #16183C

Tints of Midnight Express #16183C

Color information

#16183C (or 0x16183C) is unknown color: approx Midnight Express. HEX triplet: 16, 18 and 3C. RGB value is (22,24,60). Sum of RGB (Red+Green+Blue) = 22+24+60=106 (14% of max value = 765). Red value is 22 (8.98% from 255 or 20.75% from 106); Green value is 24 (9.77% from 255 or 22.64% from 106); Blue value is 60 (23.83% from 255 or 56.60% from 106); Max value from RGB is 60 - color contains mainly: blue. Hex color #16183C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #16183C is #E9E7C3. Grayscale: #1B1B1B. Windows color (decimal): -15329220 or 3938326. OLE color: 3938326.

HSL color Cylindrical-coordinate representation of color #16183C: hue angle of 236.84º degrees, saturation: 0.46, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #16183C is Cyan = 0.63, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB222460-
CMYK0.630.6000.76
HSL236.84º46.34%16.08%-
HSV(B)236.84º63.33%23.53%-
XYZ1.471.154.42-
YUV27.51146.34124.07-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 20.75%
GREEN value IS 24 (9.77% from 255) = 22.64%
BLUE value IS 60 (23.83% from 255) = 56.60%
R=20.75%
G=22.64%
B=56.60%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal2224600.630.6000.76236.8446.3416.08
Hex16183C3F3C04Ced2e10
Octal263074777401143555620
Binary1011011000111100111111111100010011001110110110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16183C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16183C; }

 p { color: rgb(22,24,60); }

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

<style>
 a { background-color: #16183C; }

 a { background-color: rgb(22,24,60); }

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

<style>
 span { border-color: #16183C; }

 span { border-color: rgb(22,24,60); }

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