#16133B

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

Shades of Midnight Express #16133B

Tints of Midnight Express #16133B

Color information

#16133B (or 0x16133B) is unknown color: approx Midnight Express. HEX triplet: 16, 13 and 3B. RGB value is (22,19,59). Sum of RGB (Red+Green+Blue) = 22+19+59=100 (13% of max value = 765). Red value is 22 (8.98% from 255 or 22% from 100); Green value is 19 (7.81% from 255 or 19% from 100); Blue value is 59 (23.44% from 255 or 59% from 100); Max value from RGB is 59 - color contains mainly: blue. Hex color #16133B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #16133B is #E9ECC4. Grayscale: #181818. Windows color (decimal): -15330501 or 3871510. OLE color: 3871510.

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

Color convert

RGB221959-
CMYK0.630.6800.77
HSL244.5º51.28%15.29%-
HSV(B)244.5º67.8%23.14%-
XYZ1.350.954.25-
YUV24.46147.49126.25-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 22%
GREEN value IS 19 (7.81% from 255) = 19%
BLUE value IS 59 (23.44% from 255) = 59%
R=22%
G=19%
B=59%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal2219590.630.6800.77244.551.2815.29
Hex16133B3F4404Df433f
Octal2623737710401153646317
Binary1011010011111011111111100010001001101111101001100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16133B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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