#16133C

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

Shades of Midnight Express #16133C

Tints of Midnight Express #16133C

Color information

#16133C (or 0x16133C) is unknown color: approx Midnight Express. HEX triplet: 16, 13 and 3C. RGB value is (22,19,60). Sum of RGB (Red+Green+Blue) = 22+19+60=101 (13% of max value = 765). Red value is 22 (8.98% from 255 or 21.78% from 101); Green value is 19 (7.81% from 255 or 18.81% from 101); Blue value is 60 (23.83% from 255 or 59.41% from 101); Max value from RGB is 60 - color contains mainly: blue. Hex color #16133C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #16133C is #E9ECC3. Grayscale: #181818. Windows color (decimal): -15330500 or 3937046. OLE color: 3937046.

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

Color convert

RGB221960-
CMYK0.630.6800.76
HSL244.39º51.9%15.49%-
HSV(B)244.39º68.33%23.53%-
XYZ1.380.964.39-
YUV24.57147.99126.17-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 21.78%
GREEN value IS 19 (7.81% from 255) = 18.81%
BLUE value IS 60 (23.83% from 255) = 59.41%
R=21.78%
G=18.81%
B=59.41%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal2219600.630.6800.76244.3951.915.49
Hex16133C3F4404Cf434f
Octal2623747710401143646417
Binary1011010011111100111111100010001001100111101001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16133C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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