#16193A

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

Shades of Midnight Express #16193A

Tints of Midnight Express #16193A

Color information

#16193A (or 0x16193A) is unknown color: approx Midnight Express. HEX triplet: 16, 19 and 3A. RGB value is (22,25,58). Sum of RGB (Red+Green+Blue) = 22+25+58=105 (13% of max value = 765). Red value is 22 (8.98% from 255 or 20.95% from 105); Green value is 25 (10.16% from 255 or 23.81% from 105); Blue value is 58 (23.05% from 255 or 55.24% from 105); Max value from RGB is 58 - color contains mainly: blue. Hex color #16193A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #16193A is #E9E6C5. Grayscale: #1B1B1B. Windows color (decimal): -15328966 or 3807510. OLE color: 3807510.

HSL color Cylindrical-coordinate representation of color #16193A: hue angle of 235º degrees, saturation: 0.45, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #16193A is Cyan = 0.62, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB222558-
CMYK0.620.5700.77
HSL235º45%15.69%-
HSV(B)235º62.07%22.75%-
XYZ1.441.174.15-
YUV27.86145.01123.82-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 20.95%
GREEN value IS 25 (10.16% from 255) = 23.81%
BLUE value IS 58 (23.05% from 255) = 55.24%
R=20.95%
G=23.81%
B=55.24%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal2225580.620.5700.772354515.69
Hex16193A3E3904Deb2d10
Octal263172767101153535520
Binary1011011001111010111110111001010011011110101110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16193A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16193A; }

 p { color: rgb(22,25,58); }

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

<style>
 a { background-color: #16193A; }

 a { background-color: rgb(22,25,58); }

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

<style>
 span { border-color: #16193A; }

 span { border-color: rgb(22,25,58); }

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