#161E3F

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

Shades of Midnight Express #161E3F

Tints of Midnight Express #161E3F

Color information

#161E3F (or 0x161E3F) is unknown color: approx Midnight Express. HEX triplet: 16, 1E and 3F. RGB value is (22,30,63). Sum of RGB (Red+Green+Blue) = 22+30+63=115 (15% of max value = 765). Red value is 22 (8.98% from 255 or 19.13% from 115); Green value is 30 (12.11% from 255 or 26.09% from 115); Blue value is 63 (25% from 255 or 54.78% from 115); Max value from RGB is 63 - color contains mainly: blue. Hex color #161E3F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #161E3F is #E9E1C0. Grayscale: #1F1F1F. Windows color (decimal): -15327681 or 4136470. OLE color: 4136470.

HSL color Cylindrical-coordinate representation of color #161E3F: hue angle of 228.29º degrees, saturation: 0.48, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #161E3F is Cyan = 0.65, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB223063-
CMYK0.650.5200.75
HSL228.29º48.24%16.67%-
HSV(B)228.29º65.08%24.71%-
XYZ1.691.464.89-
YUV31.37145.85121.32-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 19.13%
GREEN value IS 30 (12.11% from 255) = 26.09%
BLUE value IS 63 (25% from 255) = 54.78%
R=19.13%
G=26.09%
B=54.78%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2230630.650.5200.75228.2948.2416.67
Hex161E3F413404Be43011
Octal2636771016401133446021
Binary10110111101111111000001110100010010111110010011000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161E3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #161E3F; }

 p { color: rgb(22,30,63); }

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

<style>
 a { background-color: #161E3F; }

 a { background-color: rgb(22,30,63); }

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

<style>
 span { border-color: #161E3F; }

 span { border-color: rgb(22,30,63); }

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